Mashable style widgets is one of the most popular social sharing widget which can be found on many blog/site. It entails different social media button/box like Google+ follower box, facebook like box, pin it button, twitter follower button, follow on pinterest button, and stylish subscription box. Implementing this on your blog increase your chances of getting more subscribers and follower.
In my previous post i have share a cool social sharing box with different buttons, which is very similar to this mashable widget. See the preview of the widget below.
How To Add Mashable Style Widget
- Go to your blogger dashboard
- Click on Design > Page elements > Add a Gadget (Old blogger Interface)
- Click on Layout > Add a Gadget > (New blogger interface)
- Choose HTML/JavaScript from the options provided, and paste the following code in the content box.
<style>
/* Social Widget */
#rb-mashable-bar {
border: 0;
margin: 0 auto;
width:300px;
border: 1px solid #DDD;
}
.fb-likebox {
background: #FFFFFF;
padding: 10px 13px 0 -5px;
border-right: 1px solid #D8E6EB;
border-left: 1px solid #D8E6EB;
border-bottom: 1px solid #D8E6EB;
margin:0px;
height:70px;
}
.googleplus {
background: #eae8e8;
border-top: 1px solid #FFF;
border-bottom: 1px solid #ebebeb;
border-right: 1px solid #D8E6EB;
border-left: 1px solid #D8E6EB;
border-image: initial;
font-size: .90em;
font-family:"Arial", "Helvetica", sans-serif;
color: #000;
padding: 9px 11px;
line-height: 1px;
}
.googleplus span {
color: #000;
font-size: 14px;
position: absolute;
display:inline-block;
margin: 9px 70px;
font-family: calibri;
width: 280px;
}
.pinterest1 {
background: #e7d9d9;
border-top: 1px solid #FFF;
border-bottom: 1px solid #ebebeb;
border-right: 1px solid #D8E6EB;
border-left: 1px solid #D8E6EB;
border-image: initial;
font-size: .90em;
font-family:"Arial", "Helvetica", sans-serif;
color: #000;
padding: 9px 11px;
line-height: 1px;
}
.pinterest1 span {
color: #000;
font-size: 14px;
position: absolute;
display:inline-block;
margin: 9px 40px;
font-family: calibri;
width: 280px;
}
.g-plusone {
float: left;
}
.gplus {
background: #fff;
padding: 0px;
border: 0px solid #C7DBE2;
margin-bottom:-13px;
}
.twitter {
background: #eae8e8;
padding: 10px;
border: 1px solid #C7DBE2;
border-top: 0;
}
.pterest {
background: #e7d9d9;
padding: 10px;
border: 1px solid #C7DBE2;
border-top: 0;
}
#mashable {
background: #FFFFFF;
border: 1px solid #CCC;
border-top: 1px solid white;
padding: 2px 8px 2px 3px;
text-align: right;
border-image: initial;
}
#mashable .author-credit {
}
#mashable .author-credit a {
font-size: 10px;
font-weight: bold;
text-shadow: 1px 1px white;
color: #1E598E;
text-decoration:none;
}
#email-news-subscribe .email-box {
background: #eae8e8;
padding: 5px 10px;
font-family:"Arial", "Helvetica", sans-serif;
border-top: 0;
border-right: 1px solid #C7DBE2;
border-left: 1px solid #C7DBE2;
border-image: initial;
height:36px;
}
#email-news-subscribe .email-box input.email {
background:#FFFFFF;
border: 1px solid #dedede;
color: #999;
padding: 7px 10px 8px 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
border-image: initial;
font-family:"Arial", "Helvetica", sans-serif;
}
#email-news-subscribe .email-box input.email:focus {
color:#333
}
#email-news-subscribe .email-box input.subscribe {
background: rgb(169,3,41);
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: -o-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
font-family:"Arial", "Helvetica", sans-serif;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:0px solid #9c9c9c;
color:white;
text-shadow:#cc7c00 0px 0px 0;
padding:7px 14px;
margin-left:3px;
font-weight:bold;
font-size:12px;
cursor:pointer;
border-image: initial;
}
#email-news-subscribe .email-box input.subscribe:hover {
background: rgb(143,2,34);
background: -moz-linear-gradient(top, rgba(143,2,34,1) 0%, rgba(109,0,25,1) 1%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,2,34,1)), color-stop(1%,rgba(109,0,25,1)));
background: -webkit-linear-gradient(top, rgba(143,2,34,1) 0%,rgba(109,0,25,1) 1%);
background: -o-linear-gradient(top, rgba(143,2,34,1) 0%,rgba(109,0,25,1) 1%);
background: -ms-linear-gradient(top, rgba(143,2,34,1) 0%,rgba(109,0,25,1) 1%);
background: linear-gradient(to bottom, rgba(143,2,34,1) 0%,rgba(109,0,25,1) 1%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f0222', endColorstr='#6d0019',GradientType=0 );
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:0px solid #dcdbdb;
color:#FFFFFF;
text-shadow:#dcdbdb 0px 0px 0
}
#other-social-bar {
background-color: #D8E6EB;
box-shadow: 0 1px 1px #FFFFFF inset;
padding: 0px;
font-family:"Arial", "Helvetica", sans-serif;
font-weight:bold;
overflow: hidden;
border: 1px solid #B6D0DA;
height:37px;
}
#other-social-bar ul {
list-style: none outside none;
padding-left: 4px;
}
#other-social-bar .other-follow {
float: left;
color:#1E598E;
overflow: hidden;
height:20px;
padding:5px;
width: 270px;
}
#other-social-bar .other-follow ul {
list-style: none outside none;
padding-left: 4px;
}
#other-social-bar .other-follow ul li {
font-size: 12px;
font-weight: bold;
display:inline;
border:0;
text-shadow: 1px 1px white;
}
#other-social-bar .other-follow ul li a {
font-size: 12px;
color:#1E598E;
font-weight: bold;
display:inline;
text-shadow: 1px 1px white;
}
#other-social-bar .other-follow li {
font-size: 12px;
font-weight: bold;
display:inline;
border:0;
text-shadow: 1px 1px white;
}
#other-social-bar .other-follow li a {
font-size: 12px;
color:#1E598E;
font-weight: bold;
display:inline;
text-shadow: 1px 1px white;
}
#other-social-bar .other-follow li.my-rss {
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj50olM6ct7KvFLnU9tCx8kNDjP5IvzIxHKKFqn8sJnHkk3_RW4YvI78M_lpS9qhwWvhk9O_ltru1VqeP2pXim9Si5JzVlzXXXV2zB265lGgxdVQfrmSu1T5Vz0OkJLGngNwmduoOCJQX0/s400/rss-16x16.png') no-repeat transparent;
line-height: 1;
padding: 0px 3px 1px 20px;
width: 60px;
margin-bottom:0px;
margin-left:5px;
}
#other-social-bar .other-follow li.my-rss a, #other-social-bar .other-follow li.my-twitter a, #other-social-bar .other-follow li.my-gplus a {
text-decoration:none;
}
#other-social-bar .other-follow li.my-rss a:hover, #other-social-bar .other-follow li.my-twitter a:hover, #other-social-bar .other-follow li.my-gplus a:hover {
text-decoration:underline;
}
#other-social-bar .other-follow li.my-twitter {
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUTZtzzM_4n6WarRPEZNba7V_5LmTHV_IcGtpHZwsn1UqfSDr7kjVAHcXz351xQumVz7DsYLzXQfPfHHxt5rxjW9y1_dXYIGfAj9c3XjgH41UdIA2AKvIViGHv0YhG7mnL81eY_2FKliI/s400/twitter%2527.png') no-repeat transparent;
line-height: 1;
padding: 0px 3px 1px 20px;
width: 60px;
margin-bottom:0px;
}
#other-social-bar .other-follow li.my-gplus {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioVdX1D8a1tvp8GePa1KoVGgViIAo4l9C3Sa8DRDHNzLNbqibp6UE9hBwnn0NjXp-CC81pN9yRmOy6zb1US1U4bLSBqqq_I3aUZBRh0LyhXK_rqWFJTdwEWoHV5Pgf3Jcnx_Q5cvg8yJE/s400/gplus-16x16.png) no-repeat transparent;
line-height: 1;
width: 60px;
padding: 0px 3px 1px 20px;
margin-bottom:0px;
}
</style>
<!--[if IE]><style>#email-news-subscribe .email-box input.subscribe{background: #FFCA00;}</style><![endif]--><!--begin of social widget--><div style="margin-bottom:10px;"><div id="rb-mashable-bar"><!--Begin Widget --><div class="gplus"><link href="https://plus.google.com/u/0/110710740924167130289/" rel="publisher" /><script type="text/javascript">window.___gcfg={lang:'en'};undefinedfunctionundefined){var po=document.createElementundefined"script");po.type="text/javascript";po.async=true;po.src="https://apis.google.com/js/plusone.js";var s=document.getElementsByTagNameundefined"script")[0];s.parentNode.insertBeforeundefinedpo,s);})undefined);</script><script type="text/javascript">var _gaq=_gaq||[];_gaq.pushundefined['_setAccount','UA-29131740-1']);_gaq.pushundefined['_trackPageview']);undefinedfunctionundefined){var ga=document.createElementundefined'script');ga.type='text/javascript';ga.async=true;ga.src=undefined'https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagNameundefined'script')[0];s.parentNode.insertBeforeundefinedga,s);})undefined);</script><!--Place this tag where you want the badge to render --><g:plus href="https://plus.google.com/u/0/110710740924167130289/" width="300" height="131" margin="0px" theme="light"></g:plus></div><div class="fb-likebox"><!--Facebook --><div id="fb-root"></div><script>(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(d.getElementById(id))return;js=d.createElement(s);js.id=id;js.src="//connect.facebook.net/en_US/all.js#xfbml=1";fjs.parentNode.insertBefore(js,fjs);}(document,'script','facebook-jssdk'));</script><div class="fb-like-box" data-href="http://www.facebook.com/realcombiz" data-width="292" data-show-faces="false" data-stream="false" data-header="false"></div></div><div class="googleplus"><!--Google --><span>Recommend us on Google!</span><div class="g-plusone" data-size="medium"></div><script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script></div><div class="pinterest1"><a href='javascript:void(run_pinmarklet1())'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJdhZ-Wj7571c1XQt-mNVRM8NZSwPfBbtBDZSYATVp4GftnJxAh7BDvKJJmafjtuhs343kWFSf2J4MR5uUMyB2t6NTXIXdDj0-NYN9en-wkLpucecv3pPz00mvqF3xs7LLvcXPgl0OPuqX/s1600/pinmask2.png" style='margin:0;padding:0;border:none;'/></a><script type='text/javascript'>function run_pinmarklet1(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e);}</script><span>Pin It On Pinterest</span></div><div class="twitter"><!--Twitter --><iframe title="" style="width: 300px;height: 20px;" class="twitter-follow-button" src="http://platform.twitter.com/widgets/follow_button.html#_=1319978796351&align=&button=blue&id=twitter_tweet_button_0&lang=en&link_color=&screen_name=realcombiz&show_count=&show_screen_name=&text_color=" frameborder="0" scrolling="no"></iframe></div><div class="pterest"><a href="http://pinterest.com/realcombiz/"><img src="http://passets-cdn.pinterest.com/images/about/buttons/follow-me-on-pinterest-button.png" width="169" height="28" alt="Follow Me on Pinterest" /></a></div><div id="email-news-subscribe"><!--Email Subscribe --><div class="email-box"><form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.openundefined'http://feedburner.google.com/fb/a/mailverify?uri=realcombiz', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><input class="email" type="text" style="width: 150px;font-size: 12px;" id="email" name="email" value="Enter Your Email here.." onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;" /><input type="hidden" value="realcombiz" name="uri" /><input type="hidden" name="loc" value="en_US" /><input class="subscribe" name="commit" type="submit" value="Subscribe" /></form></div></div><div id="other-social-bar"><!--Other Social Bar --><ul class="other-follow"><li class="my-rss"><a rel="nofollow" title="RSS" href="http://feeds.feedburner.com/realcombiz" target="_blank">RSS Feed</a></li><li class="my-twitter"><a rel="nofollow" title="twitter" rel="author" href=http://twitter.com/realcombiz target="_blank">Twitter</a></li><li class="my-gplus"><a rel="nofollow" title="Google Plus" rel="author" href=https://plus.google.com/u/0/117896762172961615212 target="_blank">Google Plus</a></li></ul><!--Don't remove credits otherwise your widget will not work --></div><div id="mashable" style="background: #EBEBEB;border: 1px solid #CCC;border-top: 1px solid white;padding: 1px 8px 1px 3px;text-align: right;border-image: initial;font-size:10px;font-family: " arial ","helvetica ",sans-serif;"><span class="author-credit" style="font-family: Arial, Helvetica, sans-serif;"><a href="http://www.realcombiz.com/2012/10/advanced-mashable-style-widget_9705.html" target="_blank"> Get This �</a></span></div></div><!--Don't remove credits otherwise your widget will not work --><!--End Widget --><!--end of social widget--></div>
/* Social Widget */
#rb-mashable-bar {
border: 0;
margin: 0 auto;
width:300px;
border: 1px solid #DDD;
}
.fb-likebox {
background: #FFFFFF;
padding: 10px 13px 0 -5px;
border-right: 1px solid #D8E6EB;
border-left: 1px solid #D8E6EB;
border-bottom: 1px solid #D8E6EB;
margin:0px;
height:70px;
}
.googleplus {
background: #eae8e8;
border-top: 1px solid #FFF;
border-bottom: 1px solid #ebebeb;
border-right: 1px solid #D8E6EB;
border-left: 1px solid #D8E6EB;
border-image: initial;
font-size: .90em;
font-family:"Arial", "Helvetica", sans-serif;
color: #000;
padding: 9px 11px;
line-height: 1px;
}
.googleplus span {
color: #000;
font-size: 14px;
position: absolute;
display:inline-block;
margin: 9px 70px;
font-family: calibri;
width: 280px;
}
.pinterest1 {
background: #e7d9d9;
border-top: 1px solid #FFF;
border-bottom: 1px solid #ebebeb;
border-right: 1px solid #D8E6EB;
border-left: 1px solid #D8E6EB;
border-image: initial;
font-size: .90em;
font-family:"Arial", "Helvetica", sans-serif;
color: #000;
padding: 9px 11px;
line-height: 1px;
}
.pinterest1 span {
color: #000;
font-size: 14px;
position: absolute;
display:inline-block;
margin: 9px 40px;
font-family: calibri;
width: 280px;
}
.g-plusone {
float: left;
}
.gplus {
background: #fff;
padding: 0px;
border: 0px solid #C7DBE2;
margin-bottom:-13px;
}
.twitter {
background: #eae8e8;
padding: 10px;
border: 1px solid #C7DBE2;
border-top: 0;
}
.pterest {
background: #e7d9d9;
padding: 10px;
border: 1px solid #C7DBE2;
border-top: 0;
}
#mashable {
background: #FFFFFF;
border: 1px solid #CCC;
border-top: 1px solid white;
padding: 2px 8px 2px 3px;
text-align: right;
border-image: initial;
}
#mashable .author-credit {
}
#mashable .author-credit a {
font-size: 10px;
font-weight: bold;
text-shadow: 1px 1px white;
color: #1E598E;
text-decoration:none;
}
#email-news-subscribe .email-box {
background: #eae8e8;
padding: 5px 10px;
font-family:"Arial", "Helvetica", sans-serif;
border-top: 0;
border-right: 1px solid #C7DBE2;
border-left: 1px solid #C7DBE2;
border-image: initial;
height:36px;
}
#email-news-subscribe .email-box input.email {
background:#FFFFFF;
border: 1px solid #dedede;
color: #999;
padding: 7px 10px 8px 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
border-image: initial;
font-family:"Arial", "Helvetica", sans-serif;
}
#email-news-subscribe .email-box input.email:focus {
color:#333
}
#email-news-subscribe .email-box input.subscribe {
background: rgb(169,3,41);
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: -o-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
font-family:"Arial", "Helvetica", sans-serif;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:0px solid #9c9c9c;
color:white;
text-shadow:#cc7c00 0px 0px 0;
padding:7px 14px;
margin-left:3px;
font-weight:bold;
font-size:12px;
cursor:pointer;
border-image: initial;
}
#email-news-subscribe .email-box input.subscribe:hover {
background: rgb(143,2,34);
background: -moz-linear-gradient(top, rgba(143,2,34,1) 0%, rgba(109,0,25,1) 1%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,2,34,1)), color-stop(1%,rgba(109,0,25,1)));
background: -webkit-linear-gradient(top, rgba(143,2,34,1) 0%,rgba(109,0,25,1) 1%);
background: -o-linear-gradient(top, rgba(143,2,34,1) 0%,rgba(109,0,25,1) 1%);
background: -ms-linear-gradient(top, rgba(143,2,34,1) 0%,rgba(109,0,25,1) 1%);
background: linear-gradient(to bottom, rgba(143,2,34,1) 0%,rgba(109,0,25,1) 1%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f0222', endColorstr='#6d0019',GradientType=0 );
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:0px solid #dcdbdb;
color:#FFFFFF;
text-shadow:#dcdbdb 0px 0px 0
}
#other-social-bar {
background-color: #D8E6EB;
box-shadow: 0 1px 1px #FFFFFF inset;
padding: 0px;
font-family:"Arial", "Helvetica", sans-serif;
font-weight:bold;
overflow: hidden;
border: 1px solid #B6D0DA;
height:37px;
}
#other-social-bar ul {
list-style: none outside none;
padding-left: 4px;
}
#other-social-bar .other-follow {
float: left;
color:#1E598E;
overflow: hidden;
height:20px;
padding:5px;
width: 270px;
}
#other-social-bar .other-follow ul {
list-style: none outside none;
padding-left: 4px;
}
#other-social-bar .other-follow ul li {
font-size: 12px;
font-weight: bold;
display:inline;
border:0;
text-shadow: 1px 1px white;
}
#other-social-bar .other-follow ul li a {
font-size: 12px;
color:#1E598E;
font-weight: bold;
display:inline;
text-shadow: 1px 1px white;
}
#other-social-bar .other-follow li {
font-size: 12px;
font-weight: bold;
display:inline;
border:0;
text-shadow: 1px 1px white;
}
#other-social-bar .other-follow li a {
font-size: 12px;
color:#1E598E;
font-weight: bold;
display:inline;
text-shadow: 1px 1px white;
}
#other-social-bar .other-follow li.my-rss {
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj50olM6ct7KvFLnU9tCx8kNDjP5IvzIxHKKFqn8sJnHkk3_RW4YvI78M_lpS9qhwWvhk9O_ltru1VqeP2pXim9Si5JzVlzXXXV2zB265lGgxdVQfrmSu1T5Vz0OkJLGngNwmduoOCJQX0/s400/rss-16x16.png') no-repeat transparent;
line-height: 1;
padding: 0px 3px 1px 20px;
width: 60px;
margin-bottom:0px;
margin-left:5px;
}
#other-social-bar .other-follow li.my-rss a, #other-social-bar .other-follow li.my-twitter a, #other-social-bar .other-follow li.my-gplus a {
text-decoration:none;
}
#other-social-bar .other-follow li.my-rss a:hover, #other-social-bar .other-follow li.my-twitter a:hover, #other-social-bar .other-follow li.my-gplus a:hover {
text-decoration:underline;
}
#other-social-bar .other-follow li.my-twitter {
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUTZtzzM_4n6WarRPEZNba7V_5LmTHV_IcGtpHZwsn1UqfSDr7kjVAHcXz351xQumVz7DsYLzXQfPfHHxt5rxjW9y1_dXYIGfAj9c3XjgH41UdIA2AKvIViGHv0YhG7mnL81eY_2FKliI/s400/twitter%2527.png') no-repeat transparent;
line-height: 1;
padding: 0px 3px 1px 20px;
width: 60px;
margin-bottom:0px;
}
#other-social-bar .other-follow li.my-gplus {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioVdX1D8a1tvp8GePa1KoVGgViIAo4l9C3Sa8DRDHNzLNbqibp6UE9hBwnn0NjXp-CC81pN9yRmOy6zb1US1U4bLSBqqq_I3aUZBRh0LyhXK_rqWFJTdwEWoHV5Pgf3Jcnx_Q5cvg8yJE/s400/gplus-16x16.png) no-repeat transparent;
line-height: 1;
width: 60px;
padding: 0px 3px 1px 20px;
margin-bottom:0px;
}
</style>
<!--[if IE]><style>#email-news-subscribe .email-box input.subscribe{background: #FFCA00;}</style><![endif]--><!--begin of social widget--><div style="margin-bottom:10px;"><div id="rb-mashable-bar"><!--Begin Widget --><div class="gplus"><link href="https://plus.google.com/u/0/110710740924167130289/" rel="publisher" /><script type="text/javascript">window.___gcfg={lang:'en'};undefinedfunctionundefined){var po=document.createElementundefined"script");po.type="text/javascript";po.async=true;po.src="https://apis.google.com/js/plusone.js";var s=document.getElementsByTagNameundefined"script")[0];s.parentNode.insertBeforeundefinedpo,s);})undefined);</script><script type="text/javascript">var _gaq=_gaq||[];_gaq.pushundefined['_setAccount','UA-29131740-1']);_gaq.pushundefined['_trackPageview']);undefinedfunctionundefined){var ga=document.createElementundefined'script');ga.type='text/javascript';ga.async=true;ga.src=undefined'https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagNameundefined'script')[0];s.parentNode.insertBeforeundefinedga,s);})undefined);</script><!--Place this tag where you want the badge to render --><g:plus href="https://plus.google.com/u/0/110710740924167130289/" width="300" height="131" margin="0px" theme="light"></g:plus></div><div class="fb-likebox"><!--Facebook --><div id="fb-root"></div><script>(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(d.getElementById(id))return;js=d.createElement(s);js.id=id;js.src="//connect.facebook.net/en_US/all.js#xfbml=1";fjs.parentNode.insertBefore(js,fjs);}(document,'script','facebook-jssdk'));</script><div class="fb-like-box" data-href="http://www.facebook.com/realcombiz" data-width="292" data-show-faces="false" data-stream="false" data-header="false"></div></div><div class="googleplus"><!--Google --><span>Recommend us on Google!</span><div class="g-plusone" data-size="medium"></div><script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script></div><div class="pinterest1"><a href='javascript:void(run_pinmarklet1())'><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJdhZ-Wj7571c1XQt-mNVRM8NZSwPfBbtBDZSYATVp4GftnJxAh7BDvKJJmafjtuhs343kWFSf2J4MR5uUMyB2t6NTXIXdDj0-NYN9en-wkLpucecv3pPz00mvqF3xs7LLvcXPgl0OPuqX/s1600/pinmask2.png" style='margin:0;padding:0;border:none;'/></a><script type='text/javascript'>function run_pinmarklet1(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e);}</script><span>Pin It On Pinterest</span></div><div class="twitter"><!--Twitter --><iframe title="" style="width: 300px;height: 20px;" class="twitter-follow-button" src="http://platform.twitter.com/widgets/follow_button.html#_=1319978796351&align=&button=blue&id=twitter_tweet_button_0&lang=en&link_color=&screen_name=realcombiz&show_count=&show_screen_name=&text_color=" frameborder="0" scrolling="no"></iframe></div><div class="pterest"><a href="http://pinterest.com/realcombiz/"><img src="http://passets-cdn.pinterest.com/images/about/buttons/follow-me-on-pinterest-button.png" width="169" height="28" alt="Follow Me on Pinterest" /></a></div><div id="email-news-subscribe"><!--Email Subscribe --><div class="email-box"><form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.openundefined'http://feedburner.google.com/fb/a/mailverify?uri=realcombiz', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><input class="email" type="text" style="width: 150px;font-size: 12px;" id="email" name="email" value="Enter Your Email here.." onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;" /><input type="hidden" value="realcombiz" name="uri" /><input type="hidden" name="loc" value="en_US" /><input class="subscribe" name="commit" type="submit" value="Subscribe" /></form></div></div><div id="other-social-bar"><!--Other Social Bar --><ul class="other-follow"><li class="my-rss"><a rel="nofollow" title="RSS" href="http://feeds.feedburner.com/realcombiz" target="_blank">RSS Feed</a></li><li class="my-twitter"><a rel="nofollow" title="twitter" rel="author" href=http://twitter.com/realcombiz target="_blank">Twitter</a></li><li class="my-gplus"><a rel="nofollow" title="Google Plus" rel="author" href=https://plus.google.com/u/0/117896762172961615212 target="_blank">Google Plus</a></li></ul><!--Don't remove credits otherwise your widget will not work --></div><div id="mashable" style="background: #EBEBEB;border: 1px solid #CCC;border-top: 1px solid white;padding: 1px 8px 1px 3px;text-align: right;border-image: initial;font-size:10px;font-family: " arial ","helvetica ",sans-serif;"><span class="author-credit" style="font-family: Arial, Helvetica, sans-serif;"><a href="http://www.realcombiz.com/2012/10/advanced-mashable-style-widget_9705.html" target="_blank"> Get This �</a></span></div></div><!--Don't remove credits otherwise your widget will not work --><!--End Widget --><!--end of social widget--></div>
- Click on Save button.
Customization
Edit the below code in the widget code above, by following the code color.
- To adjust the total width of the box simple edit width: 300px
- Replace 110710740924167130289 with your google+ profile page id number.
- Replace realcombiz with your facebook fanpage username.
- Change realcombiz to your twitter username.
- Replace realcombiz with your pinterest account username.
- Replace http://feedburner.google.com/fb/a/mailverify?uri=realcombiz with your site feed url, and realcombiz with your feed id.
- Replace 117896762172961615212 with your profile id number.
Subscribe For Free Updates!
*Please confirm the email sent to your inbox after clicking "Sign Up!".
thanks I add it to my blog
ReplyDeletehttp://enboiraq.blogspot.com/
How to add Invite Facebook friends code in this widget, please update it.
ReplyDeleteRead how to add facebook invite friends link and add it to the mashable widget manually.
Deletethanks for the tutorial..it helps.
ReplyDeleteYou are welcome DEESU! Glad that it help :)
DeleteDo you have a tutorial for your sharing widget that you are currently using? For dic.post header?
ReplyDeletethats the one i need for my site. Thank you
Are you talking about the share buttons?
Deletehalloween pictures
ReplyDeletehalloween pictures
halloween clip art
halloween quotes
CIAB Assistant Engineer Recruitment 2016
ReplyDeletethe walking dead season 7 episode 2 in australia
ReplyDeletetwd S7 E3 watch online
twd S7 E1 watch online
happy thanksgiving pics 2016
ReplyDeletethanksgiving photo 2016
dirty thanksgiving jokes 2016
thanksgiving day poems 2016
thanksgiving quotes for family 2016
funny thanksgiving jokes 2016
short thanksgiving prayer 2016
funny thanksgiving picture 2016
nokia C1
ReplyDeletenokia C1 Price
nokia android phone
nokia c1 android price flipkart
Satta Matka Lucky Number
online all satta matka result
IRISH LOTTERY RESULTS CHECKER 3 DRAWS
49s Reults Betfred
bsf recruitment 2017 constable
ReplyDeletenabard development assistant recruitment
sail recruitment 2017 apply online
Happy New Year Whatsapp Status
ReplyDeleteHappy New Year Messages
Happy New Year Pictures
Latest Whatsapp Status
Unique Whatsapp Status
Whatsapp Messages Collection
Motivational Whatsapp Status in Tamil
December 2016 Holidays India
December 2016 Holidays Philippines
quotes for birthday wishes
ReplyDeletehappy birthday wishes quotes
Merry Christmas Pics
Merry Christmas Messages
Merry Christmas Wishes
RRB Answer Key 2017
ReplyDeleteSBI PO 2017 Registration
SBI Clerk 2017 Notification
IBBPS PO Admit Card 2017
RRB 2017 Syllabus PDF
RRB 2017 Syllabus PDF
Upcoming Railway Recruitment 2017
Upcoming Railway Recruitment 2017
very nice post this is lucky
ReplyDeletevalentine's day2017 specials
ReplyDeletevalentine's day 2017 poems
when is the valentine day 2017
happy valentines day 2017 image
2017 valentines day facebook cover
I really loved reading your blog. I also found your posts very interesting. In fact after reading, I had to go show it to my friend and he ejoyed it as well!
ReplyDeletehappy wheels
happy wheels demo
five nights at freddy's
geometry dash 2.0
Thank you for the information you provide, it helped me a lot! it's great that I known this site! Can you sharing some updates on how you have made this powerful post!
ReplyDeletefb login | slither io
Great post
ReplyDeleteHighSchool DxD Season 4
SBI Clerk Application Form available here. Click here For more details about SBI Clerk Online application and how to apply
ReplyDeleteSBI Clerk Online Application
Do you have trouble stripping naked in front of the love of your life? Heres reasons why: Youre self conscious because 1) your penis is not long enough or 2) your penis is not thick enough. Read this article and discover how you can increase your penis size by 1-4 inches in length and thickness. Delay Ejaculation
ReplyDeletehttp://www.jamaicanblackstone.com/home/
So you're looking for a big of help to get things back on track in the bedroom department? No problem – I felt the same way after my ex-girlfriend dumped me for another man.
ReplyDeletehttp://www.gambirclinic.com/ingredients-of-gambir-sarawak/
AIIMS Jodhpur Admit Card 2017
ReplyDeleteBPSC Admit Card 2017
Karnataka TET Result
Jharkhand Police Result
Rajasthan High Court Result 2017
Hello!
ReplyDeleteI read the articles on your page, it's really great! I will share your website with my other friends, I think they will love it. Thanks for your post.
Visit my website: giantinhmachchan
(Varicose Veins is a website that provides information on leg vein varicose disease and how to treat varicose veins effectively. Provides varicose veins and varicose creams like Varikosette, Varicofix, Venpoten...)
Varicose leg veins
Ventricular dilatation is a chronic disease that is common in men and women over the age of 30, with a 70% increase in varicose disease in women. According to the statistics of major hospitals worldwide, the incidence of the disease is on the rise. It usually occurs in people who are often sedentary, standing or sitting for a long time, causing blockage of blood vessel walls leading to varicose veins.
Ventricular varicose veins, also known as hypopituitarism, is a term for the decline of the venous drainage function of the venous system in the foot region leading to stagnation. Hemodynamic changes and changes in surrounding tissue. The mechanism of disease formation is due to the damage of valves in the vein when subjected to a great and long-lasting pressure, causing the blood to flow counterclockwise from its circulation. Instead of blood being pumped from the foot to the heart in the circulation, the blood circulates in the opposite direction and increases the pressure inside the vein leading to leg vein depletion.
The decline in blood flow to the heart leads to varicose varicose symptoms such as aches and pains, leg aches, leg aches, feeling like ants, aching feet, cramps or cramps at night. Should not be treated in time, it can lead to difficult conditions such as eczema, foot ulcers, bleeding, dilated veins, inflammation of the veins. Shallow blood, ...
Often the main causes of leg vein diseases are mainly due to daily habits such as sitting for a long time, being sedentary like office workers, models, workers, ... Due to age This is due to the aging of the body, possibly due to trafficking, pregnant women or the use of high heels ... These can all be the cause of leg vein diseases.
Symptoms and signs of leg vein varicose disease
It is important to understand the symptoms of varicose veins and signs in a timely manner to have solutions and treatment to avoid the unnecessary complications. Here are the symptoms of leg vein varicose disease:
Itchy legs, leg aches, leg pain, heavy legs are signs of early stage
¤ Legs become sore or feel heavy, itchy legs, fatigue, leg pain, heavy legs after standing or sitting long.
¤ Vastly stretched, dazed to the surface of the skin, is blue or reddish, as small as the hair as large as the ends of the chopsticks.
¤ Appearing green veins and bulges that cause swelling and swelling of the legs along the thighs, ankles or knees.
¤ numbness, prickling, feeling like ants in the leg.
¤ Dry and itchy skin, color of the skin will change, different from normal skin, darker black, thinner skin.
¤ ulcers and soft tissue infections (cellulitis) can occur near the ankles.
¤ The formation of blood clots in the vein, the thrombus can move to the pulmonary vein pulmonary vein is very high risk of death. See more at: http://giantinhmachchan.vn/san-pham/
Thank you for sharing good and useful information. I would love to read your post after hours of tiring work at http://www.thuocbothan.com . I always expect newer posts from you. It can be said that I am a big fan of you.
ReplyDelete
ReplyDeleteUttarakhand 10th Result 2017
Uttarakhand 12th Result 2017
JAC 12th Result
JAC 10th Result
This comment has been removed by the author.
ReplyDeleteThank you for sharing this article with us! I believe there will be more people like me, they can find many interesting things in this article of you! I hope you have many similar posts to share with everyone!
ReplyDeleteabcya
Latest BMW M9 news
ReplyDeleteNew BMW M9
Thanks for your page! Your share information it helped me alot! I pray for you to be happy and successful in your life.
ReplyDeleteabcya
Such a very useful article. Very interesting to read this article.I would like to thank you for the efforts you had made for writing this awesome article.
ReplyDeletebloxorz
Thanks for this post!!
ReplyDeleteUpcoming MBA Jobs
Latest IT Jobs
SSC CGL
ReplyDeleteSSC CGL Result
SSC CGL
SSC CGL Previous Papers
SSC CGL Application Form
JOSAA 2017 Counselling Result
ReplyDeleteJOSAA 2017 Counselling Result
JOSAA 2017 Counselling Result
Delhi Police Result 2017
Delhi Police Result 2017
Delhi Police Constable Result 2017
Thanks for posting this. Your blog is so interesting and very informative.Thanks sharing. Definitely a great piece of work. Thanks for your work.
ReplyDeletewww.McdonaldsGutscheine.net/ | Startlr
Date Sheet
ReplyDeleteWest Bengal HS Routine
WB Board Madhyamik Time Table
UP Board 12th Date Sheet
UP 10th Date Sheet
ReplyDeletehome page
Progressive insurance