Add-on Pinit Button On Attachment Hover

What a great idea! I can't believe no addons exist for this?! Would be great to incorporate into that album addon.
 
I added this code snippet at the top of the thread_view template

Code:
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js" data-pin-hover="true" ></script>

Seems it's working fine. Only problem is it is also allowing people to pin my logo :D.

I easily fixed that in the logo_block template by adding

Code:
nopin="nopin"

To the img tag for the logo.
 
Top Bottom