You can also include social media buttons like Facebook, Google+, Twitter, Linkedin etc. in it.
- Add Thesis Email Subscription Widget To Your Blogger Blog
- Add A Beautiful Subscription Box To Your Blogger Blog
- Stylish Subscription Widget For Blogger And WordPress
Screenshot Demo Below:
How to Create Email Subscription Form With Social Icons
Add Subscription Box Widget To Blogger
- Go to Dashboard > Design > Page Elements.
- Click Add A Gadget. In New Window, Select HTML/Javascript .
- Copy The Code Given Below and Paste It Inside The Box.
- Save The Gadget
Add Subscription Box Widget To WordPress
- Go to Dashboard > Appearance > Widgets > Available Widgets
- Drag Text Widget Into a Sidebar.
- Paste In The Code.
- Save Widget & Its Done
Code For Subscription Box Widget
<style>
.subsemail{
border:none;
margin-left:auto;
margin-right:auto;
background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRm6B1re9Z1O_K1mVcuNPdPXrngNahWv_2Xn__fGeLk3v3WJyZGlTvQQg1ydY2gulIkHeflV-euUypn5vNu2uJmEuYwnCQ5NgTyN6lBk0SM2nBvJtK__56-iCjCSqbcKqr9MmrrCrYWOyj/s1600/blogsdaddy.com-subscribe-form.png') no-repeat top left;
width:280px;
height:245px;
}
.linkfacebook{
position:absolute;
width:40px; height:40px;
margin-top:25px;
margin-left:24px;
cursor:pointer;
background:none;
border:none;
}
.linktwitter{
position:absolute;
width:40px; height:40px;
margin-top:25px;
margin-left:88px;
cursor:pointer;
background:none;
border:none;
}
.linkgplus{
position:absolute;
width:40px; height:40px;
margin-top:25px;
margin-left:152px;
cursor:pointer;
background:none;
border:none;
}
.linkrss{
position:absolute;
width:40px; height:40px;
margin-top:25px;
margin-left:215px;
cursor:pointer;
background:none;
border:none;
}
.substextarea{
position:absolute;
overflow:hidden;
border:none;
border-right:none;
width:206px; height:23px;
margin-top:177px;
margin-left:50px;
background:none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#666666;
font-style:italic;
}
.subsemailsubmit{
position:absolute;
overflow:hidden;
cursor:pointer;
border:1px solid gray;
width:70px;
height:20px;
background:none;
border:none;
margin-top:210px;
margin-left:188px;
}
</style>
<!--Begin Subscription-->
<div class="subsemail">
<form method="link" action="http://www.facebook.com/BlogsDaddy" target="_blank">
<input class="linkfacebook" type="submit" value="" title="Join BlogsDaddy On Facebook" />
</form>
<form method="link" action="http://twitter.com/BlogsDaddy" target="_blank">
<input class="linktwitter" type="submit" value="" title="Follow BlogsDaddy On Twitter" />
</form>
<form method="link" action="https://plus.google.com/106217413057730068740" target="_blank">
<input class="linkgplus" type="submit" value="" title="Follow BlogsDaddy On Google Plus" />
</form>
<form method="link" action="http://feeds.feedburner.com/BlogsDaddy" target="_blank">
<input class="linkrss" type="submit" value="" title="BlogsDaddy RSS Feed" />
</form>
<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=BlogsDaddy', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<input class="substextarea" name="email" onblur="if (this.value == "") {this.value = "Enter your email address here";}" onfocus="if (this.value == "Enter your email address here") {this.value = "";}" value="Enter your email address here" type="text" />
<input class="subsemailsubmit" value="" type="submit" />
<input type="hidden" value="BlogsDaddy" name="uri"/>
<input type="hidden" name="loc" value="en_US"/>
</form>
</div>
<!--End Subscription-->
If you need our help then ask me via comments.See you soon with more amazing widgets and tutorials.Keep in touch! Happy Blogging & Stay Blessed :)
Wow!! Finally I Found this Gadget on Your Site. Thanx For Sharing gagan Masoun :)
ReplyDeleteYour welcome @Gurpreet
Deletebut how to save this subscription lists in wordpress?
ReplyDeleteJust copy the code and follow above steps. Its simple dear
DeleteI'd like to get rid of the "Subscribe to Nucleation" and add a different blog name instead.
ReplyDeleteHow can I go about this?
Hi Liz,
DeleteActually "Subscribe to Nucleation" written on background Image, I changed the title "Subscribe to Nucleation" to ""Subscribe Us". So, copy/paste this code again.
For another question ask again without hesitation :)
Thanks
Gagan Masoun