2 Easily Ways to Backups Your Blogger/Blogs postheadericon

3 Easily Ways to Backups Your Blogger/Blogs
Today I am going to tell you how you can easily backup your blogger blogs in 3 different ways. Backing a blog is a thing which must be practiced by every blogger. Though Blogger is owned by Google and is one of the most secured platform and can't be hacked easily still we never know if our password gets stolen or we by mistake delete a post.
A blogger must backup his blog periodically and to make this task easier I am going to tell you how you can do this by 3 different methods. So here they are - 
 
 
 

Method 2 : Downloading Data from Google Dashboard

This is probably the easiest method to backup all your blog's template and posts with just few clicks. So to make backup from this method follow the steps below -
1. First of all go to Google Dashboard. You would be asked to login there.

2. After logging in, click "Download Your Data" link which will be on the left sidebar.

3. Click on Create an Archive Button.

4. A list of many Google Products will come, from the list select Blogger. After Selecting click on the button "Create Archive" which will be at the top of the list.
  
2 Easily Ways to Backups Your Blogger/Blogs
5. After clicking a Progress Bar will show the status of your archive being created. After few seconds a download button will appear. Clicking that you will again be prompted to Sign in for security reasons.

6. One you sign in again, you can download the backup of all the blog you have in your blogger account with their template and posts. The backup is now saved in your local disk.

Method 3 : Backup via Software

The third method is also quite easy. In this method we will use a third party software which is Blogger Backup Utility. This software helps you download the posts of your blogger blog (no template backup) easily with the help of the blog's feed. You get various options to workout with the software. To make a backup from Blogger Backup Utility follow the below steps - 
1. Download Blogger Backup Utility from HERE. Extract and Install the Software.
2. From the available blogs dropdown select Add/Update/Remove Blogs option.
3. Enter your Blogger ID and password and wait for the blogs list to be fetched. 
4. Once the process is completed select the desired blog from the dropdown and get a look at the below options such as as save post in individual or single file etc.
 
2 Easily Ways to Backups Your Blogger/Blogs
 
5.  Lastly click on Backup Posts button and the backup will be saved in the folder selected. Thats it. Your posts are now backed up and saved in your local disk.
I hope these methods will help you in making your blog more secure. Thanks for visiting ABT.

Change Animated Background Of Your Blogger/BlogSpot postheadericon

Change Animated Background Of Your Blogger/BlogSpot
Animated Colour Changing Background for Blogger - Today I am going to teach you how you can make your background change to different colours with animation using keyframes CSS. Inspite of using big images you can use these CSS codes which load extremely fast and you the user too gets too see some interaction on the background.
 
 
 
 
 

Removing existing code


First of all you have to remove the existing background code to avoid any conflict in between and minimize excessive code. For this search the body selector from the CSS codes in your blog. Under that search for background property and remove the property with the value (Do Not Remove the Selector). In case you don't know what selector, property and values in CSS codes are refer to the below image.

 CSS Syntax 

Adding the code


Now we have to add the animation codes in the blog template. For this paste the below given code just above ]]></b:skin> <


body {
    animation: colorBackground 20s infinite; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
     -webkit-animation: colorBackground 20s infinite; /* Chrome, Safari 5+ */
      -moz-animation: colorBackground 20s infinite; /* Firefox 5-15 */
        -o-animation: colorBackground 20s infinite; /* Opera 12.00 */
}

@keyframes colorBackground {
      0% { background-color: #fbcf61; color: #fbcf61; }
     20% { background-color: #6bd57e; color: #6bd57e; }
     40% { background-color: #ff6f6f; color: #ff6f6f; }
     60% { background-color: #57cff4; color: #57cff4; }
     80% { background-color: #0ed4c8; color: #0ed4c8; }
    100% { background-color: #fbcf61; color: #fbcf61; }
}
@-webkit-keyframes colorBackground {
      0% { background-color: #fbcf61; color: #fbcf61; }
     20% { background-color: #6bd57e; color: #6bd57e; }
     40% { background-color: #ff6f6f; color: #ff6f6f; }
     60% { background-color: #57cff4; color: #57cff4; }
     80% { background-color: #0ed4c8; color: #0ed4c8; }
    100% { background-color: #fbcf61; color: #fbcf61; }
}
@-moz-keyframes colorBackground {
      0% { background-color: #fbcf61; color: #fbcf61; }
     20% { background-color: #6bd57e; color: #6bd57e; }
     40% { background-color: #ff6f6f; color: #ff6f6f; }
     60% { background-color: #57cff4; color: #57cff4; }
     80% { background-color: #0ed4c8; color: #0ed4c8; }
    100% { background-color: #fbcf61; color: #fbcf61; }
}
@-o-keyframes colorBackground {
      0% { background-color: #fbcf61; color: #fbcf61; }
     20% { background-color: #6bd57e; color: #6bd57e; }
     40% { background-color: #ff6f6f; color: #ff6f6f; }
     60% { background-color: #57cff4; color: #57cff4; }
     80% { background-color: #0ed4c8; color: #0ed4c8; }
    100% { background-color: #fbcf61; color: #fbcf61; }
}

Code Source - Immam Vel

After adding the code, save the template. You are done now. Now you and your visitors can see this animated colour changing background in your blogger blog.

Facebook Slide Out Count Share Buttons for Blogger/BlogSpot postheadericon

Facebook Slide Out Count Share Buttons for Blogger/BlogSpot
It has been long time since I have not posted a new widget so here is a much awaited Facebook Slide Out Share button for Blogger blogs.

This widget has many features such as -

  • Lightweight Size
  • Compact Design
  • Supports all Major Browsers
  • Attractive and Elegant
  • Made with CSS3 and beautiful transitions.
  • Shown only on Post pages 

Once you have seen the demo, to add this widget in your blog you can use the following methods -

Method 1 : One Click Installation


You can add this slide out share button to your blogger blog with the click of a button. To add this widget just click the below button and choose the blog in which you want to add this widget.



Save the layout and you are done. The slide out share button will be on your blog and would be shown on all the post pages.

Method 2 : Adding Manually


Many people would like to add and customize the code on their own. If so, you can copy the below code and paste it in the HTML/JavaScript widget.

<b:if cond='data:blog.pageType == "item"'>
<style>
/* Widget by Teck92.BlogSpot.com */
#fixed-share {background: none repeat scroll 0 0 #4C6699;border-bottom: 3px solid #30476F;bottom: 60px;box-shadow: 0 8px 8px #888888;font-family: Arial;font-size: 16px;padding: 15px 30px 15px 15px;position: fixed;right: -147px;text-align: left;text-transform: uppercase;transition: all 1s ease 0s;z-index: 10;}
#fixed-share:hover {right: 0}
#fixed-share:hover > #share-box {right: 147px}
#share-box {background: none repeat scroll 0 0 #4C6699;bottom: 72px;box-shadow: 0 8px 8px #888888;height: 40px;position: fixed;right: 1px;text-align: center;transition: all 1s ease 0s;width: 40px;}
</style>
 <div id="fixed-share">
 <div id="share-box">
<img src="http://s10.postimg.org/s1a8ghl6t/Fb_Logo.png" />
</div>
<span>Support Us<br/> <script>(function(d){ var js, id =
'facebook-jssdk'; if (d.getElementById(id)) {return;} js =
d.createElement('script'); js.id = id; js.async = true; js.src =
"//connect.facebook.net/en_US/all.js#xfbml=1";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>  <fb:share-button expr:href='data:post.url'
type='button_count'/> </fb:share-button>
</span></div>
<!-- Widget  by Teck92.Blogspot.com -->
</b:if>

After adding, save the widget and template.

You are done now. Now you and your visitors can see this awesome Facebook Share button on your blogger blog.

Gardenscapes PC Game Free Download 2014 postheadericon

Gardenscapes
Create the perfect garden! Comb the rooms of a gorgeous mansion for hidden items and restore a once stunning garden to its former glory. Choose from tons of garden accessories to customize the garden to your taste. Become part of the city’s community and compete in the Best Garden contest. No worries if you are a garden design novice - an amusing and witty butler, Austin, will always be of assistance.
Become an outdoor decor pro in this cutting hedge free game!.
Free Game features:
- Over 1000 cool items to find;
- 15 rooms to comb for hidden objects;
- Tons of garden accessories to choose from;
- Immersive storyline presented in beautiful animation;
- Interactive and customizable environment;
- Fully-animated amusing butler as your right-hand man;
- Bonus screensaver featuring your garden.

ScreenShots


 Click to Enlarge Image

Download : GardenScapes

Google Search Engine Optimization Ebook 2014 Download Free postheadericon


This Google SEO book is world widely distributed by Top Pro Bloggers and Seo analysts. Since from the couple of days we are continuously searching for better On page SEO book to optimize blog On page structure Seo friendly. This book will little guide about the basic SEO terminologies for On page SEO. So if you are Beginner in blogging career and want to do a perfect On page technique then you do need to hire any SEO specialist. We are confident that after reading this tremendous book you will able to do On page SEO tips for you own blog. Before publishing this SEO ebook there were several splendider Search engine optimizations books released by google Team.
So earlier we have shared a complete Reference Google Seo Guide which was well appreciated and today we have yet another Excellent google released Seo  eBook. So in today article we will share with you the most fabulous Search Engine Optimization eBook which would to improve your blog rank in search engine result.

Google SEO Ebook

You already know that each year Google Officials released Search Engine Guides for bloggers when they made some changes in their algorithm. However they also published some live Seo videos along with new publishing of SEO ebook. So This book  included some limited SEO Tips consist of one page, helpful for all beginner and newbies bloggers to Optimize their newly born website or blogs. A beginner SEO book gifted from Google Official.



Free Download Google Search Engine Optimization  ebook

You might be know that Google provides ninety nine percent products of free of costs. There are dozens of products besides this SEO book which are also free costly published by Google official. So few month back they announced this On page SEO ebook which are also as free of cost.You could easily Download this book from here the below given links. Just click on the download link.

Listen: If you want to get deep knowledge about the on page as well as off page SEO tips then we would recommend to visit the below link to get complete detailed SEO ebook book.

Share Your Views

Hi Pals in this tutorial we have shared splendid out Google Seo eBook. we hope you get advantage by reading these two books. i would recommended to study both of them and follow all the instruction given in the book. We have personally applied all the SEO strategies on PBT thoughts by these books. 

 We hope that you would love and appreciate these books. It would be proved better in optimizing your blog on page and off page structure. So if any thing you seem missing in the book then you may ask with PBT editorial Teams. Just Post your query about Seo tips or Blogger Tips and Tricks and get instant reply from us. Thanks Buddies happy Blogging Journey.  

How to Increase Facebook Fan Page Likes Quickly 2014 postheadericon

How to Increase Facebook Fan Page Likes Quickly 2014
In this article we will show all the basic tips how to increase Facebook fan page likes instantly. Here we will discuss some major advantages of large number of facebook pages likes.  Increasing the counts of facebook page likes will attract your readers more to stay on your blog. This can also help to prove that your blog is receiving decent amount of traffics. However if we have dozens of likes on facebook page you can boost our posts and share it with billions of savvy bloggers and webmasters. So it can also help in improving our post ranking in Search engine result. One of the finest advantage of having thousand of Facebook page likes we can hit up to get the attention of thousands of bloggers and webmaster. So it is also the fastest growing way to spread over voice all over the world. So in today article, we will show you how to increase facebook fan page likes quickly.


How to Increase Facebook Page Likes Quickly

Here we will discuss all the excellent tips to increase your likes instantly and show maximum counts likes on facebook page. To follow all the below tips you will be able to get massive Facebook likes. Lets See how?.


Install Facebook Likes Widget

Installing the Facebook gadget on your blog is a genuine way to increase your facebook likes. Facebook itself also gives more awesome opportunity to bloggers it provides us piece of chuck code to embed in the website which help in showing all the likes of page and give instant result if someone hit the like button which is called facebook fan page box.
To look into alternative method, we can also use the most prominent facebook popup like box which will compels our reader to hit the fb page like. But i would recommended not use this one because it will not give us positive result instead it would discourage our reader. It would also compel our blog on loading time. So by the help of Facebook widget we can build a strong facebook page likes instantly.

Buying the Facebook Likes

There are many online services available which offer sells Facebook likes at very low costs. These services include various websites to do this job one of the finest website is http://marketingwonderland.com This website offer at low cost per likes, the more you buy the likes the more you will maximize your facebook page likes. So it would give a lot of traffic from Facebook directly flow to your Facebook page.

Invite Your Common Facebook Friends

In this method you can easily grab the attention of all of your common facebook friends. Let us know how to do? to add these friend to your facebook page. Go to facebook page >> click on invite button showing at the top of the page. After clicking all your friends will listing in the drop down mode,

now select your specif friends which love your brands and niche. In my case i would select only bloggers and add one by one.So in this way you can easily increase your facebook likes.

Keep Update your Facebook Page Constantly

We all of know that every one likes new latest deadly news. So to make your facebook page more popularize we have to update our page regularly on daily basis, it would bring us more and more likes because facebook page shares our posts on theirs walls and profiles, which will automatically alert the facebook user and hence they will like our page.

Advertise Your Page on Facebook

Facebook itself gives us awesome opportunity to advertise your site, page or brands on facebook with little amount of money. some time you might have noticed that whenever to open facebook page, you will see several of pages on the right side which are also recommended to be liked. These pages are mostly publicize by bloggers and webmaster they paid a little money to facebook to share their pages.

Use AdMeFast Tools To Boost your Facebook page likes

Admefast is an online tools which can multiply your likes thousands times. Admefast is the official websites design special for facebook likes. You have to get registration with addmefast site to poll your likes instantly. It work on the following criteria. After registration you will be given dozen of pages to likes from your own facebook account. So doing this in revenge the same page will also automatically like your page. 

Now it up to you how many likes you want to add to your facebook page. But i would recommended not to use this website if your website is suited only for special niche or topic. Because from this website you will get random niches likes which will give nothing. But you can only maximize your facebook page likes quickly.

Share Your Ideas about Facebook Page likes

We hope you find this tutorial helpful for your blogging career. This was little about how you can increase your facebook fan page likes quickly and instantly in very short duration of times. So we have shared our experienced with all of you, We are confident these tips will surely increase your Facebook page likes dramatically. i would hungry requested to kindly share your thoughts with us if you know the better way how to make increase the facebook page likes quickly. Thanks and Happy blogging day!. 

Add Skype Contact Widget to Blogger 2014 postheadericon

Add Skype Contact Widget to Blogger 2014
All the internet savvy know that Skype is one of the fastest and quick conversion tool ever on the internet. More than ninety five percent people use Skype to communicate with the clients, friends, Relatives and also uses for business purposes. In modern era a lot of educational people take interview by using Skype chat tool, because it has the high priority and quality sound frequency, no scratching the sound data and easily to connect and access throughout globe. So most of the bloggers like you and me also using Skype for quick conversion instead of Facebook and yahoo chat tool. One of our reader have asked the question how could we display a Skype contact widget into blogger blog. So in today article we will show you, How to Add Skype contact widget in Blogger Blog.


How To Add Skype Contact Widget in Blgospot

Step1:

This is the first step you have to do the following customization, First you need to go the Skype developer area, By using this tool you can easily build up the Skype contact widget for your blogger blog. You will a created Skype contact widget once you land on the Skype developer area.

Step2:

Enter Your Skype ID: On seeing this option you will need to add your Skype contact id. Remember you must insert your correct Skype id by which you interact with the Readers. Now, whenever someone use the gadget in your blog, you will get automatically notification on your Skype account.
 
Add Skype Contact Widget to Blogger 2014
 


Step3:

Select the Proper Type: It solely depends upon you, what options you are going to provide to your visitors. In this way you can allow them to have a voice chat with you or can let them to have a direct call with you. In this section you can setup what rights you give to your readers.
 
Add Skype Contact Widget to Blogger 2014
 
Step4:

Select Size of the Buttons: In this section you will need to select the proper width for the buttons. You can change the default button width, however we would say to use the default size. Go to next step:
 
Add Skype Contact Widget to Blogger 2014
 
Step5:

  • Go to Blogger Dashboard:
  • Go to >> Layout >> Add >> Html/ Javascript:
  • Now Copy the Skype Code and Past into the Gadget:
  
Add Skype Contact Widget to Blogger 2014
 
You Done: After Coping the entire code and past into the gadget you will see a splendid Skype contact widget in your blogger blog.Now whenever your readers leave their calls or message you will get automatically instant notification on your Skype account. 
 

Need Help

Guys this tutorial was all about how to add and display a Skype live chat contact widget in your blogger blog. We hope you find this tutorial very helpful. If someone facing problem during implementation then do not hesitate to post your query. You will get instant solution in comment area. thanks. 

Adding Two Column Footer Widget to Blogger/BlogSpot postheadericon

Adding Two Column Footer Widget to Blogger/BlogSpot
Are you using default blogger template or custom template, Sometime you must be worried about the blogger footer widget. As usual we see that most of bloggers show only three columns widget below footer area of the blog. Most of tech blogs showing two columns widget and other multiple. What to do if we want to show only two column widget inside blogger. Google official says that blogger is the only platform which allow users to customize every single part of its layout interface. So it concluded that we could easily customized, added and remove widget inside blogger template without any hassle. Yesterday one of our users have requested how to add two column widget in blogger blog. So in today article you will guide you, how to add two columns footer widget in blogspot template to make the footer designing stylishly.


Why To Add Two Column Widget in Blogger

Adding two column to footer in your blogger blog will bring awesomeness, It will accommodate further gadgets in the blog without creating an extra div section. Each column accommodated many gadget as you wish to add in to footer. So it is a good practice to add the widget without customizing the template, You will have just to add html/Javascript gadget and past your desire widget coding. 

By default this widget will show two columns in your blog footer. So make sure your gadget will show parallel in the footer section with left and right hand style. So you can add as many widget as you want to add but all of them will be shown in two columns. If you want to show multiple columns just read the below tutorial.
 

How does It look Likes in Blogger

It is a good practice to take look into the gadget demo before applying to your blogger blog. You must have to look how the widget will show on the blogger layout interface and where it will be visible to show in the blog. To see the demo look into the below screenshot. Minded this is only the layout interface screenshot, the widget will look different on your blogger home page. 

Adding Two Column Footer Widget to Blogger/BlogSpot

 To view this widget on your blogger homepage it will display as same we have mentioned in the below screenshot. It does not mean that, you are not be able to customize this widget, If you want to customized, we can easily increase the layout or maximize the height that solely depends on your blog homepage width and main layout. So to give the illustrative view it would somewhere look like the below demo.
 
Adding Two Column Footer Widget to Blogger/BlogSpot
 

Learn How to Add Customize Two Column Footer To Blogger

Do not worry this is not so difficult process, even for beginner blogspot user to add this customize footer widget. You will have to follow some of the below given tips to add this customize footer in your blog. Follow the below step by step guide correctly and do the action.

Step:1

  • Go to blogger Dashboard:
  • Go to template >> Editor html mode:
  • Now Search For >> ]]></b:skin>
  • Now past the below given Css code above ]]></b:skin>
 
/* -----  PBT  LOWER SECTION   ----- */
#lower {
       margin:auto;
       padding: 0px 0px 10px 0px;
       width: 100%;
       background:#333434;
#lower-wrapper {
       margin:auto;
       padding: 20px 0px 20px 0px;
       width: 960px;
}
#lowerbar-wrapper {
     border:1px solid #DEDEDE;
       background:#fff;        float: left;
       margin: 0px 85px auto;
       padding-bottom: 20px;        width: 32%;        text-align: justify;
       font-size:100%;
       line-height: 1.6em;
       word-wrap: break-word; 
       overflow: hidden;
}
       .lowerbar {margin: 0; padding: 0;}
       .lowerbar .widget {margin: 0; padding: 10px 20px 0px 20px;}
.lowerbar h2 {
      margin: 0px 0px 10px 0px;
       padding: 3px 0px 3px 0px;
       text-align: left;
       color:#0084ce;         text-transform:uppercase;
      font: bold 14px Arial, Tahoma, Verdana;        border-bottom:3px solid #0084ce; }
.lowerbar ul {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      list-style-type: none;
}
.lowerbar li {
      margin: 0px 0px 2px 0px;
      padding: 0px 0px 1px 0px;
      border-bottom: 1px dotted #ccc;
}


 Part: 2

  Now find </body> it mostly appeared in the last of blogger template and past the below given cod above the </body> tag.

<div id='lower'>
    <div id='lower-wrapper'>


    <div id='lowerbar-wrapper'>
    <b:section class='lowerbar' id='lowerbar1' preferred='yes'>
    </b:section>
    </div>


    <div id='lowerbar-wrapper'>
    <b:section class='lowerbar' id='lowerbar2' preferred='yes'>
    </b:section>
    </div>



    <div style='clear: both;'/>

    </div> </div>

Finally Save your Template and you have done almost:
 

Possible Customization

By any chance if the widget does not show in the exact position, then you could easily follow the below tips to make it design perfect for your blog.

Read these instruction in our earlier post >>Make These Customization


Need Help in Customization

We hope you would this splendid tutorial to add two columns footer widget in blogger blog. We have been prepared this tutorial with great effort, hope you will get good result without any bugs or error. If anyone found problem during implementation then kindly post you query in the comment section. thanks and happy blogging. 

Small SEO Tools Ultimate SEO Checker 2014 postheadericon

Small SEO Tools Ultimate SEO Checker 2014
What you derived from the title of this post? Most of you will confused to see the post title into two parts. The first piece of the title show the Review of the Small SEO Tools website which is obviously all about SEO performance tools while the second part indicates that the website is fully guided with large number of all popular SEO tools almost used by every blogger and webmaster. It is indeed a very tough job a specially for bloggers when they test their blog by online SEO tools hosted on different websites. Let me clear, If someone wants to check the page rank of the blog, he/she will must find out in google the related tool. however if they want to calculate their blog links or checking blog loading time, they will not find all these activities checker tools on the same website and will have to search anywhere else on the Internet. While Repeating this process could consume your energy and all your precious time. So i was thinking why not share an excellent website provides bundles of SEO Checker tools all in one.

Yesterday one of our users have asked me, Is there a website which provide complete set of SEO checker tools for a blog or website. So in today's article we will review the Small SEO Tools website which is obviously the complete Lab for SEO Tools.


Small SEO Tools Ultimate SEO Checker 2014
 Small SEO Tools is the perfect Lab for Bloggers and SEO Consultants where they can test and check their blogs for different purpose. e.g blog loading time, backlinks checking, domain authority, page rank, alexa rank, article tool and keyword positioning. It provides more than 38 Online SEO Checker Tools which will never let you search for any seo tools in google. All tools are updated frequently with latest SEO tactic to get best performance result. So here will show, how many Small SEO Tools provided by SST website.


  1. Alexa Rank Checker
  2. Alexa Rank Comparison
  3. Article Rewriter
  4. Article Tools
  5. Backlink Checker
  6. Backlink Maker
  7. Check Server Status
  8. Class C IP Checker
  9. Code to Text Ratio Checker
  10. Comparison Search
  11. Domain Age Checker
  12. Domain Authority Checker
  13. Domain Tools
  14. Google Cache Checker
  15. Google Index Checker
  16. Google PageRank Checker
  17. Hit Counter
  18. IP Address Location
  19. Keyword Density Checker
  20. Keyword Position
  21. Keyword Tools
  22. Link Analyzer Tool
  23. Link Tracker
  24. Meta Tags Analyzer
  25. MozRank Checker
  26. Page Authority Checker
  27. Page Speed Test
  28. Plagiarism Checker
  29. Reverse IP Domain Check
  30. Search Engine Pingler
  31. SEO Tools
  32. Sitemap Generator
  33. Small Business SEO Hosting
  34. Spell Checker
  35. Spider Simulator
  36. Web Page Comparison Tool
  37. Website Links Count Checker
  38. Website Page Size Checker
  39. Website Page Snooper
  40. Websites Broken Link Checker
  41. What Is My IP ?
  42. Whois Checker
  43. Word Count Checker

Share Your Thoughts

We hope this tutorial helped you in finding all the SEO Checker Tools used almost by every blogger and webmaster. These are all the Premium SEO tools gifted by SST website. So this was little about the Review of Small SEO Tools and the combination of some splendid and Ultimate SEO checker tools for your blog. Test and debug your site with help of these tools.  If someone know more than the above tools, then kindly do share your choice with us. We love to get something worth from you in the below comment area. peace and blessing.  

How to Add Adsense Ads Inside Blogger Post Simply 2014 postheadericon

How to Add Adsense Ads Inside Blogger Post Simply 2014
 
Sometime you must be worried about your less google adsense revenue and try to be the best to increase the revenue but all in vain and can never be successed in such situation. Although we know that google adsense highly revenue mosltly depands upon the SEO of your blog "highly seo rank of your blog better will be the google adsense income" So in today post we will give you some amazing tips through which you can easily increase your google adsense revenue.
One of the best way to increase the google adsense revenue is to change the locations for your adsense banners and insert it into proper area where visitors come a across. Now to do this we will add the adsense code in below every post, after in every post title and in sidebar. In this way you will get maximum clicks on your ads once used it in proper area. 
Be careful not to use so many ads on your blog it will increase your blog loading time see here Things that Increase Your Blog Loading Time
 

How To Add adsense ads inside your blogger post

Now you can easily put your ads inside blogger post just follow these simple steps:
  1. We will have to parse our AdSense code>>>(Parse It Here Or (Parse Here)
  2. Now you will add your parse code in the below piece of code and then use it in template

Add your Adsense inside post Left Side

<b:if cond='data:blog.pageType == "item"'>  
<div style="float:left;">
your adsense code goes here </div>
</b:if>  

Add your Adsense inside post Right Side

<b:if cond='data:blog.pageType == "item"'>  
<div style="float:Right;">
your adsense code goes here  </div>
</b:if>  

Now put your Adsense customize code in this way

  • Go to blogger dashboard >>edit html>>expand widgets:
  • Press (ctrl+F) and search this  <data:post.body/> if you find it twice in your template <data:post.body/> then try for both and check the result which is one is correct.
  • If you want to add adsense ads at the top of post then simply past your code just above it  <data:post.body/>
  • If you want to add adsense ads at the bottom of post then simply past your code just below it <data:post.body/>
  • If you have any query then feel free to ask your response will back in an hour.
  • Join us your choice here Facebook, Twiter, Google Plus, Blogger.