--> 'No Ordinary' Social Sharing & Subscription Widget | Experience Lab - Online business creation and development guide for bloggers and startups

'No Ordinary' Social Sharing & Subscription Widget

This Social subscription widget is made with the aim of promoting and increasing traffic of your blog in various manners. It has the potenti...


no ordinary social sharing


This Social subscription widget is made with the aim of promoting and increasing traffic of your blog in various manners. It has the potential to boost your subscribers, Facebook fans and the widget can even make you viral on various social networks. Your readers will also get an opportunity to connect with you on your other networks and all these features are just in one widget in a compact and presentable manner. This widget has almost everything you will need to promote your blog and increase fans and readers. It has a subscribe box, share box, Facebook like box; what else you want? It can replace any other social buttons, widgets or plugins you are using on your blog.  Get ready to see the amazing beauty in action which will nurture your blog. 





Live Demo




Features:



  1. Subscription box for increasing your subscribers.

  2. Follow us buttons for your readers to get connected on your other networks.

  3. Social sharing buttons

  4. Facebook like box which will increase your fans



The main features are quite noticeable at first look but there are some minor features which you won’t be able to notice. One of them is the golden or blue glow. If you are using Chrome, you would see a golden glow while using any text box or login form. Similarly, in new versions of Firefox you see a blue glow by default. We have removed that glow so that the default values of a browser do not get mixed up with widget.

We have also made the subscribe button to look similar in both Firefox and Chrome browser which have issues with padding. If we didn’t do that, the button will look different in Chrome, somewhat misplaced. Some CSS3 transition effects have been used to give smooth feeling on hover in combination with box-shadow.


And guess what, all these many features in a single widget have been presented in a neat and compact manner with a size of just around 10KB.


How to Use?




I know, I know, you are pretty much excited to use this widget after reading those features. Your wait is over. Just follow the coming steps to increase the beauty of your blog.


  1. Go To Blogger.com -> Template -> Edit HTML -> Proceed

  2. Backup your template

  3. Tick Expand Widget Templates

  4. Search for:



<data:post.body/>

This code may have 2-3 occurrences in your template but you need to just concentrate on the first occurrence. Just below it paste the following code.


<!--No Ordinary Social Subscription Widget-->

<b:if cond='data:blog.pageType == &quot;item&quot;'>

<style>

.tbibox {

background: #fff;

border: 1px solid #ddd;

height: 360px;

margin: 10px auto;

padding: 10px;

width: 572px;

-webkit-border-radius: 10px;

border-radius: 10px;

}

.tbisubscribe {

border: 1px solid #D3D3D3;

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;

color: #ffffff;

background: #ff5714;

border: 0px solid #ffffff;

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;

}

.tbisharebox {

border: 1px solid #D3D3D3;

margin: -157px 0 0 330px;

padding: 8px;

width: 225px;

-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;

}

.tbisharebox:hover {

-moz-box-shadow: 1px 1px 2px #CCC inset;

-webkit-box-shadow: inset 1px 1px 55px 1px rgba(249, 215, 126, 1);

box-shadow: inset 1px 1px 55px 1px rgba(249, 215, 126, 1);

-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;

}

</style>

<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css' />

<div class='tbibox'>

<div class='tbisubscribe'>

<div style='color: #666666; font-weight: bold; font: 22px Oswald, 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=tntbystc&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='tntbystc' />

<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: #666666; font: 22px Oswald, 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/AVvXsEheYG5O-oSs4TAZ5K0vdp7Iih6AHhyphenhyphenlLm8lLlt_6UtZuM7_fRGhhclx6NlL79ccIol1tI-OlcySW9V0AJ5xINe8VhUArJyE-0x3YYcx1ayLwUW_Wh_hunaf4PM77ri6M51FjiIxwm1MaSY/s32/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/AVvXsEgDbocGXGjm1HlpZ2KW_j7BrlXSecTmVNN-xrCdU-DG57WPBtTiROR_YQPifJLzpxT76vZiqPcfjH-xvxxHMjtv43rsFOqQgICAacxs43S-3P7SzkgJlcmPuHwf6RSZTcQrYl3YLqwcUuU/s32/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/AVvXsEhN1Ull-w5XeeV9ReTM6gTAMDFn5t5e2qFXL9aBQxGSftv50kMOfmsqpY4ggUDS7SQDSEq_sTmB7kFIbNfhf8XsWFz4a10_HdYNGzsY0OFtFOwzKJYUlzMMK2alKckVNVUEZYM7pjoObPk/s32/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/AVvXsEgr8szx87NVmmL578mOd4ZisuzmYXknWU7jVeYFpBpLpZOZ41zWUNyeGW47vd4Rt7O_5x0HO1YnxfA7SBKUArMtHlCaTFPZXfZO5X26d24Q-rjWUT9ovz2PNAS3r4uMfnoqKm1ZnPVeDGU/s32/pinterest.png' alt='pinterest'/></a>

<a href='RSS URL' rel='nofollow' target='_blank'

title='Subscribe to RSS'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIrL4lenFOUHRH_F1VXBpNsqNDZ7crOvk3rKIVCFdqpWevoqsX5s-MWB2T55iRe49VWCZqelHFbaHCyMILQHoH_sIkzBLWJLZBlNwCWdZ_JWhLM0bYDvUVPf8_-Vkze1W_Yab1DKfKnTk/s32/rss.png' alt='rss'/></a>

</div>

</div>

<div class='tbisharebox'>

<script type='text/javascript'>

var switchTo5x = true;

</script>

<script src='http://w.sharethis.com/button/buttons.js' type='text/javascript'/>

<script type='text/javascript'>

stLight.options({

onhover: false

});

