-->

Saturday, October 25, 2014

Social Subscription Widget for Blogger

Social subscription widgets play an vital role in increasing your loyal readers.They help your readers connect to you on different platforms like Facebook, Twitter.Google +, LinkedIN and Youtube. This widget directs your blog`s traffic towards your social accounts in this way your your blog users becomes your fans and followers which results in  gain of traffic in future

 How to Add Social Subscription Widget for Blogger
  • Go to Blogger dashboard.
  • Select Layout.
  • Click Add a Gadget on layout screen.
  • From the list of the widgets select HTML/JavaScript widget.
  • In the Content field of the HTML/JavaScript widget paste following code.and Click Save .
 Copy this Code

<div class="btnt-chronicl-social"><ul><li><a class="rss" href="http://feeds.feedburner.com/goodtoknow">Subscribe to the RSS Feed</a></li> <li><a class="twitter" href="https://twitter.com/tbloggertricks">Follow me on Twitter</a></li> <li><a class="facebook" href="https://www.facebook.com/goodtoknow">Find me on Facebook</a></li> <li><a class="google" href="https://plus.google.com/10009085989831755159" rel="author">Join me on Google+</a></li> <li><a class="linkedin" href="http://in.linkedin.com/your url">Connect with me on LinkedIn</a></li> <li><a class="youtube" href="http://www.youtube.com/user/username">Watch me on YouTube</a></li>
</ul></div><style type="text/css">.btnt-chronicl-social { width: 100%; } .btnt-chronicl-social ul { border: 1px solid #CCCCCC; margin: 0; padding: 0; } .btnt-chronicl-social ul li { list-style:none; padding: 0; text-transform: none; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #FFFFFF; } .btnt-chronicl-social ul li:first-child { border-top: 0 none; } .btnt-chronicl-social ul li:last-child { border-bottom: 0 none; } .btnt-chronicl-social ul li a { background-color: #F2F2F2 !important; color: #404040; display:block; } .btnt-chronicl-social ul li a:hover { background-color: #fafafa !important; } .btnt-chronicl-social ul li .rss { background: url("http://i1203.photobucket.com/albums/bb382/chandeep10/social-icons/RSS-1.png") no-repeat scroll 10px center #F87E12; padding: 17.5px 60px; } .btnt-chronicl-social ul li .twitter { background: url("http://i1203.photobucket.com/albums/bb382/chandeep10/social-icons/Twitter.png") no-repeat scroll 10px center #4CACEE; padding: 17.5px 60px;} .btnt-chronicl-social ul li .facebook { background: url("http://i1203.photobucket.com/albums/bb382/chandeep10/social-icons/Facebook-1.png") no-repeat scroll 10px center #3B5998; padding: 17.5px 60px; } .btnt-chronicl-social ul li .google { background: url("http://i1203.photobucket.com/albums/bb382/chandeep10/social-icons/google.png") no-repeat scroll 10px center #D44937; padding: 17.5px 60px; } .btnt-chronicl-social ul li .linkedin { background: url("http://i1203.photobucket.com/albums/bb382/chandeep10/social-icons/LinkedIn-1.png") no-repeat scroll 10px center #3692C3; padding: 17.5px 60px; } .btnt-chronicl-social ul li .youtube { background: url("http://i1203.photobucket.com/albums/bb382/chandeep10/social-icons/Youtube-1.png") no-repeat scroll 10px center #C6312B; padding: 17.5px 60px; } .social-about { display: none; }</style>
You  must replace following with your respective URL
  • http://feeds.feedburner.com/goodtoknow
  • https://www.facebook.com/goodtoknow
  • https://plus.google.com/10009085989831755159
  • http://in.linkedin.com/your url
  • http://www.youtube.com/user/username

No comments:

Post a Comment