Breaking

Thursday, September 23, 2021

How To Add Popup Window In Blogger

Popup window is an additional window that appears when someone click on that page where the Popup script is running.




Step 1: Login to your blogger  account

Step 2: Go to Dashboard >> layout and click “Add a Gadget” from the sidebar or footer

Step 3: Open HTML/JavaScript gadget

Step 4: Add the following script in HTML/JavaScript content area and click save.





<script type="text/javascript"> document.body.onclick=function(){ window.open('https://vijay-chauhan-dm.blogspot.com/','poppage','toolbars=0, scrollbars=1, location=-4, statusbars=1, menubars=0, resizable=0,width=1400,height=668,left=1,top=-180','_self');}

  </script>


You can adjust the height and width of the popup page.  


Why should I use it:

  1. When Someone clicks on the anywhere in the page a popup would appear.
  2. You can Use it as a referral traffic for your website or a particular post. 

Drawbacks: It would increase your website bounce rate because if someone landed on your site. and click suddenly a popup appears which send user to referral website or post. If it is not mean he suddenly closes your the popup. This increases your Bounce Rate.


Bounce Rate: Bounce rate is the percentage of visitors who come to your website and leave without viewing any other pages on your website.

No comments:

Post a Comment