Share This! A Social Bookmarking Tag For Mango Blog

Share This 1.0 is a free social bookmarking tag for mango blog that adds links for some of the most popular social sites.
Installation
1. To install "Share This" copy the shareThis.cfm file and the sharethisicons folder to your /tags/custom folder.
2. Be sure to include this line at the top of your template page.
<cfimport prefix="custom" taglib="../../tags/custom">
3. To use the tag, all you need to do is include it in your template someplace between the opening and closing <mango:post> tags.
<custom:shareThis>
Download the ShareThis Tag for Mango Blog
Tags: Mango · Code · ColdFusion
2 comments so far ↓
Quick question: is there any particular reason you chose to implement it as a custom tag rather than a plugin? If it was a plugin, you could then define settings in the admin pages that would let you choose which of the sites you'd like to appear...
(Of course, I could just go in and comment out any I don't want!)
Leave a Comment