How To Add Pop-Up Message | Blogger Tips
POP-UP message will be shown when visitors visit your blog. If you want to give special message to readers then you can use this blogging technique. Since we will use Javascript code, so if the viewer has disabled Javascript on browser this may not work. To see this POP-UP message you have disable pop-up blocker in your web browser.Steps to add pop-up in a blog
1. Login at Blogger.com.2. On the Blogger Dashboard, click the 'Template' link.
3. Next Click the Edit Html .
4. Copy the code below :
<script language='JavaScript'>
//
alert (“Hi This is pop up Demo!”)
</script>
5. Paste the code above between </head> and ]]></b:skin> tags in your template.
6. Now place your message in alert(“Your message here”)
7. Save the template.
8. Clear Cache and View Blog.
This is simple but interesting and somewhat useful blog tips. I hope you will enjoy it. Happy blogging to all.
No comments:
Post a Comment