Pin

De Mi caja de notas

(Redirigé depuis Pinned post)

cette page a démarré sur iwc:pin et migrera après traduction sur iwc:pin-fr

📌

Cet article est une ébauche. Vous pouvez m'aider à l'améliorer et le compléter. Merci.

pin or pinning est une fonctionnalité qui permet à l'auteur de choisir un post à placer en haut de son profil (ou sa page d'accueil) qui est ensuite appelé un post pinned (épinglé) ou sticky.

Pourquoi

Parfois, vous souhaitez attirer l'attention vers un post qui est plus particulièrement pertinent que le post le plus récent dans votre flux, par ex.

En "épinglant" un tel post en haut de votre flux, vous vous assurez que tous les lecteurs d'actualités (ou les lecteurs revenant) qui visitent votre page d'accueil ou votre profil le voient en premier, et le considère comme récemment (ou encore) pertinent même si ce n'est pas la chose la plus récente que vous avez postée.

Exemples IndieWeb

Aaron Parecki

portrait Aaron Parecki supports pinned posts in tag pages since 2016-12-28, e.g.:

... ajoutez-vous !

...

Support Logiciel

  • WordPress supporte les posts sticky depuis la v. 2.7

Support Silo

Facebook

Facebook has supported pinned posts on events, pages, and groups for quite some time (the admin/creators of such posts/pages has the ability to (un)pin posts).

  • Noticeably absent: Facebook DOES NOT have the ability for a user to pin a post on their own profile/timeline.

Fichier:Facebook-pinned-post-group.png

Facebook pinned posts appear with a separate header from "recent activity" and look visually distinct from the chronological list of posts.

Twitter

Twitter's mid-2014 UI update added support for a pinned post on a user profile.

Fichier:Twitter-pinned-tweet.png

Twitter pinned tweets are marked with "pinned tweet", but otherwise are integrated into the primary list of tweets.

Last.fm

Last.fm supporte l'ajout d'obsessions épinglées tout en haut du profil d'un utilisateur. Ces obsessions sont automatiquement réglées pour expirer après une semaine.

Exemple d'UI pour régler un post épinglé (aka obsession) : remarquez le bouton rouge Fichier:Lastfm set obsession.PNG

Exemple d'UI pour un post épinglé (aka obsession) Fichier:Lastfm pinned obsession.PNG

Brainstorming

Plus de pensée sur les posts épinglés / sticky. Différentes idées :

premier ou juste près du haut

  • You may not want it to be the first post in your profile - because that may give the illusion that there's nothing newer.
  • Possibly 1-2 normal in-stream posts display, then followed by the pinned post, almost like it is a promoted post for itself.
  • portrait Tantek Çelik: I'm pretty sure I want my pinned post to presentationally be the first post-like thing on my profile, in the stream of posts etc.

présentation spéciale

Any special presentational considerations for pinned posts? Besides being shown "first" (see above)?

  • portrait Tantek Çelik - the pinned post should have some indication that it is pinned and not just the latest post.
    • minimum: text (and/or icon) above the post (content) like Twitter's "Pinned Tweet" or Facebook's "Pinned Post", or portrait Aaron Parecki's little "pin" icon on a green triangle in the top right of a post block.
    • maybe a separate border around the post? especially if there is a header like "Recent Activity" after the pinned post but before the normal ordered stream of posts (FB does this)
      • new template slot? a specific spot in a home page template for a pinned post may help move some presentational distinctions to just HTML+CSS, and leave the "engine" to just find and put a pinned post in the right spot in the template. The more presentation that can be done in HTML+CSS rather than procedural coding, the better. Since this may be engine specific, I’ll add more in: Falcon#pinned_posts

détails de marquage

  • portrait Tantek Çelik Just an h-entry. Should a pinned post have any different markup than a regular post? Only if there is a specific use-case need, otherwise, it's just a post.
  • portrait Tantek Çelik Still part of explicit (or implicit) h-feed on the page. Since a pinned post should only be shown once in a stream (instead of twice, at the top and in the stream in sort order), the pinned post h-entry should be either explicitly in the same h-feed, or at least at the same level (from a microformats2 parser perspective) as the other h-entrys on the page, so that h-feed consuming code will just include it in the overall stream it presents to readers etc.
<div class="status__prepend">
<div class="status__prepend-icon-wrapper">
<i class="status__prepend-icon fa fa-fw fa-thumb-tack"></i>
</div>
<span>
Pinned toot
</span>
</div>

The Atom feed doesn't have the pinned statuses in.

Aaron's pinned posts likewise have

<div class="ui green right corner label"><i class="ui pin icon"></i></div>

tag ou catégorie spécifique

épingle et fichiers de flux

  • I don't want a reader to treat a pinned post as always the most recent in a feed. Do readers sort things themselves by published date, or display things in the order they pull them from a feed? - Modèle:Rhiaro
  • portrait Tantek Çelik I would not do anything with pinning in feed files. Readers are likely to just display in dt-published order most recent first anyway.

auto-désépinglage

portrait Tantek Çelik I am considering implementing pinned posts, but having them auto-unpin (or expire) after some period of time like ~60 days. This will both make them easier to implement, and also provide an automatic way to not have to worry about unpinning something eventually. I like systems that by default clean-up after themselves.

Session

Sessions about pinning:

Voir aussi