Message # 1 | 11:19 AM
i want to add an pinterest button to some images on my site. I've found the script which should be used, but I 'm looking for a way to make it easy, by some kind of an template.

the following script should be used, the link to site, link to image and discription have to be changed.

Code
<a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.site.com&media=http%3A%2F%2Fwww.site.com%2Fimage.jpg&description=here%20comes%20the%20description" class="pin-it-button" count-layout="none"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a>


for those who want to add a button to:
Add this code to your page only once, directly above the closing </BODY> tag: (i'v placed it in the tamplate "bottom part of the website)
Code
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>


(visit this url if you want other options like an other button with a counter: url)

has anyone an idea how to do this?