Julienh / Sharrre

Make your sharing widget! Sharrre is a jQuery plugin that allows you to create nice widgets sharing for Facebook, Twitter, Google Plus (with PHP script) and more.
sharrre.com
MIT License
1.04k stars 411 forks source link

Display multiple share counts on the homepage (wordpress) #114

Open MaxOrelus opened 11 years ago

MaxOrelus commented 11 years ago

I'm trying to display the sharrre count on every teaser post I have on my wordpress blog, but when I put the code in the WP_loop the share count only shows up for the first post on the home page, but doesn't repeat for the rest of the posts. Can the plugin be displayed multiple on the homepage for different permalinks posts?

tommielandstrom commented 10 years ago

You're probably using a id tag to address sharrre, try using a class tag instead. I had the same problem but after reading this (https://github.com/Julienh/Sharrre/issues/42) thread and changing to a class tag i solved it.