Thursday, July 12, 2012

3 In 1 Social Subscription Widget Below Blogger Posts

Actually all bloggers are trying to increase their
subscribers, facebok fans  and twitter followers.
If you are write some unique articles it not a hard
as you think.But even we have unique articles,
we have to add some subscribers gadgets, followers
fan pages.In this tutorial helps you to add this 3 in 1
gadget for your blog.You can get more result, if you
add this gadget below to every post.so follow these
steps. it will helps you to add it on right place.visit my
earlier post.Cool All In One Social Media Sharing
With Rss Subscribe Gadget For Blogger


3in1-subscribe-widget

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

2. Put checked marked in Expand Widget Templates

3. Find this code  by using Ctrl+F  <data:post.body/>

4.Paste below code, After  <data:post.body/> code

<style type="text/css">
form.feedburner {
    margin: 20px 0 0;
    display: block;
    clear: both;
}
.Btstyle {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0_Fd4dtF2ui3o3GVA43S9Q947ltv_uaWR_XfrgfUlCndZTYhgE6zTZ-K3oWQJp7PnPrgs-iHB90oTqtLIusbm8usjtJvJbuW9Iov_aQlIkyPbky3G-JV59Ie0IX0qj7Z5SBSk2lPlDNE/s1600/email-icon.png) no-repeat scroll 4px center transparent;
    padding: 7px 15px 7px 35px;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 2px #CCC inset;
    -webkit-box-shadow: 1px 1px 2px #CCC inset;
    box-shadow: 1px 1px 2px #CCC inset;
}
.bloggertrixsubmit {
    color: #666;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 15px;
    border: 1px solid #D3D3D3;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -goog-ms-border-radius: 4px;
    border-radius: 4px;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=&#39;
    #FBFBFB&#39;, endColorstr=&#39;#F4F4F4&#39;,GradientType=0 );
background: linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
}
#btrix-widget {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -goog-ms-border-radius: 10px 10px 10px 10px;
    border-radius: 10px;
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #D3D3D3;
    padding: 8px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 480px;
    -webkit-box-shadow: inset 0px 0px 8px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: inset    0px 0px 8px rgba(50, 50, 50, 0.75);
    box-shadow: inset         0px 0px 8px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: inset 0px 5px 0px 0px #D8D8D;
}

#btrix-widget:hover {
    background: none repeat scroll 0 0 #FFF;
    -moz-box-shadow: 1px 1px 2px #CCC inset;
    -webkit-box-shadow: 1px 1px 2px #CCC inset;
    box-shadow: 1px 1px 2px #CCC inset;
}

#btrix-widget td {
    padding: 3px 0;
}
</style>
<center><br/><div id='btrix-widget'>
 <div id='emailwidget'>
  <table style='border:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;' width='100%'>
  <tbody>
  <tr style='border:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;'>
   <td align='left' style='border:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;'>
    <p style='color:#666; font-weight: bold; font-size: 18px; margin:0px 0px 5px 0px;font-family:georgia;font-style:italic; '>
     Get free daily email updates!
    </p>
    <form action='http://feedburner.google.com/fb/a/mailverify' class='feedburner' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=bloggertrix&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='bloggertrix'/>
     <input name='loc' type='hidden' value='en_US'/>
     <input class='Btstyle' 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='bloggertrixsubmit' title='' type='submit' value='Submit'/>
    </form>
   </td>
   <td style='border:none; margin: 0px -5px 0px 0px; padding: 0px -5px 0px 0px;'>
    <p style='color:#666; font-weight: bold; font-size: 14px; margin:0px 0px 5px 0px;font-family: georgia; '>
     Follow us!
    </p>
    <a href='http://feeds.feedburner.com/bloggertrix' rel='nofollow' target='_blank' title='Suscribe to RSS Feed'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFmxA1yo0henl753IepHEonYL4J5gLIs2qAG43fyt9ICy2NBvgTvLt335d9EEKtCmQRC81_iqrMqdbsNy_K0fiAPqnRWVSz8OlKgKU3Z4zPvtat9LqNA7I1U3wpgPuVOB5Nu0MjiqHpo4/s1600/rss-icon.png'/></a>
    <a href='http://twitter.com/bloggertrix' rel='nofollow' target='_blank' title='Follow us on Twitter'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmwCcOEbjPzoA_RKpBUywRIMUrQmc0RZu7rxmE3hw65JRk_q2eiP7ed904xwkpdZ5uTkcTMVjq1czlqL4YOin29YgiSvkKIgJBSfaWln-Ev-Bw5y124uTB6B8-DANEXgjneUPhJblgLxc/s1600/twitter-icon.png'/></a>
    <a href='http://www.facebook.com/bloggertrix' rel='nofollow' target='_blank' title='Follow us on Facebook'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4i9AwxidVRMEUf2SCX52xipjteNjXnHc8mB-nT3WhzpOy2Ak3QynGU34SWVRoBMyZ2T6TBEFKOhum8AtKi5CA8dsJtDM03mNTz59cno-Y4mBCdtbs8o44RnbhyphenhyphenmqxefyZkNOTfUeKP-c/s1600/facebook-icon.png'/></a>
  
   </td>
  </tr>
  </tbody>
  </table>
  <div align='right'>
   <span style='font-style: italic; font-size: 8px; color: solid #ffffff;'><a href='http://www.bloggertrix.com/' style='text-decoration: none;' target='_blank'><font color='#000' decoration='none'>[Get this widget]</font></a></span>
  </div>

<div align='left'>
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fbloggertrix&amp;send=false&amp;layout=standard&amp;width=450&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowtransparency="true"></iframe>
<a class='twitter-follow-button' href='http://twitter.com/bloggertrix' rel='nofollow'></a>
  <script src='http://platform.twitter.com/widgets.js' type='text/javascript'></script>
 </div>
 </div>
</div>
</center>

Replace all bloggertrix with your feedburner username
Replace all bloggertrix with your Twitter username
Replace all bloggertrix with your Facebook username

5. Now Click  Save Template
    You are done...

0 comments:

Post a Comment