Is there a way to use product tags to create Pinterest button links? I tried using [PRODUCT.Field1], [PRODUCT.MoreInfoURL] and [PRODUCT.Name] in the Pinterest button generator (http://pinterest.com/about/goodies/) and it spit out the following:
<a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.redbarnmercantile.com%2Fmedia%2Fproducts%2Fss_size1%2F%5B--%20PRODUCT.Field1%20--%5D%22&media=http%3A%2F%2Fwww.redbarnmercantile.com%2F%5B--%20PRODUCT.MoreInfoURL%20--%5D&description=%5B--%20PRODUCT.Name%20--%5D" class="pin-it-button" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a>
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
The issue with Pinterest is that you have to supply an image file, a link and an optional description for each product.
I placed the code above in my custom template and published a more info page to try it out. The Pinterest popup worked, but the image was broken and the description window showed the [PRODUCT.Name] tag instead of the actual product name.
Any suggestions?