0
Social networks plays an important role in increasing traffic on your blog. That's why many blogger adds their social networking profile links in their blogs.Today we will add stylish social subscription box to blogger very easily just using CSS and HTML codes.It contains your Feedburner Link,Twitter Profile Link,Facebook Page Link,Google + and search bar.I have added a hover effect to it which increases the beauty of this widget.Installation of this gadget extremely easy you just have to copy and paste the codes.Take a preview of this widget.

How To Add This Gadget To Blogger?

You can add this widget in two ways...

  1. Adding it as a HTML/JavaScript widget.
  2. Integrating in your template.

1st Way : Adding It As An HTML/JavaScript Widget

To add this widget as a HTML/JavaScript widget,

  • Go to Blogger Dashboard > Design > Page/Edit Layout.
  • Add a Gadget > HTML/JavaScript.

<style>

/*  ---------Helper Blogger Social Media Widget----------- */ 

#search {
border: 1px solid 
#DDD;
background: 
white url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEig12WvSN2RcXEaCDAVC0jjD773A_5-CDHLegkl0EK8JS_oazcK9Sv2twpLFmlVmP_jghpEyj0dtPmKNcrOeWfImIdDnMXue4K1kUNR_8gfHkkVD-B9iLThq60-FqRPdCwBJX-_TAwCVGE/s1600/search.png) 99% 50% no-repeat;
text-align: left;
padding: 6px 24px 6px 6px;
height:15px;
mouse:pointer:
}
#search #s {
background: none;
color: 
#666;
border: 0;
width: 100%;
padding: 0;
margin: 0;
outline: none;
}
.social-connect-widget{background:#F5F4EF;border:1px solid #E7E6DE;padding:10px; border-radius:5px; -moz-border-radius:5px;} 
.social-connect-widget:hover{border:1px solid #CBCBC2;background:#FFF} 
.social-connect-widget a{text-decoration:none;font-weight:bold;font-family:Arial,Helvetica,Sans-serif;color:#4B4D4E} 
.social-connect-widget a:hover{text-decoration:underline;color:#F77C04} 
.social-connect-widget img{vertical-align:middle;margin-right:5px;height:32px;width:32;} 
</style>

<div id="search" title="Type and hit enter">
<form action="/search" id="searchform" method="get">
<input id="s" name="q" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Search&quot;;}" onfocus="if (this.value == &quot;Search&quot;) {this.value = &quot;&quot;;}" type="text" value="Search" />
</form>
</div>
<br/>
<br/><div class="social-connect-widget" style="margin-top:0px;margin-bottom:10px;"> 
<img alt="rss feed" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifmXwmsfSzNxEjTIYRBJ_-fODR7YTfHaVtQO5vMh92J6QqDrC9BHGuGOHbSnKgk5hZ2EQy108X6vyqKYgTtJohURMmoYfJLIY5DVwg4zO3zbA8C7WdKJTMFfGgtBJdInlAJ5F2DTt86BWF/s1600/rss.png" /><a href="http://feeds.feedburner.com/hblogger" target="_blank">Subscribe to our RSS Feeds!</a> 
</div> 
                        
<div class="social-connect-widget" style="margin-bottom:10px;"> 
<img alt="follow us on twitter!" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCk1Fhk_g-622NHOH3DvpMsrYKRpnf3FOThPwjKrE67OnlfIXnjaOShu4LiHNL3kd3P-ro_J3hRFfQS4aRWSy7IDZJgZlYOHZ15Ayh9nUNlF6TFDH0pGqqPQKzUr6Pw8snjhY4P2UtX_Mv/s1600/twitter.png" title="follow us on twitter!" /><a href="http://twitter.com/helperblogger" target="_blank">Follow Me on Twitter!</a> 
</div>

<div class="social-connect-widget" style="margin-bottom:10px;"> 
<img alt="be our fan!" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyRk70UyyXdMAZZsRnJC7UOPgSkV-flHcuvQ6088Em7ch6QYpqJgagO7NziMZfJvW_qWmr4AShyWGg-WI7bSrBMI7f3Gb5aAnoDdB34w6G4AF7bHwsxS-vQ3fcMSRwr3wP19g-1yzw9yqu/s1600/facebook.png&#39; title=&#39;Be Our Fan" /><a href="http://www.facebook.com/btsnts" target="_blank">Follow Me on Facebook!</a> 
</div>

<div class="social-connect-widget" style="margin-top:0px;margin-bottom:10px;"> 
<img alt="google plus" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-D6ZtOKy8-QRaMhfYRwmDCt-6CnMEuW91hd3fixhCf7pTJeVDWnxQn1H43YXbhwSrepHti-QiQIskQDSEz3-FUxBaDf9-qFU4jFHQW0as3APHmxsIfEMOmETxwuNd_xgZKHV00Om3WTI/s1600/g-plus-logo.png" /><a href="https://plus.google.com/u/0/106527290580119996124" target="_blank">Add Me on Google+!</a> 
</div>


2nd Way : Integrating It In Template


If you integrate the widget in your template then it loads quite fast as compared to HTML/JavaScript widget.
To integrating it in your template,

  • Go to Edit HTML page.
  • Download/Backup your template.
  • Find ]]></b:skin>
  • Add below code just above  ]]></b:skin>

