How to add pinterest pin it to website Clean Pin it link <a href=”http://pinterest.com/pin/create/button/” count-layout=”none”> <img src=”//assets.pinterest.com/images/PinExt.png” alt=”Pin it” / > </a> <script type=”text/javascript” src=”https://assets.pinterest.com/js/pinit.js”> </script> For static website the link should be as follows <a href=”http://pinterest.com/pin/create/button/” count-layout=”none”> <img src=”//assets.pinterest.com/images/PinExt.png” alt=”Pin it” / > </a> <script type=”text/javascript” src=”https://assets.pinterest.com/js/pinit.js”> </script> For WordPress <a href=”http://pinterest.com/pin/create/button/?url= <?php the_permalink(); …