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 :)
- Blogger: Go to Template > Edit HTML.
WordPress: Go to Administration > Appearance > Editor > footer.php - Locate the
</body>
tag near the bottom of the template. - Copy the code below and insert it right above the tag.
01
<
script
>
02
//
<![CDATA[
03
var bs_pinButtonURL = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSVwkGNC5Cc0zCbNvc3tU8zID4guEswu9tCnyLRSiVfU5l8q3HB4W5u4TkJEMVmxfeavtPEH1bSmTjAo4L2BH930y2ddx0_dZR_UiW0Rm68hmQPS2p9cz5LEX-QAfQosuh5-xF5pwb71dB/s1600/pinterestx1_72.png";
04
var bs_pinButtonPos = "center";
05
var bs_pinPrefix = "";
06
var bs_pinSuffix = "";
07
//]]>
08
</
script
>
09
<
script
src
=
'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
Nice! I'm going to try this on our blog :-)
ReplyDelete