Breaking News

WordPress Style Social Subscribing Gadget With Counter For Blogger



Social Media widgets helps to increase popularity of blog easily and frequently in short time. So it is very important to use social subscribing button on blog. By adding attractive buttons you can easily attract visitors to join your social networks also recently i posted about another social subscribing widget with search box also which was also amazing.
Today i am going to post about the another social subscribing widget which is stylish and attractive. The concept of this widget is taken from one of social gadget of WordPress. This widget contain Rss, Facebook and Twitter Button with follow counters which makes this widget prefect as social subscribing.

Steps To Add This Gadget On Your Blog

  • Open Your Blogger Dashboard >> Then Layout
  • Then Click on the Add a Gadget Button
  • Then Open HTML/JavaScript box
  • Now Paste the below code in the box of gadget


<style> 
.rss-ST {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXHABPchK58ow4xWI4eVM2DOTHo9sQ-mTN3tmzzgeKf0kDJL14-4krTEMT-8plCmiTQ0SJdIpP0fogOaNdYCk1HbgOPGz8JYIJhAZHle37eFoCvZmAaE_j39Du_uk7j7RB_4tIL4v-9Jnv/s64/rss%2520sepia.png) no-repeat;
height: 64px;
padding: 0px 20px 0px 80px;
margin-top: 5px;
}
.rss-ST:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifrbv3QVt4jFEuFR5UxlgP_fj9qy6h5r71h8NhXwV8sXFElJf1AsNcXjiw4qike2rMTGP72SY9eZSnFofDTdfu_7lRFlfUyDDST-SJZEJLGBP_15F4P9P_R7TTUegzGIC73h3_rMfL3V66/s64/rss.png) no-repeat;
}
.twitter-ST {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfVkwuiHK9XtV158RAAmeXxeGccPza5CaANsQQk3LWZqoRbEDXxvaz8HODCuyqQtAy2ML9yMT4PSkadngiR_toYdh5IExVbSQOgow6ae7ZEDQjuUgTcutZNS6vSxh3jtzk04j6-dCZ_ybq/s64/twitter.png) no-repeat;
height: 64px;
padding: 0px 20px 0px 80px;
margin-top: 10px;
}
.twitter-ST:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhS7soOwNpSbeLqLWy10gGid1Df9F5bCMvIGZCRWY_3hNFZHF4915XtDcwwYxQawC4_TewL-Gjtg1X07zjqNQuacD9qEVBrhqblWP_Th_vLrjM0KgYJljwB1ZHjwaiChSaPB5XTvnpkTHQ_/s64/twitter-blue.png) no-repeat;
}
.facebook-ST {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyk1MQvUKgZy5b9CnqECBb9SYCBTa6vBCCYattOUw1VArhY70_LQ8TwG7inJsRwR6TTpCkGMZMpnKhAdqDOKN5ugzfyl1QGgaZ2FQws_EionDDHBnGysK9q4QdHlZ9TWCkdaWvhhqkO8iM/s64/fb%2520sepia.png) no-repeat;
height: 64px;
padding: 0px 20px 0px 80px;
margin-top: 10px;
}
.facebook-ST:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhloscg9psYGMRIjsRUAUhVqtqM12ATNQddeWANGbQqCh9R7TSuvt2EMA143G-cd80p3SzCCn1qx-iofthaCfI5hoZ4gsjGDk-9b_lkpJvGSKHS8s95W8cXZyUNF-dOFbZH4Qmy39hhyphenhyphenOQR/s64/facebook-logo.png) no-repeat;
}
.follower-rss, .follower-twitter, .follower-facebook {
font-family: Georgia,  sans-serif, Times;
font-size: 1.5em;
font-style: italic;
color: #D3C5B1;
padding-top: 05px;
text-shadow: 1px 1px #B2A99D;
}
.follower-rss a, .follower-twitter a, .follower-facebook a {
color: #AA9C89;
}
.follower-rss span {
font-size: 2.2em;
font-weight: bold;
font-style: italic;
}
.follower-twitter span {
font-size: 1.9em;
font-weight: bold;
font-style: italic;
}
.follower-facebook span {
font-size: 1.9em;
font-weight: bold;
font-style: italic;
} 
</style> 

<div class='rss-ST'>
<div class='follower-rss'>
<span>
<a href='http://feeds.feedburner.com/Safetricks'>500+</a>
</span>Readers</div>
</div>
<div class='twitter-ST'>
<div class='follower-twitter'>
<span>
<a href='http://twitter.com/Safetricks' rel="nofollow">200+</a>
</span>Followers</div>
</div>
<div class='facebook-ST'>
<div class='follower-facebook'>
<span>
<a href='http://www.facebook.com/Safetricks'>15k+</a>
</span>Fans</div>
</div>

  • After Pasting above code replace below usernames
SafeTricks with your Feedburner id
SafeTricks with twitter username
SafeTricks  with Facebook username
  • After replacing usernames click on the Save button
  • Then Refresh your blog and see changing.
You can also do some manual changes if you want like change the follower value which show in counter or also descriptive words for button with your own.

No comments