Presenting yet another beautiful social media connect widget that lets your visitors to search your blog, subscribe to your RSS Feeds, follow you on twitter, follow you on Facebook and share your blog with over 351+ Social Media Networks! This widget is an extracted code from a wordpress template provided by Pbloggertemplates. I have further edited the widget to make it a perfect social share tool. Please see the demo below,
Adding The Social Connect Widget To BlogSpot
- Go To Blogger > Design > Edit HTML
- Backup your template
- Search for ]]></b:skin> and paste the following code just above it,
/* -------------MBT SOCIAL SHARE WIDGET-------------------- */
#search{width:350px; border:1px solid #E0DFD9;background:url(http://2.bp.blogspot.com/-L-6BIGrXfyA/TeDn95a4GxI/AAAAAAAAHLg/z1th8GgWvko/s1600/search-bg.png) left top repeat-x;height:32px;padding:0;text-align:left;overflow:hidden}
#search #s{width:80%; background:none;color:#3F3F3F;border:0;padding:4px;margin:3px 0 0 12px;float:left}
#search .search-image{border:0;vertical-align:top;float:right;margin:8px 4px 0 2px}
#search-wrap{padding:15px 0}
.topsearch #search{margin-top:0;margin-bottom:10px}
.social-connect-widget{background:#FFF;border:1px solid #E7E6DE;padding:10px}
.social-connect-widget:hover{border:1px solid #CBCBC2;background:#F5F4EF}
.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}
- To Change width of search box edit width:350px
- To change width of search input area edit width:80%
4. Then Search for,
<div id='sidebar-wrapper'>
PS: In this part most of you will face problems as the coding for each template differ. If you could not find this code then do not panic and simply post your Blog URL in the comments.
5. Now Paste the following code just below it,
<div class='topsearch'>
<div class='clerfix' id='search'>
<form action='/search' id='searchform' method='get'>
<input id='s' name='q' onblur='if (this.value == "") {this.value = "Search here...";}' onfocus='if (this.value == "Search here...") {this.value = ""}' type='text' value='Search here...'/>
<input class='search-image' src='http://4.bp.blogspot.com/-4xLRhLRVVkI/TeDn9fTgT3I/AAAAAAAAHLY/5DuGTiOVtj8/s1600/search.png' title='Search' type='image'/>
</form>
</div>
</div>
<div style='clear:both;'/><div class='social-connect-widget' style='margin-top:0px;margin-bottom:10px;'>
<a expr:href='data:blog.homepageUrl + "feeds/posts/default"'><img alt='RSS Feed' src='http://3.bp.blogspot.com/-0kKKFqj_U2U/TZ52Sq7wwfI/AAAAAAAAEIQ/mrmCuT1KzjI/s1600/social-connect-rss.png' title='RSS Feed'/></a><a expr:href='data:blog.homepageUrl + "feeds/posts/default"'>Subscribe to our RSS Feeds!</a>
</div>
<div class='social-connect-widget' style='margin-bottom:10px;'>
<a href='http://twitter.com/USERNAME'><img alt='Follow Us on Twitter!' src='http://4.bp.blogspot.com/-vhFL0XMMYLg/TZ52S1xMdpI/AAAAAAAAEIY/uzxm685MciA/s1600/social-connect-twitter.png' title='Follow Us on Twitter!'/></a><a href='http://twitter.com/USERNAME'>Follow Us on Twitter!</a>
</div><div class='social-connect-widget' style='margin-bottom:10px;'>
<a href='http://facebook.com/USERNAME'><img alt='Be Our Fan!' src='http://1.bp.blogspot.com/-3tPdbv6JNYA/TZ52SSUbiVI/AAAAAAAAEII/tzPhCV1UIYU/s1600/social-connect-facebook.png' title='Be Our Fan'/></a><a href='http://facebook.com/USERNAME'>Follow us on Facebook!</a>
</div><div style='clear:both;'/>
<div class='addthis_toolbox'>
<div class='custom_images'>
<a class='addthis_button_twitter'><img alt='Twitter' height='32' src='http://4.bp.blogspot.com/--haasmhP25E/TX0BIdW3PYI/AAAAAAAABec/ll0OKqU0z4M/s1600/twitter.png' width='32'/></a>
<a class='addthis_button_delicious'><img alt='Delicious' height='32' src='http://4.bp.blogspot.com/-yL-sR48gGug/TX0A8-6p88I/AAAAAAAABds/_CXWKvVi8LU/s1600/delicious.png' width='32'/></a>
<a class='addthis_button_facebook'><img alt='Facebook' height='32' src='http://4.bp.blogspot.com/-R8SGNJPGg68/TX0A9QHboaI/AAAAAAAABd8/OkHcJttzFr0/s1600/facebook.png' width='32'/></a>
<a class='addthis_button_digg'><img alt='Digg' height='32' src='http://4.bp.blogspot.com/-X9vrqy4kNI4/TX0A9PtQIcI/AAAAAAAABd0/WahU3JI8r3o/s1600/digg.png' width='32'/></a>
<a class='addthis_button_stumbleupon'><img alt='Stumbleupon' height='32' src='http://2.bp.blogspot.com/-iLJQkdXwnpo/TX0BIZ59J_I/AAAAAAAABeU/t367mp0EWJM/s1600/stumbleupon.png' width='32'/></a>
<a class='addthis_button_favorites'><img alt='Favorites' height='32' src='http://1.bp.blogspot.com/-oam0L5GcIQo/TX0A9lXvQwI/AAAAAAAABeE/EPfnCictAv0/s1600/favorites.png' width='32'/></a>
<a class='addthis_button_more'><img alt='More' height='32' src='http://1.bp.blogspot.com/-duuV-meHLMg/TX0BILhZk3I/AAAAAAAABeM/ymXO0WYc80g/s1600/more.png' width='32'/></a>
</div>
<script src='http://s7.addthis.com/js/250/addthis_widget.js' type='text/javascript'/>
</div>
<div style='clear:both;'/>
Make these changes:
- Replace http://twitter.com/USERNAME with your twitter profile link
- Replace http://facebook.com/USERNAME with your Facebook Profile link
6. Save your template and Bingo you are done! :>
Visit your blogs to see a beautiful new change. Hope you liked it. Questions are always welcomed.
You will also like to view the previous version,
Filed Under: Blogger Widgets and plugins
If you don't want to get yourself into Serious Technical Trouble while editing your Blog Template then just sit back and relax and let us do the Job for you at a fairly reasonable cost. Submit your order details by Clicking Here »









131 comments:
http://ibakchodi.blogspot.com/
http://itmytrip.blogspot.com/...please help me because i can workout with this
heartwillsing.blogspot.com
sevenoways.co.in
http://optimizing-pc-tips-and-tricks.blogspot.com/
http://www.webloglk.co.cc/
http://convexcoders.blogspot.com/
http://better-body-building.blogspot.com/2011/07/are-you-motivated-bodybuilding-requires.html
http://sahityanasatsangmaa.blogspot.com/
http://searchchrome.com/top-10-rakhi-scraps-on-facebook/
Nice one but I need without twitter button
Reply
http://2earncash-online.blogspot.com
snobbynoob.blogspot.com
www.smashinbeauty.com
good tutorial! i was succesfull. your blog is wonderful, easy to understand and great! salute.
http://lovembabe-musiclover.blogspot.com
I am looking for this one with hover effects.. thanks..
social media for churches
I love this! Do you have one updated with Google Plus as part of the social media profiles you can follow?
http://redonfiles.blogspot.com/
http://retronow.blogspot.com/
www.FCBvsRMA.blogspot.com
edcblog-srcc.blogspot.com
where to paste the second part of the code. i am not able to find
div id = ' sidebar-wrapper'
my site address is www.interestingfacts.in
for your info: i using default template designer from blogger.
please reply as soon as possible.
Thanks
i can't add this one. can u help me. for your help i mention my blog
http://shoukot-4the-people.blogspot.com/
thanx friend
http://internetricks4u.blogspot.com/
mynewexp.blogspot.com
http://gypsyterrain.blogspot.com/
www.real-innocent-angel.blogspot.com
Thanks, I am pretty much html illiterate but managed to follow these instructions! Much appreciated
~ Nicole
www.envycollection.blogspot.com
I am using the Ethereal template on Blogger
http://annick-it.blogspot.com/
http://vinnydphotography.blogspot.com/
http://artistbychance.blogspot.com
http://imprezzabatik.blogspot.com/
ihavezlatathoughts.com
technews24h.com
http://cloud-farmer.blogspot.com/
great tutorial....thanks
Latest Mobiles
Hi :) My Blog Link is http://jstxplore.blogspot.com/ , can't find the code which you mentioned (and also please recommend and guide me to improve my blog ) thanks :)
www.techsaquib.blogspot.com
I want to put these buttons in my blog which is based on the "Simple" template in blogger. Where do I put the second part of your instructions?
Thanks heaps
www.magcube.blogspot.com
www.drivesinindia.blogspot.com
I would like to remove the ones from the bottom, but i don't know how to do it, is their a way to do this or not?, Thank you and your blog is amzing it makes me aprecciate blogger alot more!
www.rechargeindia.in
http://makeup-glitz.blogspot.com/
http://fresh-you.blogspot.com/ THANKS!
My blog ID is: http://iloveislamarticles.blogspot.com/
Help will be appreciated. Thanks
my blog,.. need help.. for the second coding..
http://buletinlepak.blogspot.com/
As you said, I failed to find div id='sidebar-wrapper' in my blog source.... so?
here's my blog's address:
http://tellhowto.blogspot.com/
http://www.awylderview.com
http://drajatdwihartono.blogspot.cm=om
http://netmobileshare.blogspot.com/
www.jobhours.blogspot.com
http://thelaagan.blogspot.com/
http://androidbrasilmarket.blogspot.com/
where to paste the second part of the code. i am not able to find
div id = ' sidebar-wrapper'
www.sosyalmedyacci.com, i cant find the code? could you plz help me?
http://www.blogenterpretner.blogspot.com
www.moviethumper.blogspot.com
hey good post ..check my blog too http://newsboxblog.blogspot.com
http://e-frapedia.blogspot.com/
i cant find the second part can you help??
http://osaspointofview.blogspot.com/
Thank you muhammad!!! so far your tutorials that I've tried are stable & it worked. thank you very much! :)
wow, very cool widget..
http://www.statsprofessor.blogspot.com/
Can't find the line plus I would only like to use the bottom "sharing" buttons. Thanks.
http://amanhackingarticles.blogspot.com
plz help
looks like we'll never get this working :(
If you can not find id='sidebar-wrapper' then simply add the code giant code in step#5 inside a HTML/javascript widget. It will work just perfectly.
Go to Design > Page Elements
Select Add a Gadget
Choose HTML/JAvascript
Paste the code inside it and save
Done!
I tried that but none of the icons show up. Just a big mess. It's somewhat working if you click to share on face book. But it's all text. Don't get it as there are .png files pointing towards it.
I've noticed the .png files got a 404 so I added my own and it's still not showing up......
I guess this is going thru the "addthis", was hoping to avoid them or use a custom method but this is probably the easiest.
Still not sure why the icons are not showing. Had a problem with addthis and sharethis before with stuff not showing up properly. Thanks for the effort though, I'm almost there. lol
Looks like I'm getting it to work somehow with enough playing around.
' were replaced with " in the html widgetbox and different files. At least I got one Icon working.
Thanks for the article. Is there anyway we can do this without "addthis"?
Awesome post.Here’s a tool that lets you build any type of web app widget in minutes, without coding http://blog.caspio.com/web_apps/widgetize-your-app-for-fame-and fortune/
I'll gear this review to 2 types of people: current Zune owners who are considering an upgrade, and people trying to decide between a Zune and an iPod.
What is torrent
What is a torrent
http://mcilreavytutorials.blogspot.com :)
http://gastromandie.blogspot.com/
itechbee.blogspot.com
wow its awesome!
but my background is in black color nd dis box is of white color... how to change?
mikrotiktutorialblog.blogspot.com m having problem don find in my blogger
Succesful
http://xlimideas.blogspot.com
This is my blog adress
http://novasolis.blogspot.com/
how should i proceed on step four
Mine is Androidfullfree.blogspot.com ..
Please help me
http://rezhawagoit.blogspot.com/
http://globalsportupdates.blogspot.com/ pls
hey mhmd....
my http://gismohub.blogspot.in/ is this
when apply this widget then my template sidebar is small width corresponding to widget .
So pls can u tell how can i increase template width or decrease the width of widget.
But i want to increase my template width bcs other blogger widget going outside from sidbaar.
Great work u done thnx....
hahahahhaa jadi gan kwkwkwkw thanks yah sip kwkwk
i didn't find it either :(
http://koralive-tv.blogspot.com/
Bana yardımcı olun http://www.webdocrin.com/
http://geniuspakistani.blogspot.com/
news template
beatiful http://www.webdocrin.com/
hey Mohammad Mustafa Ahmedzai
Great post and widget for blogs and it also have search functionality with it
so thnx for post...
WWW.UNLOCKGURU.BLOGSPOT.IN
i have not see the code for the 2nd part
dafaqq.blogspot.com -- > Dafuq is thi?!
i love this widget..it works..
hackinghands.blogspot.com
Help please, I can't find that code (no. 2), the url for my blog : http://foodiewithlove.blogspot.com
Let me know if you can help me or else to get another widget!
Thanks,
Laura
http://boldtextmedia.blogspot.com.au/
Please help me! I can't find the div id sidebar wrapper par tin my code. Thanks!
http://balajiseoexperts.blogspot.in/
http://www.almasira-encyclopedia.com/
Very nice.
http://amjmalaysia.blogspot.com
Widget to social media is a good addition. See, at the end of the day you only take into account that is worth the shot.
Social Media Singapore
This is very technical tips for blogspot blog.
Social Media Update
http://easyerningtipsbd.blogspot.com
Cannot find id='sidebar-wrapper'> in my HTML code, my blog is sneakerreserve.blogspot.com. Please help. Thank you.
http://sahneeraj.blogspot.in/
http://www.psdtipstricks.blogspot.com
rajesshdarvesh.blogspot.com
You can add social media share widget. Good post
SEO companies india
This is a really cool article. it did explained well on how to add Share widgets.
website layouts
tersesatentahdimana.blogspot.com
This is my blog url. http://jocodester.blogspot.com
My Blog
http://techtipsmadeeasy.blogspot.com/
Rss feed don't work
http://onestopxbox.com
http://tyhadareads.blogspot.com/
i con't adding in my blog
http://engineers-rock.blogspot.com
Successfully installed on my blog - techSiddharth.com :)
Lots of thanks
This looks like the best social sharing widget out there. Kudos. I would love to add it to my blog. http://fortressofsoniatude.blogspot.ie/
http://www.emmchilis.blogspot.com
www.minahbenatural.com
http://usepctech.blogspot.com
downloadsoftwarescollection.blogspot.com
thanks soo much..love it...can the rss feed be removed?
http://nutache.blogspot.ro/
AOA MUSTAFA BHAI,,, We are facing the problem in the second part... Thank u ...http://pakbloggings.blogspot.com/
http://completeinfos.blogspot.com
http://darkloveworld.blogspot.com
Awesome Widget !!!!
Tipsbing.com
Very interesting widget!
http://gewi-hilfe.blogspot.co.at/
nice work
http://professorcomputer.blogspot.com/
Click Here To add Comment
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. To add HTML CODE in comments then please use our HTML Encoder
2. You can always Test the tutorial on our HTML Editor
3. No cheesy/spam Comments tolerated Spam comments will be deleted immediately upon our review.
Regards,
Mohammad