Saturday, July 28, 2012

Social Network Sidebar Gadget For Blogger

Social Bookmark site helps to get more traffic to
your blog.There fore we need some more followers
for our social profile. By using this gadget you can
link your profile with this gadget. Your users can
follow you from your site. It include Facebook fan,
Twitter followers, and Rss subscribers. you can do
with easy steps. Follow these steps to add it your blog.
My earlier post Social Network Widget With Spinning
Hover Effect For Blogger



DEMO

1. Log in to blogger account and Go to Design >> Edit HTML

2. Find this tag by using Ctrl+F    ]]></b:skin>

3. Paste below code Before ]]></b:skin> tag
#col2 {
float: left;
width: 320px;
}
.subcol {
width: 150px;
}
.subcol h2 {
font-size: 14px;
padding: 0 0 10px;
color: #999999;
}
#subscribe { background:#none; width:308px;  font-size:8px; }
.subscribe_icons { width:286px; margin:0px auto; }
.subscribe_icons li { display:inline; float:left; margin:0px 2px 5px 2px; width:52px; text-align:center; font-size:11px; }
.subscribe_icons a { display:block; padding:40px 0px 2px; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; color:#444 !important; }
.subscribe_icons a:hover { color:#26b !important; text-decoration:none; -moz-box-shadow:0px 2px 4px hsla(0,0%,0%,.35); -webkit-box-shadow:0px 2px 4px hsla(0,0%,0%,.35); }
.subscribe_icons .subscribe_buzz a { background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRID1Geboq4JKHC3RpKwGf64gLKiqpWrnrmOP_wFq0Ye9kR4B9xn9_20OnSXBNForhtBY7Ixmrj734NQ7keQuQdNyshne6TRvIvWWrFZEiCPl6nWkIwZ2hEgNCm6bSW_-mPRtne0qM9M8/s1600/buzz.png) center top no-repeat; }
.subscribe_icons .subscribe_twitter a { background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhilfLMO1GRFIpjhm-R5ItDky04I_tV4lTl1n-M9ane7CdaSt3BJMOAVf6ZXtVfcRcHdbLIhOD2N67GDUGW77yK-YHruqGGndT60JZXN3a47_c8oDd0JplRo_QGlYmzdx4t5sQeoPJ5KHs/s1600/twitter1.png) center top no-repeat; }
.subscribe_icons .subscribe_facebook a { background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwPcmTFXB_KvxvCJuXUg_UTKJaZKvBmLQqNwXBl3L4e4AuKUXFz1NEQaYgdvkeMq7X09Y_4CncS_rX_bRiVJAWx2_nn7PUxYcKw1BJ5TWQ_Dnyn4vJrHgHpMIqq_un6dEh-Mt2Bbv-lcE/s1600/facebook1.png) center top no-repeat; }
.subscribe_icons .subscribe_rss a { background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7VJ8n5UP8s7NBquJDKNK7Ol5eAIPbx94QWaV2Eq-lOaQhS7knzksCXyb7i7DfyOB1mer3ya2sXUJ8-ve3q3mWuc-VtuM7QbM2iHrJxysf7Xq78KsYepu0SsLIPOA4a5QW52nTNzTDHSk/s1600/rss1.png) center top no-repeat; }
.subscribe_icons .subscribe_email a { background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjA2ZGnR3BjzTL1efYk6Djza96DkRNzAhRGvMvGNIzQ1kbXamS9KUc_6D0em774kQ0MWQk_TccNXSOg2leDDv0uWbTbT_nXHya6WERJtb-B5FpVqy3HZQ6CsTFMHl8Yt73cpA-dfb2xxl8/s1600/email.png) center top no-repeat; 

4. Now Go to Design >> Page Element

5. Click Add Gadget and select 'HTML/Javascript'

6. Paste  below code.

<!-- www.bloggertrix.com -->
<div id='col2'>
<div id='subscribe'>
<ul class='subscribe_icons'>
<li class='subscribe_buzz'><a href='ADD HERE YOUR GOOGLE PROFILE URL' rel='nofollow' target='_blank'>Buzz</a></li>
<li class='subscribe_twitter'><a href='ADD HERE YOUR TWITTER URL' rel='nofollow' target='_blank'>Twitter</a></li>
<li class='subscribe_facebook'><a href='ADD HERE YOUR FACEBOOK URL' rel='nofollow' target='_blank'>Facebook</a></li>

<li class='subscribe_rss'><a href='ADD HERE YOUR FEEDBURNER URL' rel='nofollow' target='_blank'>RSS</a></li>
<li class='subscribe_email'><a href='ADD HERE YOUR FEEDBURNER EMAIL URL' rel='nofollow' target='_blank'>Email</a></li>
</ul>
<!-- End -->

Replace highlighted word with your URLs

7. Now save 'HTML/Javascript'
 you are done.

0 comments:

Post a Comment