Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have integrate "Pin It" button to share my product images on pinterest.com. But it does not show pin count in front of pin it button on my site. I have written following code.

This is my pin it button on my site

<a class="pin-it-button" target="_blank" count-layout="horizontal" href="http://pinterest.com/pin/create/button/?url=http://www.techmodi.com/demo/bliise/products/MTY=/MTQ=/products&media=http://www.techmodi.com/demo/bliise/uploads/product/thumb/1341565713_89a084d6ff75306b0b7ed4c0a1d61916_medium.jpg&description=Nicholson Bag Black">
<img border="0" title="Pin It" src="//assets.pinterest.com/images/PinExt.png">
</a>

& this js file is included before <body> tag closed.

<script type="text/javascript" src="assets.pinterest.com/js/pinit.js"></script>

Please suggest me solution if anybody have.

Thanks

share|improve this question

1 Answer

Add always-show-count="true" in anchor tag

share|improve this answer
4  
Not only it doesn't work, but it also breaks W3C validation (if anybody even cares). – Paolo Stefan Jan 3 at 14:22

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.