How to make pop up windows link in Blogger

Creating pop up links in blogger makes your visitor stay on your website and view the links simultaneously. here is how to create pop up windows

Copy the code below and paste it on your blogger text editor. Make sure you are on the EDIT HTML tab

<a href=”http://www.theinfow.com” onclick=”window.open(‘http://www.theinfow.com‘,’popup’,’width=500,height=500,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0′); return false”>Click Here</a>

Simply replace the urls with the url you want to show as a pop up window and Click Here is the anchor text. Replace it with the text as you wish


Moreover you can also adjust pop up window’s width and height by editing the above code (I’ve put 500 width and 500 height. You can change it according to your need)
Done!



by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *