Tuesday 3 July 2018

Popup Electronic Mail Subscription Box Widget For Blogger

Leave a Comment
Recently I shared a Facebook Popup Like box widget for blogger blog. I promise It was useful for you. Today I am going to plow over y'all electronic mail subscription box widget for blogger. An electronic mail subscription box widget is a fashionable widget. The user volition run into this box when he/she volition take in your weblog for the outset time.
It is created amongst Jquery together with CSS3. To know how to add together an electronic mail subscription box widget on your blogger blog. Just follow our below steps.
 Today I am going to plow over y'all electronic mail subscription box widget for blogger Popup electronic mail subscription box widget for blogger

 Email subscription box widget for blogger blog.

  1. Go to the blogger.com together with log into your account.
  2. Select your weblog where y'all are going to add together the Email subscription box widget.
  3. From your weblog dashboard, click on the layout option.
  4. Now from the sidebar, click on the add together gadget link.
  5. It volition opened upwards a novel window. From this window, choose the HTML/Javascript widget.
  6. On the adjacent page larn out the championship empty. And glue the next code into the text box.
  7. Press the salve button. And done.
Note: if your template already has a enquiry javascript. Then withdraw the Jquery script from the code. I marked the jquery script amongst ruddy color.
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'></script> <style type="text/css">
#box-background{display:none;background:rgba(0,0,0,0.8);width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999}#box-close{width:100%;height:100%;}#box-display{background:#fff;border:2px company #eee;width:400px;height:300px;position:absolute;top:32%;left:25%;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#box-button{float:right;cursor:pointer;position:absolute;right:0;top:0}#box-button:before{content:"X";padding:5px 8px;background:#000;color:#fff;font-weight:700;font-size:10px;font-family:Tahoma}#box-link,#box-link a.visited,#box-link a,#box-link a:hover{color:#aaa;font-size:9px;text-decoration:none;text-align:center;padding:5px}
.hob-title{text-align:center;}
.hob-email{text-align:center;}
.hob-email input[type='text']{height:
35px;width:290px}
.hob-email input[type='Submit']{height:40px;background:#000;color:#fff}
</style>
<script type='text/javascript'>
//<![CDATA[
jQuery.cookie=function(a,b,c){if(arguments.length>1&&"[object Object]"!==String(b)){if(c=jQuery.extend({},c),null!==b&&void 0!==b||(c.expires=-1),"number"==typeof c.expires){var d=c.expires,e=c.expires=new Date;e.setDate(e.getDate()+d)}return b=String(b),document.cookie=[encodeURIComponent(a),"=",c.raw?b:encodeURIComponent(b),c.expires?"; expires="+c.expires.toUTCString():"",c.path?"; path="+c.path:"",c.domain?"; domain="+c.domain:"",c.secure?"; secure":""].join("")}c=b||{};var f,g=c.raw?function(a){return a}:decodeURIComponent;return(f=new RegExp("(?:^|; )"+encodeURIComponent(a)+"=([^;]*)").exec(document.cookie))?g(f[1]):null};
//]]>
</script>
<script type='text/javascript'>
jQuery(document).ready(function($){
if($.cookie('popup_box') != 'yes'){
$('#box-background').delay(5000).fadeIn('medium');
$('#box-button, #box-close').click(function(){
$('#box-background').stop().fadeOut('medium');
});
}
$.cookie('popup_box', 'yes', { path: '/', expires: vii });
});
</script>
<div id='box-background'>
<div id='box-close'>
</div>
<div id='box-display'>
<div id='box-button'>
</div>
<h4 class='-hob-title'>Subscribe to our newsletter</h4>
<div class='hob-email'>
<p>Receive the latest tutorials to your inbox past times submitting your electronic mail address</p>
<form action='https://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open("https://feedburner.google.com/fb/a/mailverify?uri=Your weblog feedburner address", "popupwindow", "scrollbars=yes,width=550,height=520"); provide true' target='popupwindow'>
<input gtbfieldid='3' name='email' onblur='if (this.value == "") {this.value = "Enter your electronic mail address...";}' onfocus='if (this.value == "Enter your electronic mail address...") {this.value = "";}' type='text' value='Enter your electronic mail address...'/>
<input name='uri' type='hidden' value='Your weblog feedburner address'/><input name='loc' type='hidden' value='en_US'/>
<input type='Submit' value='Subscribe'/>
</form>
</div></div></div>
In fellowship to arrive work. In the to a higher house Code, You accept to brand to a greater extent than or less changes. Don't worry, I am non going to tell well-nigh doing to a greater extent than or less form of coding. You simply involve to supervene upon your weblog Feedburner address amongst your weblog Feedburner address. To arrive tardily for y'all I marked the replacing expanse amongst the ruddy color. That's it the Popup electronic mail subscription box widget is added to your blogger blog. To run into how is it working take in your blog. With the CSS knowledge, y'all tin arrive to a greater extent than stylish. If y'all larn whatever fault y'all tin inquire me past times dropping your comment below.
If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment