- Mar 22, 2013
- 9,156
- 10,492
Hey everyone. Two days ago i got this code for a pinterest hover pin it code, and i installed it on my blogger blog, and i set an image of my own as the icon, and everything is perfect. However, i have one issue i need help with...
When the Pin It icon is clicked, it opens in a New Tab, but i would like to make it open in a Pop Up window. Is it possible to do this??
Here is the code i am using:
I did try finding a solution to this, but failed... And keep in mind im a noob for codes and HTML's and Javascripts etc, so if there is a solution please be descriptive...
Thank you
When the Pin It icon is clicked, it opens in a New Tab, but i would like to make it open in a Pop Up window. Is it possible to do this??
Here is the code i am using:
Code:
<script>
//<![CDATA[
var bs_pinButtonURL = "http://2.bp.blogspot.com/-rwtYRUjgDok/UiJ-EfGfrbI/AAAAAAAAAXg/QXRpDUzaa6s/s1600/Pinterest+Red.png";
var bs_pinButtonPos = "topright";
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 id='bs_pinOnHover' src='http://greenlava-code.googlecode.com/svn/trunk/publicscripts/bs_pinOnHoverv1_min.js' type='text/javascript'>
// Visit http://www.bloggersentral.com/2012/11/pinterest-pin-it-button-on-image-hover.html for details.
</script>
I did try finding a solution to this, but failed... And keep in mind im a noob for codes and HTML's and Javascripts etc, so if there is a solution please be descriptive...
Thank you