How to put adsense beside post on Blogspot/Blogger, i don't use this tweak actually, but it work. By doing this adsense tweak, you can get more click, because Google Adsense was imposed in the initial paragraphs of the article posting. It only need to edit simple CSS, easy to practice. Curious? . . .
- Copy css code below
.advertising
{
float:left;
padding-right:10px;
padding-right:10px;
} - Log in to your blogger account - layout - edit html
- Press ctrl+f to find CSS below :
]]></b:skin>
After that....
Paste the CSS code in step 1, so it will become like this :
]]></b:skin>** You can change the float: left into float: right
.advertising
{
float:left;
padding-right:10px;
padding-right:10px;
}
- Save template
Now, how to put adsense :
- Layout - edit html - expand widget templates
- Find
<data:post.body/> - Copy the code below (Make sure you already paste your adsense code) :
<div class='advertisement'>
Paste your adsense code here
</div> - Then, paste the code in step 3 above <data:post.body/>. Example :
<div class='advertisement'>
Paste your adsense code here
</div>
<data:post.body/> - Save template and Done !
Tweak above will directly move your adsense into beside each post. You also can put the code on edit html on new post area in order to place adsense code beside post only on single post. Good luck to try.
0 comments:
Post a Comment