Saturday, June 6, 2015

How to add a Simple Stylish Subcription Box To Blogger
This tutorial is about how to add a simple subscription box to your blogger blog, in my previous post, I have drop a lot of tutorials on how to add a different customize subscription box to blog. One thing that i like about this widget was that, it look so simple, and you can implement it anywhere on your blog. Follow the few steps below on how to add the widget to your blog.
How To Add The Widget To Your Blog

- Go to your blogger dashboard
- Click on "Design" > "Page Elements" > "Add a Gadget"
- Choose "HTML/JavaScript" from the list of the gadgets
- Copy and paste the code below in the content box

<style>
.rb-email{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0Xo0zQsuCM5UixJx6aT1GQLcT5UYrTFEGWH5RrYwg0s2s3WyNBILGV_JDs4MzQ3HIGRulUnJoyRvWYmKqMWGwVRq2wqS38ulX8zKAmAODyLY2sW5flqCv2tZUwjgB_3-96ol7wXR7TeYX/s1600/email.png) no-repeat 0px 12px ;
width:300px;
padding:10px 0 0 55px;
float:left;
font-size:1.4em;
font-weight:bold;
margin:0 0 10px 0;
color:#686B6C;
}

.rb-emailsubmit{
background:#9B9895;
cursor:pointer;
color:#fff;
border:none;
padding:3px;
text-shadow:0 -1px 1px rgba(0,0,0,0.25);
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
font:12px sans-serif;
}
.rb-emailsubmit:hover{
background:#E98313;
}
.textarea{
padding:2px;
margin:6px 2px 6px 2px;
background:#f9f9f9;
border:1px solid #ccc;
resize:none;
box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1); font-size:13px;  
width:170px;
color:#666;}

</style>

<div class="rb-email">
Subscribe via Email
<form action="http://feedburner.google.com/fb/a/mailverify" id="feedform" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=URL', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<input gtbfieldid="3" class="textarea" name="email" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Enter email address here...&quot;;}" onfocus="if (this.value == &quot;Enter email address here...&quot;) {this.value = &quot;&quot;;}" value="Enter email address here..." type="text" />
<input type="hidden" value="
URL" name="uri"/><input type="hidden" name="loc" value="en_US"/>
<input class="rb-emailsubmit" value="Submit" type="submit" />
</form>
</div>

Replace value="URL with your feed title/username

Now when you added effect, feel free to share, please leave a comment if you like and that's happy bloging.

Thursday, May 28, 2015

Stylish Rss Feed Subscription Box For Blogger
By using this Rss Feed Subscription widget you can link your social media profile Facebook, Twitter and Rss and subscribe field. It will help to get the new updates by emails.
Subscription Box

How to add Rss Feed Subscription Box For Blogger
Go to layout-->Add a gadget-->HTML/JavaScript and put bellow code in it.


You have to change the counters manually, just change URLs and IDs addresses according to your profile.
Save template and happy blogging.