Introducing the Cullect Item Stats Widget
The Cullect Item Stats widget shows 2 things:
- An item’s ‘Short link’ from Culld.us
- The number of times a given post has been ‘Recommended’ in Cullect (this won’t show if the number is 0)
Here’s the code for the widget:
<script type="text/javascript" src="http://cullect.com/item.js?link=[items-permalink]“></script>
If you’re using WordPress and comfortable hacking your template, paste this code:
<script type="text/javascript" src="http://cullect.com/item.js?link=<?php the_permalink() ?>"></script>
comments
Leave a Reply