Showing posts with label Social Widgets. Show all posts
Showing posts with label Social Widgets. Show all posts
Saturday, October 18, 2014

Add Twitter Follow And Facebook Like Button Below Every Post in Blogger

Blogger Widgets, Social Widgets
In today's tutorial i m going to show that how to add Twitter Follow and Facebook like button Below every blog post in blogger. This widget will help to increase the Facebook likes and Twitter followers. It is very attractive and easy to install in your blog. It is compatible to work in all browsers. So in this post i m giving a code of social subscription widget to your blogger. So let's start to add this beautiful widget and getting more likes and twitter followers.

How To Add Twitter Follow And Facebook Like Button Below Every Post in Blogger ?

  • Goto blogger dashboard.
  • Click on template >> Edit Html
  • Find the piece of code by pressing Crtl+F
<data:post.body/>
OR
<div class=’post-footer-line post-footer-line-1′>

  • Now copy the code and paste it below/after the above code.
 <div style='margin:5px 0px 10px 0px; padding:10px; width:590px;float:none; '>
<div style='float:left; width:272px; border-right:1px solid #ddd;'>
<iframe allowtransparency='true' frameborder='0' scrolling='no' src='http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fofficialtbt&amp;width=292&amp;colorscheme=light&amp;show_faces=false&amp;border_color&amp;stream=false&amp;header=false&amp;height=62' style='border:none; overflow:hidden; width:292px; height:62px;'/>
</div>
<div style='margin:15px 15px 0px 0px; padding:0px; float:right; width:260px;'>
<iframe allowtransparency='true' class='twitter-follow-button' frameborder='0' scrolling='no' src='http://platform.twitter.com/widgets/follow_button.html#_&amp;id=twitter-widget-0&amp;lang=en&amp;screen_name=haiderkhalil88&amp;show_count=true&amp;show_screen_name=true&amp;size=l' style='width: 266px; height: 32px;' title='Twitter Follow Button'/>
<script src='http://platform.twitter.com/widgets.js' type='text/javascript'/>
</div> </div>

  • Save your template and you done it.

Customization

  • Replace offcialtbt with your Facebook username and haiderkhalil88 with your Twitter username.
If you found any problem related with this post feel free and mention it in the comment. I will reply as soon as possible.

Read more
Monday, July 14, 2014

How To Create a Page on Google Plus

Blogger Tricks, Social Media, Social Widgets
Many peoples might get interested in creating pages for promoting their blog or website on different social media network communities. You probably know about to create a page on Facebook and you might practice on them many times. Now in present days Google Plus is also a popular social network and newbies doesn't know that How To Create a Page on Google Plus. So today i will guide you completely to creating a fan page in Google Plus account. Follow our steps carefully and you will get amazing page on Google Plus account and you will customize easily by adding photos and much more.

Why To Create Google Plus Page

  1. Do you want more fans like Facebook ?
  2. Do you want to share unique things with your fans ?
  3. Do you want your blog more popular along with Google Plus ?
  4. Do you want to add your blog visitor Google Plus circle ?
  5. Yes i want all the above activities.

How To Create a Page on Google Plus ?

  • Login to you Google Plus account.
Blogger Tricks, Social Media, Social Widgets
  • Click on more and then click on pages.
Blogger Tricks, Social Media, Social Widgets
  • This page will appear and click on red button.
Blogger Tricks, Social Media, Social Widgets
  • Now choose a category if you want to create a social media page this choose this category.
Blogger Tricks, Social Media, Social Widgets
  • After that write your page name and site url like below screen shot.
Blogger Tricks, Social Media, Social Widgets
  • Click on continue button upload your photo and that's all.
If you have any problem leave your comments.
Read more
Saturday, June 28, 2014

Simple Social Media Box With Email Subscription Box

Today i m going to share email subscription box with social media network. It is attractive and simple in this widget social media icons are added like Facebook, Twitter, Google Plus, Pinterest and a small email box where visitors and readers are get connected with you via social networking directly. With the help of email box readers get daily updates into their email inbox. So lets proceed this tutorial to install this simple widget into blog.
Blogger Widgets, Social Widgets

How To Add Simple Social Media Box With Email Subscription Box ?

  • Loging Blogger Account.
  • Goto Layout >> Add a Gadget >> HTML/JavaScript
  • Copy the below code and paste inside it.
<style>
.tbisubscribe {
border: 2px solid #000;
padding: 8px;
width: 300px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.tbisubscribe:hover {
-moz-box-shadow: inset 1px 1px 10px 1px rgba(249, 215, 126, 1);
-webkit-box-shadow: inset 1px 1px 10px 1px rgba(249, 215, 126, 1);
box-shadow: inset 1px 1px 10px 1px rgba(249, 215, 126, 1);
}
.tbimailbox {
border: 1px solid #D3D3D3;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 1px 1px 1px 1px rgba(255, 172, 84, 0.4) inset;
-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
color: #666;
font: 14px "trebuchet ms", sans-serif;
padding: 7px 15px;
width: 160px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.tbimailbox:hover {
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.tbisubmit {
font: bold 12px Tahoma, Geneva, sans-serif;
font-style: normal;
: #ffffff;
background: #549ffe;
border: 0px solid #000;
text-shadow: 0px -1px 1px #222222;
box-shadow: 2px 2px 5px #000000;
-moz-box-shadow: 2px 2px 5px #000000;
-webkit-box-shadow: 2px 2px 5px #000000;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
padding: 8px 15px;
cursor: pointer;
margin: 0 auto;
}
.tbisubmit:active {
cursor: pointer;
position: relative;
top: 2px;
}
.tbisubmit::-moz-focus-inner {
border: 0;
padding: 0;
margin: 0;
}
</style>
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css' />
<div class='tbisubscribe'>
<div style='color: #222; font-weight: bold; font: 20px Arial, cursive; margin: 0px 0px 10px 15px;'>Get Free Updates in your Inbox</div>
<div style='margin: 10px 0 0 6px;'>
<form action='http://feedburner.google.com/fb/a/mailverify' class='emailform'
method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=truebloggingtricks&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true'
style='margin: 0pt;' target='popupwindow'>
<input name='uri' type='hidden' value='truebloggingtricks' />
<input name='loc' type='hidden' value='en_US' />
<input class='tbimailbox' name='email' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Enter your email...&quot;;}'
onfocus='if (this.value == &quot;Enter your email...&quot;) {this.value = &quot;&quot;}'
type='text' value='Enter your email...' />
<input alt='' class='tbisubmit' title='' type='submit' value='Subscribe'/>
</form>
</div>
<div style='border: none; color: #222; font: 20px Arial, cursive; margin: 25px 0 0 5px;'>Follow us on:</div>
<div style='margin: -32px 0 0 120px;'>
<a href='FACEBOOK URL' target='_blank' title='Join us on Facebook'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAyHYUN-aqOYx9bmZU1HEeG0NR26_xuv5ii5-t991zlySFTzfvzcTT5Qp1DsssGq1cXhiw-qqczSfuGDkTS1oquFxP1uzd4FBUrXfO3kpiPqijqV_I-fKrrm_Mu9aXZj3zBDZbLSsHvc0/s1600/facebook500.png' alt='facebook'/></a>
<a href='TWITTER URL' rel='nofollow' target='_blank'
title='Follow us on Twitter'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwY5gl1JiDZwbaUv1ZceG9FkBWHRhJxjOkMfQf8qBW6GxXAE6j8PgoJTEBt7H8kOFailKf5JF-mc3nAwAhPKrvid28jl96HezRT1o_kjCm4AQsTCPIu5opPUDnJzSYGcCCAzDwavz20nE/s1600/twitter.png' alt='twitter'/></a>
<a href='GOOGLE+ URL' rel='nofollow' target='_blank'
title='Follow us on Google+'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhF6rgdIt2_hVdwPD0fz2JWitSfOd0QHOFUM_WM37yKhxNCfNF9eUec-7qA6XrfqjX0704Q_LtfYxxeyuvtmOhRY4yMNaKZ2daVe2CngWNW60htujvrUnbaVBXsnuIJRz4q4ihxBrJ9GtE/s1600/googleplus-revised.png' alt='gplus'/></a>
<a href='PINTEREST URL' rel='nofollow' target='_blank'
title='Follow us on Pinterest'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVXzaamIIrS8xIJ8xLieyyqnsSLIphXISNhfzSWAFmwzkhpP5kqGNDra25FPCf9RqT7RL4vA2KW4wSj_7x4Ur8veK7NzqNN7DWAHL1G-UJSfcndXo2f8y-F45zzI_HHb4WqSlfglKhHnM/s1600/pinterest.png' alt='pinterest'/></a>
<a href='truebloggingtricks' rel='nofollow' target='_blank'
title='Subscribe to RSS'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2GFldlvNKYNnE_X5roEMbGWCfERqW8EOC_dUCRKwaV3lkAHzv6IriqAFTWELOowPDzYPl0wVIdhGmXJvOwB-qX8FbZ_3m9212GqoeU5R8wHnfshvd8g6YP-G72tVq6mDmhIh-bhHPIEQ/s1600/rss.png' alt='rss'/></a>
</div>
</div>

Customization

  • Replace truebloggingtricks with your RSS feed ID.
  • Replace FACEBOOK URL with your Facebook page URL.
  • Replace TWITTER URL with your Twitter page URL.
  • Replace GOOGLE+ URL with your Google plus page.
  • Replace PINTEREST URL with your Pinterest page URL.
Read more
Monday, June 02, 2014

Beautiful Social Subscribe Widget For Blogger

At blogger people always try to do something and want to decorate their blog beautifully with different widgets and different custom designs. Thus blogger is also customizable but i strongly recommend to keep your blog design as simple as possible. Because design also matter in terms of visitors. You need to give a little and some critical to design a blog. But make sure just add some professional widgets which is necessary for blog like popular post widget , Facebook like box and also add a Social Subscribe Widget. So in this post i have a great and Beautiful Social Subscribe Widget for you which can be easily added into your blog.

"Widget Look Like This"

Beautiful Social Subscribe Widget For Blogger
This widget have some special features like Facebook follow button , Email Subscription box , Twitter follow button and Google+ Follow link. This widget have very attractive and great a look. Now its time to add this widget.

How To Add Beautiful Social Subscribe Widget For Blogger ?

  • Goto blogger.
  • Layout >> Add a Gadget >> Add an HTML/JavaScript Widget.
  • Copy all the below code and paste it inside HTML/JavaScript Widget
<style>
#sidebar-subscribe-box{width:300px;border:1px solid #aaa;border-radius:3px;padding:3px 0}
.sidebar-subscribe-box-wrapper{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGH8FN5X7WfsjaMxuFuwVjQbcd0TL8qixb59KWNlHmOYOmD5EYbWF6GSXDEXztQgBgTON2_Ud67xQmpO5gZu0518XDcteiU2K1i-77IYDcQOGUsDDmRqJVWDPEOV5v7ML0tFJMgTAK1sk/s1600/background.png) repeat scroll 0 0 #f7f7f7;color:#111;font-size:14px;line-height:20px;padding:1px 20px 10px;text-align:center;text-transform:uppercase}
.sidebar-subscribe-box-form{clear:both;display:block;margin:10px 0}form.sidebar-subscribe-box-form{clear:both;display:block;margin:10px 0 0;width:auto}
.sidebar-subscribe-box-email-field{-moz-border-radius:4px;-webkit-border-radius:4px;background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5_TP_xEK3RIedLvd7YkTt0vsca9CLAVqWyvSKrlIz9YXFnHNNvvAP9M71ELQrg16A6Gb7EZ1NDgr1xyy6F1h4cyx5rl4FydIrCJW9_iPgS8XvWl_PG3RKuVpXVj6LyRp-OurxIlIFyGE/s1600/icons.png) no-repeat 0 -27px;border:1px solid #ccc;border-radius:4px;color:#444;margin:0 0 15px;padding:10px 40px;width:68%}
.sidebar-subscribe-box-email-button{background:#09f;border:1px solid #007fff;box-shadow:0 1px 0 rgba(255,255,255,0.3) inset, 0 1px 0 transparent;color:#fff;cursor:pointer;font-family:verdana;font-weight:700;padding:10px;text-shadow:1px 1px 0 rgba(0,0,0,.4);text-transform:uppercase;width:100%}
.sidebar-subscribe-box-email-button:hover,.sidebar-subscribe-box-email-button:focus{background:#1ca4ff}
.sidebar-subscribe-box-email-button:active{-moz-box-shadow:0 1px 4px rgba(0,0,0,0.5) inset;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.5) inset;box-shadow:0 1px 4px rgba(0,0,0,0.5) inset;outline:0}iframe,object,embed,.yt-border iframe,.yt-border object,.yt-border embed,table{width:100%}embed{border-radius:3px;-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);background:#FFF;border:1px solid #ddd;box-shadow:0 2px 4px rgba(0,0,0,0.2);margin:0;padding:4px 4px 4px}
#footer-section{border-top:1px solid #aaa;box-shadow:inset 0 4px 6px -3px #aaa;font-family:cambria;font-size:14px;height:100px;margin:10px -30px 5px;padding:0 30px;text-align:center;width:100%}
a.social-icons{margin-right: 5px;height:45px;width:45px;}
a.social-icons:hover { opacity: .7; filter:alpha(opacity=70);}
</style>
<div id=”sidebar-subscribe-box”>
<div class=”sidebar-subscribe-box-wrapper”>
<br/>
<a class=”social-icons” target=”blank” href=”https://www.facebook.com/truebloggingtricks“><img src=”https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMqyply7kTIRQskyDXjJ1iauPifyvGcTdyHIrjAadpJK27lQer3cb49nK6P54AbZvGEC7nBczcMJHyLBkTqsHZI0DPiEvPlTxWlyWxMzYwvLTJ3H1Hqgukk1aUDlCl7rS3QIoo6diZc7IP/s1600/Bloggertrix-facebook.png” /></a>
<a class=”social-icons” target=”blank” href=”https://twitter.com/haiderkhalil88“><img src=”https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCqQk22vEZciuXeKquZ439k_nZcY7dWSIYnrEMGQ3zHhsbBVnQLAwaE9TsYN8SBftB-owHTAO74FYUIORc9Gm_v3ikuSwuooHQUM4F6ugjA-arRL0-IMvWw6wl_VIJg9-BH9ywpQ9-joYt/s1600/bloggertrix-twitter.png” /></a>
<a class=”social-icons” target=”blank” href=”https://plus.google.com/+HaiderKhanAkhunzada“><img src=”http://3.bp.blogspot.com/–KlnPhT6pRA/USDjvgwOluI/AAAAAAAAAZM/_O8TI0WivQk/s1600/Bloggertrix-Googleplus.png” /></a>
<a target=”blank” class=”social-icons” href=”http://www.feedburner.com/truebloggingtricks“><img src=”https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZojp3wbOkaOggFpvc_xqPV4j-IkUjQUR7hIFHVLQ0WQeu-82I5Kh7SPAfi98d04dBgI7glpjKX1I5awcWR-9O1DlKFONglsX7s53CMwX-SgjW58B3Cn15SUcq5gxeBkT0NCIXD0BV-H5q/s1600/Bloggertrix-Rss.png” /></a>
<p>Subscribe To Our Email Newsletter & Receive Updates Free</p>
<div class=”sidebar-subscribe-box-form”><form action=”http://feedburner.google.com/fb/a/mailverify?uri=trueblggingtricks” class=”sidebar-subscribe-box-form” method=”post” onsubmit=”window.open(‘http://feedburner.google.com/fb/a/mailverify?uri=truebloggingtricks‘, ‘popupwindow’, ‘scrollbars=yes,width=550,height=520′);return true” target=”popupwindow”><input name=”uri” type=”hidden” value=”BestBloggersCafe” />
<input name=”loc” type=”hidden” value=”en_US” /><input class=”sidebar-subscribe-box-email-field” name=”email” autocomplete=”off” placeholder=”Enter your email address here”/>
<input class=”sidebar-subscribe-box-email-button” title=”” type=”submit” value=”Subscribe Now !” /></form>
</div></div></div>
  • Click on save button. 

 Customization

  • Replace all highlighted colors with ID or username.
Read more
Friday, May 09, 2014

Social Network Blogger Widget With Metro Style

Social Network Blogger Widget With Metro Style
This social network widget is basically based on metro style. You will add a link of your profile with seven most popular social network with this widget. With this widget you can engaged your visitors with your social media profile and get connected. This widget also have however effect when you put your mouse cursor on on widget you see something drift. This widget is very simple and attractive. Images is used for media icons. This widget is very to add into blog and the designer of this widget is Vinay Prajapati.

How to add Social Network Blogger Widget With Metro Style ?

  • Goto blogger dashboard.
  • Layout >> Add a Gadget >> HTML/Javascript
  • Copy the below whole and paste it HTML/Javascript.
<div dir="ltr" style="text-align: left;" trbidi="on">
<div class="truebloggingtricksMS">
<br />
<li><a class="BSfb" href="http://www.facebook.com/truebloggingtricks" rel="nofollow"></a></li>
<li><a class="BStw" href="http://twitter.com/haiderkhalil88"></a></li>
<li><a class="BSgp" href="https://plus.google.com/+HaiderKhanAkhunzada"></a></li>
<li><a class="BSpi" href="#" rel="nofollow"></a></li>
<li><a class="BSin" href="#" rel="nofollow"></a></li>
<li><a class="BSyt" href="#"></a></li>
<li><a class="BSfd" href="http://feeds.feedburner.com/truebloggingtricks" rel="nofollow"></a></li>
</div>
<style>
.truebloggingtricksMS{width:285px}
.truebloggingtricksMS li{position:relative;cursor:pointer;padding:0;list-style:none}
.truebloggingtricksMS .BSfb,.BStw,.BSgp,.BSpi,.BSin,.BSyt,.BSfd{z-index:7;float:left;margin:1px;position:relative;display:block}
.truebloggingtricksMS .BSfb{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKgdw3Hvk5dzEhmCFDNa_CZI0l140QpjR3nA2NYCRxQSBOj2T8wlDyBzHREepm968iUx9WkesKOBI-Wj_GkUAhgMaqOWl23FmPdrAifCV_zj_-iWpJT2mfxTbtaOGYRWCysFrKH-rcBlXt/s1600/BS+MetroSocial+facebook.png) no-repeat center center #1f69b3;width:140px;height:141px}
.truebloggingtricksMS .BStw{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6_ihyjkwxDyHAkVaLjfr4fZgux8QSjJshX6nMwAe5CsAwgDRcwPbVwVwlxxqft6NHvUiNU4NlGwI4dDAdr2JWg4sHoC1vKsHFPBKpvGelU9fEIivwePnQV099WqhDXdKXQv3K_ES_fIxn/s1600/BS+MetroSocial+twitter.png) no-repeat center center #43b3e5;width:68px;height:70px}
.truebloggingtricksMS .BSgp{width:69px;height:70px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibiMRNzBh2wWhylth3Yb8vgLqWmq8m2MYLRG_g7VdOyd5xCSYliSpmgfrDniw-GMH0ixog_S3IG2xKsQhkU-LLYJZ7Q9Ropswodblub5wbTdrdhbVnfS9Ex-AFZ9dwGvdrU_xxOIN9t-xL/s1600/BS+MetroSocial+google+plus.png) no-repeat center center #da4a38}
.truebloggingtricksMS .BSpi{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhX0EzCpjrj93BM2HY5qpqOO7fl8c9Obgp3RtVgm4aew1iMLBZp-A3ZXxrqjqapGAK9O7QempsaRjecyn0DI7BkDeMiUS_1ijEP021CtKVW-zkDDoBxIxQYRlXFSYmwGgM-erNdJC4tpAVM/s1600/BS+MetroSocial+pinterest.png) no-repeat center center #d73532;width:68px;height:69px}
.truebloggingtricksMS .BSin{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhURJ1uQDqsSY_IXthWbgxcrNszhvaI5IOuFvhg53OKRh1VIbPZoPdDI_ywYpIfWRWHd0ZwJVofqJtj4fo_J6U80bExvBY1skvX-U2JZrsdVKrGnF0hl3PnXsGAu9l87SE7xcQSpNg4YN3W/s1600/BS+MetroSocial+linkedin.png) no-repeat center center #0097bd;width:69px;height:69px}
.truebloggingtricksMS .BSyt{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6WO1Xmn2zH442kIA1IhEjBa-Z_x0wQfC-F4gVoIBqfwCxus5byOVesIqlfu5iQO1RnUPkJTP-5qUcmpjiBDvgpkc8VZsTYHPkhl5F240ohBF4YqOAMujRZgtbcsG4tAZFNMZHsx-i4VS9/s1600/BS+MetroSocial+youtube.png) no-repeat center center #e64a41;width:140px;height:69px}
.truebloggingtricksMS .BSfd{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgavmpkoTMD64U3ui9rg3B-Ovw3FoQ66XtGMmdUiWSlW2LM4Sij5sOpeMQi2dkcmERW6h87GhhO1gleGBIRQRjRFhTTZZdDQw7qZM9167xXBN5EdkLPMUK309kzu5oR9LJfY7HG8VYUYmzt/s1600/BS+MetroSocial+feed.png) no-repeat center center #e9a01c;width:140px;height:69px}
.truebloggingtricksMS li:hover .BSfb{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdHrzzO9m2RgOJqoROGdyjvEeqhZDgRUQKdhZGsKL2SNQOqVPeMcRKLWJc6VgjIK1YpTuOycFiabGYaC85Ca9J9i2_gMtCo-tMM0-Pb1Ow8D_-QqsPzguTyuBFcqB_CNnl7IudqKGm6Nnk/s1600/BS+MetroSocial+facebookbs.png) no-repeat center center #1f69b3}
.truebloggingtricksMS li:hover .BStw{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjq7C16Pkj8W9FtO-kGw48YrxfaCKPxsCuO6gyehOSiskiMvLNPiJNO3_p8b8grSn2vuCgP6GUmOXElwBgV33rn9wcQHR2vnqpWh3Ix-oSxCJsL8JeEJITlk99LmWbDb4gD1-eAisr-Tf9H/s1600/BS+MetroSocial+twitterbs.png) no-repeat center center #43b3e5}
.truebloggingtricksMS li:hover .BSgp{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgs6iJkFo_zv25yGuo2SvGEmytnmIIVHYuf40moy8hZukO4INb6kNpm4yrSTMLULIrj00YyZy_kl80C8BjG5hqqi5I_RiaMfzrP7351bMwnVDKu6kvs4m55MpYgmFS_JQXGfEvJd-271rJQ/s1600/BS+MetroSocial+google+plusbs.png) no-repeat center center #da4a38}
.truebloggingtricksMS li:hover .BSpi{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvcMi8EvdOTUU5WQAgTrKQj-S3xeUhait6Y0uJum2aAAgEV0xXOSC44NDCIXR8WGqZ0-6EyBtg4RMl3mViTLHcOQDpAtlJ5DNzrfD3_KNVr02OmlSBwTgZSQZmFDROjUhI73q3FjRnZeSy/s1600/BS+MetroSocial+pinterestbs.png) no-repeat center center #d73532}
.truebloggingtricksMS li:hover .BSin{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7T1V9dR0nXdeUtGZTNcaXmWcGYX3aZqEXC3jWtcQn1O88_2jVhwbVVeuOkdb15zwm_H-RvNPE5T_y4KCzxhoGcFFbvw_WveCp9Z5hEM2xKaLD6Q9OzszocObpoZMNC7otzlxL3mMTz-OL/s1600/BS+MetroSocial+linkedinbs.png) no-repeat center center #0097bd}
.truebloggingtricksMS li:hover .BSyt{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgocfcI0iTC8G44ZywMLIokrmyoXFxnIgpi7xD0Kus6DCRNwCI-sCsujfKleoJhMfYFOO8uBnFXuwd8mjQ5PQNoFIRrzeolBiAoZ-pxc11IzxQl_tE6PgkmEv0PXZlTjG0NTPYrmLC7xym-/s1600/BS+MetroSocial+youtubebs.png) no-repeat center center #e64a41}
.truebloggingtricksMS li:hover .BSfd{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFZxwCoetKL0_t3weZAirVKMf1KQMhEskSEFD9JrZILPJmFdnCSvDtAGCaLpsKOkRiSdixwVIx7uMuGcv6-Lkzzh1jOGkHolzuKNoEsuiC46xh4nT01AixuOjVvyAO5PEZEvHvSyPtmVBu/s1600/BS+MetroSocial+feedbs.png) no-repeat center center #e9a01c}
</style>
</div>
  • Click on save button.

Customization

  • Replace highlighted color with your social media link
Read more
Saturday, April 26, 2014

Cool Social Media Social Sharing Widget For Blogger

Blogger Widgets, Social Media, Social Widgets
Hello everyone today i m going to share a simple social network widget of blogger with RSS Email Subscription which is simple more attractive. This social widget consist of some major network like Facebook , Twitter , Google Plus etc. Which give more look and visitors to your blog.

How to add Cool Social Media Social Sharing Widget For Blogger ?

  • Goto Blogger Dashboard >> Layout.
  • Click on Add a Widget >> HTML/JavaScript.
  • Copy the below code and paste it inside the box.
<style> /*--------http://truebloggingtricks.blogspot.com/ Touch Me Sharing Widget ------*/ .touchme a { display:block; height:50px; width:50px; padding:0 4px; float:left; background:transparent url(http://beautifulbloggerwidgets.googlecode.com/files/Sharing%20Touch%20Me.png) no-repeat; -webkit-transition: ease-in 0.2s all; -moz-transition: ease-in 0.2s all; -o-transition: ease-in 0.2s all; -ms-transition: ease-in 0.2s all; transition: ease-in 0.2s all; cursor:pointer; } .touchme a.googleplus { background-position: 0px -58px; } .touchme a.googleplus:hover { background-position: 0px 0px; } .touchme a.twitter { background-position: 0px -290px; } .touchme a.twitter:hover { background-position: 0px -232px; } .touchme a.facebook { background-position: 0px -406px; } .touchme a.facebook:hover { background-position: 0px -348px; } .touchme a.rss { background-position: 0px -174px; } .touchme a.rss:hover { background-position: 0px -116px; } </style> <p style="display:none;">Cool Social Media Sharing Touch Me Widget by <a href="http://truebloggingtricks.blogspot.com/2014/04/cool-social-media-social-sharing-widget.html">Blogger Widgets</a></p> <div class='touchme'> <!--RSS--> <a class='rss' href="YOUR RSS LINK" rel='external nofollow' target='_blank'></a> <!--Google Plus--> <a class='googleplus' href="YOUR GOOGLE PROFILE LINK" rel='nofollow' target='_blank'></a> <!--Facebook--> <a class='facebook' href="YOUR FACEBOOK LINK" rel='nofollow' target='_blank'></a> <!-- Twitter --> <a class='twitter' href="YOUR TWITTER LINK" rel='nofollow' target='_blank' ></a> </div>
  • Click on save button.

Customization

  • Replace Your Facebook link Here
  • Replace Your Twitter link Here
  • Replace Your Google Plus link Here
  • Replace Your RSS link Here
Read more

Contact Form

Name

Email *

Message *

 

Blog Archive

Support Us

About Author

Hi Friends, my name is Rj HaSsan and i m 20 years old, certified SEO consultant, addicted blogger and the Entrepreneur of True Blogging Tricks who based out of the wonderful country name "Pakistan". ...Read More