How to Create Pages In Blogger Using Labels?

pages using labels Blogger is the free platform where we can get unlimited space for creating blog and website.There are many ways to create pages in blogger.This the best way for creating pages in blogger is using labels.since,the blogger give chance for only twenty pages for blogger.If you want more pages the use this css drop down menu.

Part1

1.Go to Blogger.

2.Create Labels For Each post with specific categories.

3.Add a ‘label’ gadget in blogger sidebar.

4.Now copy link location of any label.

5.Now use any label as your page either by going to blogger tab pages or     by creating drop down menu using css.

More..

Procedure To Download Facebook Videos

You may like to thought to download Facebook video online,which is shared by your friend and any one.But you thinking how to download this Facebook video,then here is the best website to download the Facebook videos Facebookvideodown(website),where you can download unlimited videos and also faster.
Steps to download Facebook videos.
1.Go to your Facebook account.
2.Select the video and "Right click" on your mouse and "copy link location".
3.Now,go to Facebookvideodown(website).
4.Paste your copied link address in the box and press click on "Download".
5.After 2sec you will see "Download this" Click it.
6.That's all.
More..

Add Social Media Sharing Buttons Widget Below Post Titles

Social network sharing buttons on the blog how to add social buttons,facebook,twitter,google,horizantal,below,post title in bloggerincrease traffic .90% of my traffic comes through the social networks like Facebook,Twitter and other sites.Making the social share buttons below post titles increase the share of your post in different social networks.About 70% of blogger sites and other websites boost their traffic through social media networks.This post explains how to add the social sharing widget under the post titles which includes Facebook like button,Re-tweet button,Google+ button,Stumble upon button.So,you can add this widget button both for Wordpress and Blogger.So add this useful social sharing buttons to your blog.
Add social sharing media buttons widget below post titles
Part2-
How to add social sharing media buttons widget below post titles for blogger and wordpress ?
1.Go to Blogger->> Design->> Edit Html.
2.Back up your Template.
3.Expand Widget Templates.
4.Search for <data:post.body/>
5.Place the following code just above it.
<!--GOOGLE+1-TWEET-FACEBOOK-STUMBLE-STARTS-->

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div style='padding:4px;'>
<table border='0'>
<tbody><tr>
<td>
<div style='margin-right:10px;'>
<a class='twitter-share-button' data-count='horizontal' data-via='mybloggertips' href='http://twitter.com/share'>Tweet</a><script src='http://platform.twitter.com/widgets.js' type='text/javascript'/>
</div>
</td>
<td>
<div style='margin-right:10px;'>
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp; action=like&amp;font=arial&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; margin-left:0px; width:100px; height:20px;'/>
</div>
</td>
<td>
<div style='margin-right:10px;'>
<g:plusone expr:href='data:post.url' size='medium'/>
</div>
</td>
<td><div style='margin-right:10px;'>
<a expr:share_url='data:post.url' name='fb_share' rel='nofollow' type='button_count'/>
<script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'/>
</div>
</td>
<td>
<div style='margin-right:10px;'>
<script expr:src='&quot;http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=&quot; + data:post.url'/>
</div>
</td>
</tr>
</tbody></table></div>
</b:if>

<!--GOOGLE+1-TWEET-FACEBOOK-STUMBLE-STOPS-->
Part2-
If you already added Google+ button then avoid this below step (or) if not follow below steps.
1.Go to blogger.->> Design or Template->> Edit Html.
2.Back up your Template.
3.Search the code ]]></b:skin>
4.Paste the below code Before ]]></b:skin>

<script src='http://apis.google.com/js/plusone.js' type='text/javascript'> {lang: &#39;en-US&#39;} </script>
5.Save Template.
More..