Pop-up Window opening in Blogger Post

 


 If you want a  window to pop up suddenly in blogger posts  then you can do it in easy way.

It’s easy to add popup window for blogger and adding popup window helps in increasing page views of your blog and you can help visitors to know useful links within your site and other external sites.

LET'US CREATE A POP -UP WINDOW FOR OUR BLOGGER 

 

1.Login to your blogger  account
 
2.Go to Dashboard >> layout and click “add a gadget” from sidebar or footer
 
3.Open HTML/JavaScript gadget
 
4.Add  the following script in HTML/JavaScript content area and click save

 

<script type="text/javascript">
document.body.onclick= function(){
window.open('https://www.theseekers.live', 'poppage', 
'toolbars=0, scrollbars=1, location=0, statusbars=0, 
menubars=0, resizable=1, width=950, height=650, 
left = 300, top = 50');
}</script>

Make sure to change the url for your own site.

Customize the width and height of the popup window like you wish

Now when users click somewhere on your blog a popup window will open pointing to that page

Post a Comment

0 Comments