Last Time we published How To Add Pop Up Email Subscription Form For Blogger Using Jquery. As I mentioned in the last post now we are going to see How To Add One Time Popup Email Subscription Widget For Blogger . This is a jQuery widget . this is the upgraded version of the previous widget. In the older version widget will open when the email icon is clicked but this widget makes the popup automatically and the popup will shown only once in a week. Now we can see How To Add The One Time Popup Email Subscription Widget For Blogger . Add One Time Popup Email Subscription Widget Adding jQuery plugin to the template: As this widget based on jQuery plugin, First you need to have a jQuery Plugin in your Blog template. Ignore this Step, If your Blog already have a jQuery plugin. Add the below line of code before </head> tag. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> Adding Widget Code to b...
Useful Information