Wednesday, January 29, 2014

Pinterest Button

If you are looking for a Pinterest button like I was... then look no further. I found a fast and easy way to get your blog looking great. I have already tried it and know it works! 

Happy Blogging :) 


  1. Blogger: Go to Template > Edit HTML.
    WordPress: Go to Administration > Appearance > Editor > footer.php
  2. Locate the </body> tag near the bottom of the template.
  3. Copy the code below and insert it right above the tag.
    01<script>
    02//<![CDATA[
    03var bs_pinButtonURL = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSVwkGNC5Cc0zCbNvc3tU8zID4guEswu9tCnyLRSiVfU5l8q3HB4W5u4TkJEMVmxfeavtPEH1bSmTjAo4L2BH930y2ddx0_dZR_UiW0Rm68hmQPS2p9cz5LEX-QAfQosuh5-xF5pwb71dB/s1600/pinterestx1_72.png";
    04var bs_pinButtonPos = "center";
    05var bs_pinPrefix = "";
    06var bs_pinSuffix = "";
    07//]]>
    08</script>
    09<scriptsrc='http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js'type='text/javascript'></script>
    10<script id='bs_pinOnHover' src='http://greenlava-code.googlecode.com/svn/trunk/publicscripts/bs_pinOnHoverv1_min.js'type='text/javascript'>
    11// This Pinterest Hover Button is brought to you by bloggersentral.com.
    12// Visit http://www.bloggersentral.com/2012/11/pinterest-pin-it-button-on-image-hover.html for details.
    13// Feel free to use and share, but please keep this notice intact.
    14</script>

    Make sure to copy this in the last <body> you see. I made the mistake of putting it in the wrong area.






     Click Here  to see the original post 

    1 comment:

    Pin It button on image hover
    01 09 10