Pinterest on 37th rank according to alexa as you all know this is the fresh social networking website introduced just this year. I published many tutorials on how to add a Pinterest pin it button to your blogs but with bad server side errors the JavaScript code provided by Pinterest for Firefox and Chrome browsers is not working for the past 1 month. So I have changed a old code with new one. So, now custom Pinterest counter that works just like the original pinterest button. Lets check these new fixed codes which works properly. You can check demo on our blog's sidebar.
Recommend For You: How To Earn Good Money With Pinterest
The Official Pinterest Pin it Button Code
<a class='pin-it-button' count-layout='vertical' expr:href='"http://pinterest.com/pin/create/button/?url=" + data:post.url + "&description=" + data:post.title + "&media=" + data:post.thumbnailUrl'>Pin It</a>
<script src='http://assets.pinterest.com/js/pinit.js' type='text/javascript'/>
For Horizontal Counter Use This Code:
<a class='pin-it-button' count-layout='horizontal' expr:href='"http://pinterest.com/pin/create/button/?url=" + data:post.url + "&description=" + data:post.title + "&media=" + data:post.thumbnailUrl'>Pin It</a>
<script src='http://assets.pinterest.com/js/pinit.js' type='text/javascript'/>
For Vertical Counter Use This Code:
<a class='pin-it-button' count-layout='vertical' expr:href='"http://pinterest.com/pin/create/button/?url=" + data:post.url + "&description=" + data:post.title + "&media=" + data:post.thumbnailUrl'>Pin It</a>
<script src='http://assets.pinterest.com/js/pinit.js' type='text/javascript'/>



0 comments:
Post a Comment