[IE9] [W7] JQuery Addon für Pinning
Ich habe schon den ein oder anderen Blogpost über das Pinning geschrieben (u.a. 1, 2) und möchte nun eine weitere Möglichkeit der Integration nicht unerwähnt lassen:
Ursprünglich auf https://ie9ify.codeplex.com/ bzw. nun auf https://bsatrom.github.com/pinify/ gibt es ein JQuery Plugin (minified 8kb), welches alle Aufgaben für das Pinning übernehmen kann:
pinify jQuery Functions:
* init: Adds meta tags and startup tasks to a page
* enablePinning: Enables a content item to be enabled for pinning (meaning that it can be dragged to the taskbar to pin a site)
* enableSiteMode: Enables binding of an event that triggers a site mode dialog (asking if the user wants to pin the site to the *start* menu)
* pinTeaser: Adds a teaser bar to the site, directly underneath the address bar. Teaser bar encourages the user to pin the site.
pinify Utility Functions:
* firstRunState: determines wheter a pinned site has been lanched for the first time
* isPinned: Returns true if the site is pinned to the taskbar, false if not
* addJumpList: Given options, adds jumplist items to a pinned window
* clearJumpList: Clears all dynamic jumplist items from the pinned window
* addOverlay: Given options, adds an overlay icon to the taskbar for the pinned site
* clearOverlay: Clears the current overlay icon
* flashTaskbar: Flashes the taskbar box of a pinned site
* createThumbbarButtons: creates buttons on the pinned site preview window thumbbar, and wires events to respond to button clicks
D.h. für einen JQuery Entwickler ist es sehr schnell und einfach möglich Pinning zu einer Seite hinzuzufügen.
Mich würde interessieren, für welche Seiten ihr euch Pinning Features wünschen würdet (natürlich nur, wenn es dort noch nicht implementiert wurde) und auf welchen Seiten ihr schon sinnvoll genutztes Pinning gefunden habt!
To assume is the beginning of all f***ups
Bis zum nächsten Post
Stephanus
Links
https://bsatrom.github.com/pinify/
https://ie9ify.codeplex.com/
https://www.userinexperience.com/?p=300