Some Buttons Not Outputting Count Element
-
You can see here what the icons look like: https://www.awesomescreenshot.com/image/157419/4049d5b2e4d902bf88a86d690d043acc
The issue is Google+ and Stumbleupon aren’t outputting the count element. This is the code being output for Twitter:
<div class="twitter sharrre" data-title="Tweet"> <div class="box"> <a class="count" href="#">0</a> <a class="share" href="#">Tweet</a> </div> </div>
and this is the code being output for Google+:
<div class="googlePlus sharrre" data-title="Share"> <div class="box no-count"> <a class="share" href="#">Share</a> </div> </div>
Any ideas why Google and Stumbleupon would be the only ones with
no-count
?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Some Buttons Not Outputting Count Element’ is closed to new replies.