[pmwiki-users] New recipe: Social Bookmark Icons (was: Del.icio.us)
Jon Haupt
jhaupt at gmail.com
Thu Mar 8 22:04:28 CST 2007
I've just released a social bookmark icons recipe for easy insertion
of the ubiquitous little icons for social bookmarking sites such as
del.icio.us, furl, ma.gnolia, and the like.
http://pmwiki.org/wiki/Cookbook/SocialBookmarkIcons
The recipe creates a page in your wiki under Site/SocialBookmarkIcons
which contains the markup to create an unordered list of several of
these services. You can then include the list on any page by using
(:include Site.SocialBookmarkIcons:). In order to achieve this, I
enabled the {$WikiTitle} page variable, enabled a (:urlencode:) markup
to make sure the resulting urls would be valid, and added
Site.SocialBookmarkIcons to the page store.
I've also included a sample css file and a bunch of images (which you
have to place in the appropriate spots as explained in the recipe
page). The likelihood is, you'll want to change this recipe around a
bit to suit your tastes - you might not want all of these icons at
once, for example. Also, do note that, if you want to use this in a
pagelist, you'll have to change it around a bit as (:urlencode
{*$Titlespaced}:) clearly won't work in a pagelist (you'll want
{=$Titlespaced} instead).
Cheers,
Jon Haupt
More information about the pmwiki-users
mailing list