katebellami
10-23-2015, 06:32 PM
Hi - i am stumped. I have done tons of research on how to set up a custom hover pinterest button, and I found one that works for blogger, WP and type pad, but I cannot seem to get it to work on my static site.
Here is the URL:
http://runawaybridedestinations.com/TEMP/irish_wedding-1.html
And the script (also found at the bottom of the page, directly above the </body> tag is:
<script>
//<![CDATA[
var bs_pinButtonURL = "http://www.runawaybridedestinations.com/images/pin_this.png";
var bs_pinButtonPos = "center";
var bs_pinPrefix = "";
var bs_pinSuffix = "";
//]]>
</script>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js' type='text/javascript'></script>
<script id='bs_pinOnHover' src='http://greenlava-code.googlecode.com/svn/trunk/publicscripts/bs_pinOnHoverv1_min.js' type='text/javascript'>
// This Pinterest Hover Button is brought to you by bloggersentral.com.
// Visit http://www.bloggersentral.com/2012/11/pinterest-pin-it-button-on-image-hover.html for details.
// Feel free to use and share, but please keep this notice intact.
</script>
I cannot for the life of me figure out why it isn't working on my site.
Any help would be so appreciated!
Here is the URL:
http://runawaybridedestinations.com/TEMP/irish_wedding-1.html
And the script (also found at the bottom of the page, directly above the </body> tag is:
<script>
//<![CDATA[
var bs_pinButtonURL = "http://www.runawaybridedestinations.com/images/pin_this.png";
var bs_pinButtonPos = "center";
var bs_pinPrefix = "";
var bs_pinSuffix = "";
//]]>
</script>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js' type='text/javascript'></script>
<script id='bs_pinOnHover' src='http://greenlava-code.googlecode.com/svn/trunk/publicscripts/bs_pinOnHoverv1_min.js' type='text/javascript'>
// This Pinterest Hover Button is brought to you by bloggersentral.com.
// Visit http://www.bloggersentral.com/2012/11/pinterest-pin-it-button-on-image-hover.html for details.
// Feel free to use and share, but please keep this notice intact.
</script>
I cannot for the life of me figure out why it isn't working on my site.
Any help would be so appreciated!