</script>

<div style='margin: 5px 5px;'>

<span class='st_fblike_hcount' displaytext=''></span>

</div>

<div style='margin: -30px -20px 0 0; float: right;'>

<a href='http://twitter.com/share' rel='nofollow' class='twitter-share-button'

expr:data-url='data:post.canonicalUrl' expr:data-text='data:post.title'

data-count='horizontal'  data-lang='en'></a>

<b:if cond='data:post.isFirstPost'>

<script type='text/javascript' src='http://platform.twitter.com/widgets.js'></script>

</b:if>

</div>

<div class='addthis_toolbox addthis_default_style' style='margin: 10px 0 12px 85px;'>

<a class='addthis_counter'></a>

<script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>

</div>

<div style='margin: 5px 5px;'>

<su:badge layout='1'></su:badge>

<script type='text/javascript'>

(function () {

var li = document.createElement('script');

li.type = 'text/javascript';

li.async = true;

li.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + '//platform.stumbleupon.com/1/widgets.js';

var s = document.getElementsByTagName('script')[0];

s.parentNode.insertBefore(li, s);

})();

</script>

</div>

</div>

<div style='float: right; margin: -40px -5px 0 0;'>

<div class='g-plusone' data-size='medium' expr:data-href='data:post.url'></div>

<script type='text/javascript'>

(function () {

var po = document.createElement('script');

po.type = 'text/javascript';

po.async = true;

po.src = 'https://apis.google.com/js/plusone.js';

var s = document.getElementsByTagName('script')[0];

s.parentNode.insertBefore(po, s);

})();

</script>

</div>

<div style='margin-top: 20px;'>

<iframe allowTransparency='true' frameborder='0' scrolling='no' src='http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fbloggertricks&amp;width=570&amp;colorscheme=light&amp; show_faces=true&amp;stream=false&amp;header=false&amp;height=180'

style='border:none; overflow:hidden; width:570px; height:180px;' />

</div>

</div>

</b:if>

<!--No Ordinary Social Subscription Widget-->




Changes to be made:


  1. Replace tntbystc with your feedburner FEED TITLE. You get these values by going to your Feedburner account -> Publicize -> Email Subscriptions

  2. Replace 'FACEBOOK URL' with your Facebook fan page link

  3. Replace 'TWITTER URL' with your Twitter link

  4. Replace 'GOOGLE+ URL' with your Google+ page

  5. Replace 'PINTEREST URL' with Pinterest link

  6. Replace 'RSS URL' with RSS feed link

  7. Now for Facebook like box, follow these steps:

    1. Grab your Facebook fan page URL (Do not include http://)

    2. Replace all the back slashes ( / ) with %2F

    3. Now replace www.facebook.com%2Fbloggertricks with your URL you achieved just now.





Got Questions?



We hope you have successfully installed this amazing widget on your blog without any problems. If you still need any help or have some questions or getting any errors in installing this social subscription widget, then don’t hesitate to ask us. We would love to hear your suggestions for improving this widget with more features. Let us know what your views are in the comments. Cheers :)





Want more of such plugins?  Just search MBT for "Social Sharing widgets" or " Subscription box"








Guest post by Bhavesh Pamecha from  TopBloggingIdeas.com, a Gold star MBT contributor and a tech savvy Blogger.

COMMENTS

Name

Affiliate Marketing,12,Announcement,34,Bing,9,Bitcoin,38,blog,7,Blogger Resources,42,Blogger Templates,4,blogger tricks,156,Blogging ethics,70,Blogging tips,198,Bugs and Errors,34,Business,9,Copyright Violation,9,CSS and HTMLTricks,95,Designs,8,drop down menu,7,eBook,12,Email Marketing,7,Events,30,Facebook,30,Facebook tricks,49,Google,157,Google AdSense,42,Google Analytics,7,Google Plus,51,Google Plus Tricks,38,Guest Posts,112,home,2,How To,77,Internet,1,JSON Feeds,25,Kitchen Recipes,2,Label Based Sitemap Themes,1,Make Money Online,108,Marketing,16,MBT Blogger Templates,7,Menus,1,News,146,Pages,1,Posts,10,presentations,15,Responsive,10,Reviews,7,SEO,307,Settings,6,Shortcode,15,Sitemap Themes,1,Social Media,155,Technology,7,Templates,1,Tips,2,Tools,1,Traffic Tips,80,Video,19,Web Designing,62,web hosting,18,Webmaster Tools,97,Widgets,199,wordpress,26,
ltr
item
Experience Lab - Online business creation and development guide for bloggers and startups: 'No Ordinary' Social Sharing & Subscription Widget
'No Ordinary' Social Sharing & Subscription Widget
https://lh5.googleusercontent.com/_6QCJI_GyV34EtJhZv6no3p_8xcPABj06f-GB8QovWh9D3xEvfghfQ-LePWDI2EUc4y36UiTwc_-KwEVYoYLf3E2A8OiXXi8rPvinj_kzLjGqYCHIyI
https://lh5.googleusercontent.com/_6QCJI_GyV34EtJhZv6no3p_8xcPABj06f-GB8QovWh9D3xEvfghfQ-LePWDI2EUc4y36UiTwc_-KwEVYoYLf3E2A8OiXXi8rPvinj_kzLjGqYCHIyI=s72-c
Experience Lab - Online business creation and development guide for bloggers and startups
https://www.experiencelab.info/2012/08/ordinary-social-sharing-subscription.html
https://www.experiencelab.info/
https://www.experiencelab.info/
https://www.experiencelab.info/2012/08/ordinary-social-sharing-subscription.html
true
2959477579779989044
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share. STEP 2: Click the link you shared to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy