Hello Friends Today I'm going to show an awesome tips for blogger or newbie who want to create popup window or ads code for your blogger blogs.It is a so much important for blogger because you can increasing visitors from one blog to another blog besides increasing your earning and page view.
How to create a popup window for Blogger:
It a very simple you can easily do this task. Just follow the below instruction.
Are you wondering how you can Download whatsapp for pc/laptop ( windows or mac)? click here
1. Log in to your Blogger account
2. Go to Design > Page Elements
3. Click Add a Gadget.
4. Select HTML/JavaScript widget
5. Copy the below code and past it in HTML/java script box.
<script type="text/javascript"> document.body.onclick= function(){ window.open('your web address', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=650, height=650, left = 300, top = 50'); }</script> |
Note 1. - your web address' Replace this with your Web url (web address)
Note 2.- width=650, height=650 You can customize Window size.
6. Now save your Template your popup window is ready
please feel free to share or to comment about this tutorial thanks

No comments:
Post a Comment