Hello friends, King’s Here We welcome to our blog Nano Tech – Today In This Blog am going to tell you How You Can Put Install Floating Sidebar Ads in Blogger?
Before Starting How to put Floating Sidebar , let us know what are Floating Sidebars in Blogger?
What Are The Floating Sidebar Ads in Blogger?
What Are Benefits of Floating Sidebar Ads in Blogger ?
Benefits of floating sidebar ads in Blogger:
1. Increased visibility: Floating sidebar ads are always visible on the page, even as the user scrolls down. This means that they are more likely to be noticed by visitors to your blog.
2. Higher click-through rates: Because floating sidebar ads are always visible, they are more likely to be clicked on by users who are interested in the product or service being advertised.
3. Better engagement: Floating sidebar ads can be used to promote specific content or products, which can help to increase engagement with your blog.
4. Additional revenue stream: By displaying floating sidebar ads on your blog, you can earn additional revenue through advertising fees or commissions from sales generated by your ads.
However, it is important to use floating sidebar ads in moderation and to ensure that they do not interfere with the user experience or make the website difficult to navigate.
How to Put floating sidebar ads in Blogger?
Required Code
<style scoped='' type='text/css'> .fixed-leftSd,.fixed-rightSd{position:fixed;top:60px;width:160px;height:600px;z-index:9999;transform:translateZ(0)} .fixed-leftSd{left:0} .fixed-rightSd{right:0} .close-fixedSd{position:absolute;width:160px;height:15px;line-height:15px;font-size:11px;font-weight:400;top:-15px;left:0;text-align:center;background:#e0e0e0;color:#666;padding:5px 0;cursor:pointer} @media screen and (max-width:800px){.fixed-leftSd,.fixed-rightSd{display:none;visibility:hidden;}} </style> <div class="fixed-leftSd"> <div aria-label="Close Ads" class="close-fixedSd" role="button" tabindex="0" onclick="this.parentElement.style.display="none""> CLOSE ADS </div> ----Enter Your Own Ads Code---- </div> <div class="fixed-rightSd"> <div aria-label="Close Ads" class="close-fixedSd" role="button" tabindex="0" onclick="this.parentElement.style.display="none""> CLOSE ADS </div> ----Enter YOUR OwnAds Code---- </div>
Nice
Good