CSS CODE

/*  ---------Helper Blogger Social Media Widget----------- */ 

#search {
border: 1px solid 
#DDD;
background: 
white url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEig12WvSN2RcXEaCDAVC0jjD773A_5-CDHLegkl0EK8JS_oazcK9Sv2twpLFmlVmP_jghpEyj0dtPmKNcrOeWfImIdDnMXue4K1kUNR_8gfHkkVD-B9iLThq60-FqRPdCwBJX-_TAwCVGE/s1600/search.png) 99% 50% no-repeat;
text-align: left;
padding: 6px 24px 6px 6px;
height:15px;
mouse:pointer:
}
#search #s {
background: none;
color: 
#666;
border: 0;
width: 100%;
padding: 0;
margin: 0;
outline: none;
}
.social-connect-widget
{background:#F5F4EF;
border:1px solid #E7E6DE;
padding:10px;
border-radius:5px;
-moz-border-radius:5px;
} 
.social-connect-widget:hover{
border:1px solid #CBCBC2;
background:#FFF
} 
.social-connect-widget a{
text-decoration:none;
font-weight:bold;
font-family:Arial,Helvetica,Sans-serif;
color:#4B4D4E
} 
.social-connect-widget a:hover{
text-decoration:underline;
color:#F77C04
} 
.social-connect-widget img{
vertical-align:middle;
margin-right:5px;
height:32px;
width:32;
} 



  • Now go to Page layout
  • Add a Gadget > HTML/JavaScript.
  • Paste below code and save it.

HTML Code

<div id="search" title="Type and hit enter">
<form action="/search" id="searchform" method="get">
<input id="s" name="q" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Search&quot;;}" onfocus="if (this.value == &quot;Search&quot;) {this.value = &quot;&quot;;}" type="text" value="Search" />
</form>
</div>
<br/>
<br/><div class="social-connect-widget" style="margin-top:0px;margin-bottom:10px;"> 
<img alt="rss feed" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifmXwmsfSzNxEjTIYRBJ_-fODR7YTfHaVtQO5vMh92J6QqDrC9BHGuGOHbSnKgk5hZ2EQy108X6vyqKYgTtJohURMmoYfJLIY5DVwg4zO3zbA8C7WdKJTMFfGgtBJdInlAJ5F2DTt86BWF/s1600/rss.png" /><a href="http://feeds.feedburner.com/hblogger" target="_blank">Subscribe to our RSS Feeds!</a> 
</div> 
                        
<div class="social-connect-widget" style="margin-bottom:10px;"> 
<img alt="follow us on twitter!" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCk1Fhk_g-622NHOH3DvpMsrYKRpnf3FOThPwjKrE67OnlfIXnjaOShu4LiHNL3kd3P-ro_J3hRFfQS4aRWSy7IDZJgZlYOHZ15Ayh9nUNlF6TFDH0pGqqPQKzUr6Pw8snjhY4P2UtX_Mv/s1600/twitter.png" title="follow us on twitter!" /><a href="http://twitter.com/helperblogger" target="_blank">Follow Me on Twitter!</a> 
</div>

<div class="social-connect-widget" style="margin-bottom:10px;"> 
<img alt="be our fan!" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyRk70UyyXdMAZZsRnJC7UOPgSkV-flHcuvQ6088Em7ch6QYpqJgagO7NziMZfJvW_qWmr4AShyWGg-WI7bSrBMI7f3Gb5aAnoDdB34w6G4AF7bHwsxS-vQ3fcMSRwr3wP19g-1yzw9yqu/s1600/facebook.png&#39; title=&#39;Be Our Fan" /><a href="http://www.facebook.com/btsnts" target="_blank">Follow Me on Facebook!</a> 
</div>

<div class="social-connect-widget" style="margin-top:0px;margin-bottom:10px;"> 
<img alt="google plus" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-D6ZtOKy8-QRaMhfYRwmDCt-6CnMEuW91hd3fixhCf7pTJeVDWnxQn1H43YXbhwSrepHti-QiQIskQDSEz3-FUxBaDf9-qFU4jFHQW0as3APHmxsIfEMOmETxwuNd_xgZKHV00Om3WTI/s1600/g-plus-logo.png" /><a href="https://plus.google.com/u/0/106527290580119996124" target="_blank">Add Me on Google+!</a> 
</div>


Customizations (For Both Ways)

Now choose any way and copy the code in your notepad and replace all my usernames with yours.
(Note - If you want to use second way then use only HTML code for customizing)
If you have any queries about this gadget then feel free to tell me.I will solve it as soon as time allows.May this gadget increase your social subscribers...

Post a Comment

 
Top