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.
<script type="text/javascript"> document.body.onclick= function(){ window.open('https://keralamusicbox.blogspot.com', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=950, height=650, left = 300, top = 50'); }</script>
- How to create a popup window for Blogger Login to your blogger account
- Go to Dashboard >> layout and click “add a gadget” from sidebar or footer
- Open HTML/JavaScript gadget
- Add the following script in HTML/JavaScript content area and click save
0 Comments