Add Floating AdSense Ads
Here we discuss how to add Floating AdSense Ads at the Bottom Screen of your blogger website.it is simple even anyone can do it if he has some basic knowledge of HTML. Floating Ads is an ad placement with a high CTR. By adding floating ads on a blogger, the possibility of getting ad clicks from visitors is very high.
Placement of this type of ads is actually prohibited or banned by Google, especially for those of you who use ads from Google AdSense. However, it turns out there are still many Webmasters or bloggers who use this method. Even large media like as 9Gag also place these types of ads.
Now, We will share tutorials to make the AdSense ad floating at the bottom of the screen. Making this element by using CSS, and will only appear when the website is opened using the phone or tablet browser.
- Go to the Blogger.com dashboard, then select the blog that will be edited. Then Click On Themes, then click on Edit HTML.
- Copy These CSS codes and Paste it Before </skin>
#adfloatBottom {
left: 0;
position: fixed;
text-align: center;
bottom: 0px;
width: 100%;
z-index: 999;
background: rgba(249, 249, 249, 0.5686274509803921)
}
@media (min-width:768px) {
#adfloatBottom {
display: none
}
}
𐕎Next, you should copy this HTML and paste it before </body>
<div id='adfloatBottom'>
PASTE YOUR ADSENSE AD UNIT HERE
</div>
}
Thanks bro...
ReplyDeleteIt's working
Very good
ReplyDelete