JavaScript To Create Pop Up Window In Blogger

Pop up is a GUI (Graphical User Interface) based display screen that suddenly appears or pops up. Pop-ups can be initiated by a single click or double click either suddenly or after a fixed time of interval. Even voice command can also be given to make a pop up working. The window size of pop-ups must be less than the original window running in the background. JavaScript is the most widely used technology to create an interactive and efficient pop-up windows at present. You can use Java applet too as an alternative but no doubt the best option is JavaScript.

Pop Up Window For Blogger
Pop Up Window For Blogger
One can use this functionality at blogging platform to increase page views. Or say if there is a running promotion on your blog then pop-ups would be a tremendous option to make this promotion visible to every visitor. It’s a child play to add pop-up window for blogger, follow the process given below with simple to implement steps.

How To Create A Pop-Up Window For Blogger

  • Login to your blogger dashboard. 
  • Navigate to Dashboard>>Layout>>Add A Gadget >> HTML/JavaScript.
  • Add the following piece of code into the text field.

 

  • Don’t forget to change crunchytricks.com with your own URL.
  • You can customize windows size and place such as height, width, left, top.
  • At last, click on Save button.
Now whenever users click somewhere on your blog immediately a window will pop up pointing to the URL you’ve embedded. So if there is any doubt regarding this tutorial or the script is not working then please let us know.
See also: How to Remove Powered By Blogger Attribution Gadget?
Image Source: – https://en.wikipedia.org/wiki/Pop-up_ad
Scroll to Top