WAY2BLOGGING’S SOCIAL SUBSCRIPTION WIDGET FOR BLOGGER / BLOGSPOT

10:15 PM

WAY2BLOGGING’S SOCIAL SUBSCRIPTION WIDGET FOR BLOGGER / BLOGSPOT Way2Blogging’s Social Subscription Widget for Blogger. This is another Soci...

Way2Blogging’s Social Subscription Widget for Blogger / Blogspot

WAY2BLOGGING’S SOCIAL SUBSCRIPTION WIDGET FOR BLOGGER / BLOGSPOT

Way2Blogging’s Social Subscription Widget for Blogger. This is another Social Subscription widget for Blogger. If you are my Old reader then you observed in my Old Blogger Template. Today i am giving the Code and How to add the Social Subscription Widget to your Blog.

PREVIEW

Way2Blogging’s Social Subscription Widget for Blogger / Blogspot Preview

HOW TO INSTALL WAY2BLOGGING’S SOCIAL SUBSCRIPTION WIDGET ?

There are two simple steps to install this widget! Adding CSS code and Widget code!

ADDING THE CSS!

  1. Login to Blogger Dashboard > Choose your Blog and Click the More Options Dropdown
  2. Select the Template > Click on Edit HTML > Proceed
  3. Search for ]]></b:skin> and place the below code before it!
    @import url("http://fonts.googleapis.com/css?family=Oswald&text=AaBbCcEeFfIiKkLlMmOoRrSsTtWw%20");
    .w2bOldSocial ul {
    font-family: 'Oswald', sans-serif;
    margin: 15px 0;
    overflow: hidden;
    }

    .w2bOldSocial ul li {
    float: left;
    width: 90px;
    padding-left: 55px;
    margin: 0 0 0 5px !important;
    line-height: 48px !important;
    }

    .w2bOldSocial ul li a {
    font-size: 20px !important;
    text-decoration:none;
    }

    .w2bOldSocial ul li a:hover {
    text-decoration:underline;
    }

    .w2bOldSocial ul li.w2brss {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfXnBHa3OFCFvz6WtaBt9TDfaE343qYXP_RyxNkht6z2L6TlLKD8zOuFCkZV8_56brYeRWcOhO30OzMEyk2rE5khC7Oyvd2XeVEYB0-2VudAss8nP8mdWf1FsqjPd3EoiqLpL-2teZdfOM/s48/RSS.png") no-repeat scroll left center transparent;
    }

    .w2bOldSocial ul li.w2bmail {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3f7IcHA4uowPwZOh-pgNYcBFY4ox7bso5a8uH9Ndotn-v8MBiRYu6pqB80FOcAaj1xRaCqPZetcszfJnijw_Xgg2jk3gdv4KRL7KXGu2Ov4nxGjrNOr_z4_3tTKRZKk_N529Frm9toCbe/s48/Mail.png") no-repeat scroll left center transparent;
    }

    .w2bOldSocial ul li.w2btwitter {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHr-ic1jkR9p9-rdxCbOSERQeZJTKlxUEJRzHq0OCHxpwc_23vEWps1feeJo5PerK-jHYt6yhg-ZaBGSsSX5553CH2kVV_CgIWb6a5_3XhmW9Gi6bC-3YHUuJ0TwyO1oW7t3_LJztUiZbQ/s48/Twitter2.png") no-repeat scroll left center transparent;
    }

    .w2bOldSocial ul li.w2bfacebook {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiobJ2M0G10OySGbkfcLr531OZIHfViXmXK32_4TKuenmNi0uK6CfsDmtIvVq6ixkHJ_ImKRK-DhEsdN56PWpdWyotHByoqNWGGjqs0-uEGldm9FUKQlMAbqaE94pOqmZxFHvuNKKruXt7g/s48/Facebook.png") no-repeat scroll left center transparent;
    }

    #w2bEmailsub {
    display: block;
    clear: both;
    margin: 10px 0;
    }

    form.w2bEmailform {
    margin: 20px 0 0;
    display: block;
    clear: both;
    }

    .emailText {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5HvqYD6DhrR90E8vQ5fGobbTT2Wv0U7vAu7oqDPiI4-Epxo5BQNqRN4ry2FEZez86nMN7nqsjkmkHfQFXLR_jIwqNmjdixcLCG7-JLx0i0bpl02Ojq9U7KC2ZbpBEJTAv9LpxOZXGs5r0/s28/w2b-mail.png") no-repeat scroll 4px center transparent;
    padding: 7px 15px 7px 35px;
    color: #444;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #D3D3D3;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

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

    .emailButton {
    color: #444;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 15px;
    border: 1px solid #D3D3D3;
    cursor: pointer;

    -webkit-border-radius: 4px;
    -moz-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='#FBFBFB', endColorstr='#F4F4F4',GradientType=0 );
    background: linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
    }

ADDING THE WIDGET

  1. Go to Layout > Click on Add Gadget on your sidebar
  2. Choose HTML/JavaScript Gadget and Paste the below Widget Code
    <div class="w2bOldSocial">
    <ul>
    <li class="w2brss"><a href="http://feeds.feedburner.com/way2blogging">RSS</a></li>
    <li class="w2bmail"><a href="http://feedburner.google.com/fb/a/mailverify?uri=way2blogging" >Email</a></li>
    <li class="w2btwitter"><a href="http://twitter.com/way2blogging">Twitter</a></li>
    <li class="w2bfacebook"><a href="http://facebook.com/way2blogging">Facebook</a></li>
    </ul>
    </div>
    <div id="w2bEmailsub">
    <form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=Way2blogging', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" class="w2bEmailform">
    <input type="hidden" value="Way2blogging" name="uri" />
    <input type="hidden" name="loc" value="en_US" />
    <input type="text" 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;}" value="Enter your email..." name="email" class="emailText" />
    <input type="submit" class="emailButton" value="SignUp" title='' />
    </form>
    </div>
    Customization:-
    After adding above Widget code Customize the RSS, twitter and other URLs as follows.!
    • http://feeds.feedburner.com/way2blogging with your feedburner url
    • http://feedburner.google.com/fb/a/mailverify?uri=way2blogging change the Feedburner ID
    • http://twitter.com/way2blogging with your Twitter URL
    • http://facebook.com/way2blogging with your Facebook Page URL
    • <input type="hidden" value="Way2blogging" name="uri" /> change the Feedburner ID with yours.

No comments: