Showing posts with label Social-Media. Show all posts
Showing posts with label Social-Media. Show all posts

Friday, 15 February 2013

How To Show Off Follower Counts For RSS, Twitter and Facebook Followers

You have seen many mind blowing widgets on wordpress blogs but its now time to make Blogger a better place! Presenting to you just another beautiful and yet useful widget that displays the current number of your blog subscribers, twitter and facebook followers. This widget is based solely on pure CSS and HTML with no JavaScript involved therefore you just need to update the counts manually. At present I am learning programming too so as soon as I develop some good command in programming, I will automate all MBT widgets but at present bear with me as a designer only :p

Take a look on how the widget will look like on a blog with narrow sidebar (The screenshot above is taken on a blog with wide sidebar)

Follow the Steps Below To Add The Follower Counter To Your Blogger Blogs

  1. Go To Blogger > Layout
  2. Choose Add a Gadget or Add a Page element
  3. Select HTML/JavaScript widget
  4. Paste the code below inside it,
<style>
.rss-mbt {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjD3aAOFgc4ONT8Z7ruardS_-nn4rlk76sBMv9Xkcz25Rl5l9bbgXo1OxnE1BrD94UDCIjSSsWVJhEbC06bvrbs_yZVAYi86k4xJOenNJKOiPhRMUlIapPgBi-8-5g7zN6XY3Uhb1zADQg/s800/RSS1.png) no-repeat;
    height: 64px;
    padding: 0px 20px 0px 80px;
    margin-top: 20px;
}
.twitter-mbt {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirHoL18MPNZBsAGC4tZ3mdfwg8agyuj6WAh1vU3C6PyQFnLV85mm6JbcEZcYhVLjqhsn2hO8snVnqQrdh3LH0Pr6O3hZvvvWkbk_GXys2GGBbqhwum36X6V8EYxqDEqWlyMWlls2JPOHw/s800/TWITTER1.png) no-repeat;
    height: 64px;
    padding: 0px 20px 0px 80px;
    margin-top: 20px;
}
.facebook-mbt {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHpyFPtAoEpjnzeMIS81IVkQW8haDYbyUxibla0u3j6N9XoUduFN8lnL2qAHMX2nqNjP07X-RADaAmnmB_fmsLZ_HUkToE9qw6Ge7z-Nqes9fRYocfF_0yjrWa77E_hvRQDOQtSBPsxYI/s800/FACEBOOK1.png) no-repeat;
    height: 64px;
    padding: 0px 20px 0px 80px;
    margin-top: 20px;
}
.follower-rss, .follower-twitter, .follower-facebook {
    font-family: Georgia,  sans-serif, Times;
    font-size: 1.1em;
        font-style:italic;
        color:#289728;
}
.follower-rss span {
    font-size: 1.9em;
    font-weight: bold;
        font-style:italic;
        color:#FFB93C;    
}
.follower-twitter span {
    font-size: 1.9em;
    font-weight: bold;
        font-style:italic;
        color:#6DB6E6;    
}
.follower-facebook span {
    font-size: 1.9em;
    font-weight: bold;
        font-style:italic;
        color:#3889BA;    
}
</style>
<div class="rss-mbt">
<div class="follower-rss"> <span>515</span> loyal readers
</div>
<a href="ADD-RSS-FEED-URL-HERE" rel="nofollow">RSS feed</a>
| <a href="ADD-RSS-EMAIL-FEED-URL-HERE" target="_blank" rel="nofollow">E-mail</a>
</div>
<div class="twitter-mbt"><div class="follower-twitter"><span>1058</span> followers</div>                           
<a href="ADD-YOUR-TWITTER-URL-HERE" target="_blank" rel="nofollow" title="I definitely follow you back">Follow us on Twitter!</a>
</div>                       
<div class="facebook-mbt">                       
<div class="follower-facebook"><span>260</span> followers                            </div>                           
<a href="ADD-YOUR-FACEBOOK-URL-HERE" target="_blank" rel="nofollow">Join us on Facebook!</a>
</div>

NOTE:- Make sure to replace the bolded text with the required details (links of your Feedburner, twitter and facebook accounts) and replace the bolded numbers with your current follower counts. For example replace 515  with your current number of Subscribers, replace  1058 with the number of your twitter followers and replace 260 with the number of your facebook followers
     5.    Save and you are done! Now view your blog to see a stunning widget hanging on your sidebar :D

Customization:

I hope it was not difficult to add :). You can replace the images used in this widget with the image links of your choice.
 Kindly let me know how useful do you find this new stylized widget. I would be more than happy to help you with any query you may have. Take good care of your selves and of your dearest ones. Enjoy! :>

Thursday, 14 February 2013

How to Add 3D Social Icons With Rotate Spin Effect To Wordpress And Blogger

This week we gave away a freebie set of 3D Social Icons with names, the social icons set was very popular with almost 500 downloads in 3 days ! At the time of writing I am using these Icons here on How To All Tools.I have added a few effects to the icons.The main effect and I have received a lot of comments and Emails on this is Css rotate.With the Css rotate when you place your cursor over each icon they spin 360 degrees, they then spin back 360 when the cursor is removed (Cool eh).I also have a slight opacity hover effect on the icons.So in this post I will show you how to add the icons to your blog, linked to your social profiles and feeds.


Live Demo

Here are the icons is full working order, see what happens when you place your cursor over them ; don't be afraid to click them and follow us.


Icon Icon Icon Icon Follow Me on Pinterest

Howtoalltools.blogspot.com


Add The Social Icons With Css Effects To Your Blog


OK so I have two tutorials, one for Blogger and one for Wordprtess.

Wordpress Tutorial


1) In Your Wordpress Dashboard Click 'Apperance' > 'Widgets' > Add A text Widget to your sidebar and paste the below code.

Widget Code


<style> #social a:hover {background-color: transparent;opacity:0.7;} #social img { -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; } #social img:hover { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } </style> <center><div id="social"> <!--Start Rss Icon--> <a title="Grab Our Rss Feed" href="YOUR-FEED-URL-HERE" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEeSfkv_xfWf-hQZqUArM5cSeQGdId9wqED3KkHK6UgoehaqLh9iJ28Id86fWbMRbH6R-2MLBXM3MvtYUEt3grODAD3OAz8dKfyDVUMVwWqA78g0tsBBrwL17GB9jJYa_V5tqtuYZMxXKQ/s1600/RSS-48x48.png" style="margin-right:1px;" alt="Icon"/></a> <!--End Rss Icon--> <!--Start Email Rss Icon--> <a rel="nofollow" title="Get Free Updates Via Email" href="YOUR-EMAIL-RSS-URL-HERE" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5iKfTCQWUtC6VYgxUVVS43Y1w5GldLqfkiuBh7jCElNbj1KSO9xqz7KrCocGMf5iMXj8tlpw31I02Zl6CsW1HX-4_XsyYYDSaDy758kydgkO9LBcYkPU743-gSZ1bOMDtBjo842uNoIhD/s1600/RSS-EMAIL-48x48.png" style="margin-right:1px;" alt="Icon"/></a> <!--End Email Rss Icon--> <!--Start Facebook Icon--> <a rel="nofollow" title="Like Our Facebook Page" href="YOUR-FACEBOOK-PAGE-URL-HERE" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDOT7lv4n-bchRM2Iug6Mnifdsg4NgAN64Car3Zfae-LQdCLTy-N11v5quR-aZW5KHxGZ15xOtHFVYdSKIqCjfsmN2W-9f3SrElxAQLvQwulzkHFNEvv4XLIPGicXPd1CiZpCF4xO4AlKr/s1600/FACEBOOK-48x48.png" style="margin-right:1px;" alt="Icon"/></a> <!--End Facebook Icon--> <!--Start Twitter Icon--> <a rel="nofollow" title="Follow Our Updates On Twitter" href="YOUR-TWITTER-URL-HERE" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdhUMLw1bYd6-03Z7Vc2IrzQRAxv9r9wBnbDhSXx8rcV_6prOcgxVC3frYD7eXY__gXlKkBGKpT2JSKZnv45fQu-t0OGy_Vo-08MFwkDpHeAUykyhaz7bc6weAo3BI0KD5VXFJN_cCrsrU/s1600/TWITTER-48x48.png" style="margin-right:1px;" alt="Icon"/></a> <!--End Twitter Icon--> <!--Start Google+ Icon--> <a title="Follow Us On Google+" rel="nofollow" href="YOUR-GOOGLE-PLUS-URL-HERE" target="_blank"><img style="margin-right:1px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNSfMdlCPQHXBmH1UssqMJJ_BtofDeXu36EY6gXGfX3rpOIoXIIFtNRBB2_wJHqsWXyPADuxpXTmjUAoxwEiO737IIyy0yAdUvCZ_OHCsq8vhCkJxdLYq7eQsmq2UPUPfQohusl9awkWwo/s1600/GOOGLE-PLUS-48x48.png"/></a> <!--End Google+ Icon--> <!--Start Pinterest Icon--> <a title="Follow Our Pins" rel="nofollow" href="YOUR-PINTEREST-URL-HERE" target="_blank"><img style="margin-right:1px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvgbD9-TKihtm0hKSW0kWtL9xovAgpAP3mQZP31RHLaxg9NnbYzIgazBlk1hIJAwfKfwOY53ldkmrd5yFpnqVcdYlb6wtwrdYf0UikL47Mobvt8ODyf-PZVMjEUQXoA3zOAGM59vJxDkvU/s1600/PINTEREST-48x48.png" alt="Follow Me on Pinterest" /></a> <!--End Pinterest Icon--> </div><br/> <!--Start Feed Count Button--> <a href="YOUR-FEEDBURNER-URL-HERE" target="_blank"><img alt="Howtoalltools.blogspot.com" src="http://feeds.feedburner.com/~fc/spiceupyourblog?bg=ff9933&fg=000000&anim=1" style="border:0" /></a><!--End Feed Count Button--> </center>

Important - Replace the yellow sections with your social profiles and feed URLs.

Note - If your familiar with Wordpress you can off course add the Css to your theme stylesheet.

Remove some of the icons - I have the code for each icon between tags like this <!--Start Rss Icon-->Code here<!--End Rss Icon-->>, to remove an icon remove the code between the tags.So for pinterest you will remove the code between the Start Pinterest and End Pinterest tags etc...

Blogger Tutorial

1) In the new Blogger dashboard click the drop down menu for your blog > Choose 'Layout' > Click 'Add A Gadget' > Choose 'Html Javascript' > Paste Below Code.
 Widget Code


<style> #social a:hover {background-color: transparent;opacity:0.7;} #social img { -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; } #social img:hover { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } </style> <center><div id="social"> <!--Start Rss Icon--> <a title="Grab Our Rss Feed" href="YOUR-FEED-URL-HERE" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEeSfkv_xfWf-hQZqUArM5cSeQGdId9wqED3KkHK6UgoehaqLh9iJ28Id86fWbMRbH6R-2MLBXM3MvtYUEt3grODAD3OAz8dKfyDVUMVwWqA78g0tsBBrwL17GB9jJYa_V5tqtuYZMxXKQ/s1600/RSS-48x48.png" style="margin-right:1px;" alt="Icon"/></a> <!--End Rss Icon--> <!--Start Email Rss Icon--> <a rel="nofollow" title="Get Free Updates Via Email" href="YOUR-EMAIL-RSS-URL-HERE" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5iKfTCQWUtC6VYgxUVVS43Y1w5GldLqfkiuBh7jCElNbj1KSO9xqz7KrCocGMf5iMXj8tlpw31I02Zl6CsW1HX-4_XsyYYDSaDy758kydgkO9LBcYkPU743-gSZ1bOMDtBjo842uNoIhD/s1600/RSS-EMAIL-48x48.png" style="margin-right:1px;" alt="Icon"/></a> <!--End Email Rss Icon--> <!--Start Facebook Icon--> <a rel="nofollow" title="Like Our Facebook Page" href="YOUR-FACEBOOK-PAGE-URL-HERE" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDOT7lv4n-bchRM2Iug6Mnifdsg4NgAN64Car3Zfae-LQdCLTy-N11v5quR-aZW5KHxGZ15xOtHFVYdSKIqCjfsmN2W-9f3SrElxAQLvQwulzkHFNEvv4XLIPGicXPd1CiZpCF4xO4AlKr/s1600/FACEBOOK-48x48.png" style="margin-right:1px;" alt="Icon"/></a> <!--End Facebook Icon--> <!--Start Twitter Icon--> <a rel="nofollow" title="Follow Our Updates On Twitter" href="YOUR-TWITTER-URL-HERE" target="_blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdhUMLw1bYd6-03Z7Vc2IrzQRAxv9r9wBnbDhSXx8rcV_6prOcgxVC3frYD7eXY__gXlKkBGKpT2JSKZnv45fQu-t0OGy_Vo-08MFwkDpHeAUykyhaz7bc6weAo3BI0KD5VXFJN_cCrsrU/s1600/TWITTER-48x48.png" style="margin-right:1px;" alt="Icon"/></a> <!--End Twitter Icon--> <!--Start Google+ Icon--> <a title="Follow Us On Google+" rel="nofollow" href="YOUR-GOOGLE-PLUS-URL-HERE" target="_blank"><img style="margin-right:1px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNSfMdlCPQHXBmH1UssqMJJ_BtofDeXu36EY6gXGfX3rpOIoXIIFtNRBB2_wJHqsWXyPADuxpXTmjUAoxwEiO737IIyy0yAdUvCZ_OHCsq8vhCkJxdLYq7eQsmq2UPUPfQohusl9awkWwo/s1600/GOOGLE-PLUS-48x48.png"/></a> <!--End Google+ Icon--> <!--Start Pinterest Icon--> <a title="Follow Our Pins" rel="nofollow" href="YOUR-PINTEREST-URL-HERE" target="_blank"><img style="margin-right:1px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvgbD9-TKihtm0hKSW0kWtL9xovAgpAP3mQZP31RHLaxg9NnbYzIgazBlk1hIJAwfKfwOY53ldkmrd5yFpnqVcdYlb6wtwrdYf0UikL47Mobvt8ODyf-PZVMjEUQXoA3zOAGM59vJxDkvU/s1600/PINTEREST-48x48.png" alt="Follow Me on Pinterest" /></a> <!--End Pinterest Icon--> </div><br/> <!--Start Feed Count Button--> <a href="YOUR-FEEDBURNER-URL-HERE" target="_blank"><img alt="Howtoalltools.blogspot.com" src="http://feeds.feedburner.com/~fc/spiceupyourblog?bg=ff9933&fg=000000&anim=1" style="border:0" /></a><!--End Feed Count Button--> </center>

Important - Replace the yellow sections with your social profiles and feed URLs.

Remove some of the icons - I have the code for each icon between tags like this <!--Start Rss Icon-->Code here<!--End Rss Icon-->>, to remove an icon remove the code between the tags.So for pinterest you will remove the code between the Start Pinterest and End Pinterest tags etc...

That's it you have a very cool subscribe section on your blog.

Drop Your Comments And Questions Below.