Menu Close Menu

Another Stay Connected Metro Style Responsive Social Subscription widget

 Stay Connected Widget Color Scheme Preview After 5 days we back with super cool widget tutorial. There are to many simple ways to display the Subscription options for your blog. But Stay Connected widget also known as social bookmarking buttons are the most used blogger widgets and Subscribing plays very important role in increasing traffic on your blog. Keeping that things in mind I am creating social subscription widgets and today we created cool social subscription also responsive gadget for our valuable readers. This widget is similar to Metro style widget but I made some changes to give it more impressive look. Adding the gadget is easy and here we will show you how to add it to your below your blog header. we will also show you how to add it in footer section, when someone reaches the end of a post if they like it they will often subscribe. Your readers will also get an opportunity to stay connected blog with feed burner.G et ready to see the amazing beauty in action which will nurture your blog . Lets see the Demo.

 

Live Preview

 

Add It To Blogger

1. Go to your blogger dashboard>>layout>>add gadget.

2. Scroll down the Add A Gadget window and select HTML/Javascript.

3. Leave the title box empty.

4. Copy and paste the HTML code below into the content box.

 

<style>

.Mbt-Social-metro {
    width: 960px;
    float: left;
    margin: 0;
    padding: 1em 0;
}

.Mbt-Social-metro ul {
    margin: 0;
    padding: 0;
}

.Mbt-Social-metro ul li {
    list-style: none;
    list-style-type: none;
    padding: 0;
    text-transform: none;
    margin: 0;
    float: left;
    display: inline-block;
    width: 20%;
}

.Mbt-Social-metro ul li a {
    font-size: 80%;
    color: #fff!important;
    display: block;
}

.Mbt-Social-metro ul li a:hover {
    color: #000!important;
    background-color: #999;
    text-decoration: none;
}

idc-scoail ul li a, ul li a:hover {
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Mbt-Social-metro ul li .rss {
    background: url("http://3.bp.blogspot.com/-ngdRXBFRpUM/UeKuk3z0WKI/AAAAAAAADBQ/bbRi4AgjIAo/s1600/RSS-1.png") no-repeat scroll 10px center #F87E12;
    background-size: 20px;
    padding: 10px 50px;
}

.Mbt-Social-metro ul li .twitter {
    background: url("http://2.bp.blogspot.com/-vhpRbg4K92E/UeKun8idaJI/AAAAAAAADBk/njAvOwkBtaQ/s1600/Twitter.png") no-repeat scroll 10px center #4CACEE;
    background-size: 20px;
    padding: 10px 50px;
}

.Mbt-Social-metro ul li .facebook {
    background: url("http://2.bp.blogspot.com/-rPP0q6LhkZs/UeKukkKYMgI/AAAAAAAADBM/hrOR8EhJ-DE/s1600/Facebook-1.png") no-repeat scroll 10px center #3B5998;
    background-size: 20px;
    padding: 10px 50px;
}

.Mbt-Social-metro ul li .google {
    background: url("http://2.bp.blogspot.com/-2P6YjCu0rY0/UeKuoELnV9I/AAAAAAAADBo/tqBSANktEFA/s1600/google.png") no-repeat scroll 10px center #D44937;
    background-size: 20px;
    padding: 10px 50px;
}

.Mbt-Social-metro ul li .linkedin {
    background: url("http://2.bp.blogspot.com/-5VGeWSSRZj0/UeKuk_FD9tI/AAAAAAAADBc/7QaZlCk9TmU/s1600/LinkedIn-1.png") no-repeat scroll 10px center #3692C3;
    background-size: 20px;
    padding: 10px 50px;
}

/* width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .Mbt-Social-metro ul li {
        width: 50%;
    };
}

/* width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .Mbt-Social-metro ul li {
        width: 50%;
    };
}

/* width of 320px */
@media only screen and (max-width: 480px) {
    .Mbt-Social-metro ul li {
        width: 100%;
    };
}

</style>

<div class='Mbt-Social-metro'>
<ul>
<li><a class='rss' href='http://feeds.feedburner.com/bl0gger-tricks'>Subscribe our Feed</a></li>
<li><a class='twitter' href='https://twitter.com/mybloggertriks'>Follow me on Twitter</a></li>
<li><a class='facebook' href='https://www.facebook.com/mybloggertriks'>Find me on Facebook</a></li>
<li><a class='google' href='https://plus.google.com/#'>Join me on Google+</a></li>
<li><a class='linkedin' href='http://in.linkedin.com/in/mybloggertriks'>Connect with LinkedIn</a></li>
</ul>
</div>

 

Note:- Replace Profile links with your own profile username ( bl0gger-tricks, mybloggertriks, and (#) with your Google plus page or profile id).

 

How To Drag and Drop Widget in Blogger Layout

  • First place your mouse cursor on the widget which you want to move from the current place and hold your mouse left click.
  • Now you have to move or drag that widget to the place where you want to move. Carefully see the image below. (In the below image I want to move my widget from place 1 to place 2)

Add blogger widget in your footer section

  • After positioning it in your required place you just leave the mouse means release your mouse from hold.
  • Then at last you have to do one main thing that is you have to click the "Save arrangement" option on the above means in top right corner of your layout window. That's it.

So here is the simple way to how to add, move as well as remove a widget or gadget from blogger. Hope you enjoyed this. Newbie's if you have any query or problem feel free to ask us below in the comment section. and also happy Ramzan-Ul-Mubarak with Lot’s of Blessing From MyBloggerTricks Team..

"Be the first to express your thoughts" :

  1. This comment has been removed by a blog administrator.

    ReplyDelete
  2. This comment has been removed by a blog administrator.

    ReplyDelete
  3. This comment has been removed by a blog administrator.

    ReplyDelete
  4. This comment has been removed by a blog administrator.

    ReplyDelete

Important - Make sure to click the "Subscribe By Email" link below the comment for to be notified of follow up comments and replies.If you use Name/URL don't use keywords as your name. We love to hear from you! Leave us a comment.
To ensure proper display, HTML/XML/JavaScript need to be Encode first using this Encoder Tool Then paste the Encoded code here.