Monday, December 6, 2010
Monday, November 29, 2010
Adding You tube videos into blogger
There are plenty of videos in You tube in different categories and you might have liked some or may be similar to your blog content and you want to put it in your blog. Well the procedure is very simple even a small kid can do it.
Just follow the procedure mention below.
1. Go to Youtube.com and search for the video you like
for ex;

2. Copy the embeded code (ctrl+c) and paste (ctrl+v) in notepad or text document.
3. Sign in to your blogger account and select POSTING tab and in that click on NEW POST
now click on EDIT HTML and paste the code
Thats it, the video you chose is posted and is viewable on your blog.
NOTE: You can resize the video by replacing the dimensions to your desired ones.
Just follow the procedure mention below.
1. Go to Youtube.com and search for the video you like
for ex;

2. Copy the embeded code (ctrl+c) and paste (ctrl+v) in notepad or text document.
3. Sign in to your blogger account and select POSTING tab and in that click on NEW POSTnow click on EDIT HTML and paste the code
Thats it, the video you chose is posted and is viewable on your blog.NOTE: You can resize the video by replacing the dimensions to your desired ones.
Adding Adsense ads between posts
Adding adsense ads inside blog posts increases the CTR ( CTR means number of times your ads clicked divided by number of times it is shown).
Increase in CTR increases your revenue, the ads are more likely to be clicked when placed in the middle (inside posts).
1. Sign in your blogger dashboard and click on the Design button
2. Now click on the EDIT link as shown in the picture below.

a pop up window appears......
3. Now click on the box beside 'show ads between posts'

4. Now configure ads as per your need i.e colour,format, etc and save changes

Thats it guys, Now you can see ads between posts.
Adding share button to custom blogger templates
Monday, November 22, 2010
How to add adsense below post title
In this post ill explain you how to put add adsense ads below post title. First let us know why is it important to put ads below post tile, it is because according to adsense heat map the ads below post title are clicked more than others and also it can increase ctr. Check out the image below.

Just follow the steps below to place ads below your post tile.
Before adding the adsense to our blogger template we need to encode it, putting adsense ad directly in post without encoding will not display ad. so lets encode it first.

Just follow the steps below to place ads below your post tile.
Before adding the adsense to our blogger template we need to encode it, putting adsense ad directly in post without encoding will not display ad. so lets encode it first.
STEP 1: To encode adsense ad you must first create an adsense and you have to visit centricle website . Now in the centricle website paste your adsense code in the text box and click on ENCODE. Now your encoded adsense ad is ready to be added in blogger template.
STEP 2: Go to design tab of your blogger and click on "Edit HTML" , now press ctrl+f to search this code

That's it, we have successfully added the adsense ad below the post title. Leave comments if it worked or any problems arised.
STEP 2: Go to design tab of your blogger and click on "Edit HTML" , now press ctrl+f to search this code
Now paste the encoded adsense ad code above this code
That's it, we have successfully added the adsense ad below the post title. Leave comments if it worked or any problems arised.
How to hide navbar in blogger

Blogger Navbar helps people to search random blogs and also helps to mark any blogs as spam.
Lets get to the point on how to remove Navbar from appearing on your blog.
Here is the step by step procedure with screenshots which will help u sort out problems easily.
STEP1: Sign in to your blogger account and click on DESIGN button,
STEP 2: Now click on the "Edit HTML" tab

STEP 3: Now copy the HTML code specified below first
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
STEP 4: Now paste the copied code in your HTML ,below the rectangular box(as shown in fig)
If you get any errors then let me know to sort it out. Thank you


4:07 AM
sanjeev


