google adsense Floating Skyscraper Ads on Left and Right Side? How to add Floating Skyscraper Ads widget to Blogger blog

google adsense Floating Skyscraper Ads on Left and Right Side? How to add Floating Skyscraper Ads widget to Blogger blog

google adsense Floating Skyscraper Ads on Left and Right Side? How to add Floating Skyscraper Ads widget to Blogger blog 



How To Add 2 Floating Skyscraper Ads on Left and Right Side? by mr. Suraj singh Joshi 

How To Add Floating Rectangular Ads widget Center of Blogger Blog? What are Floating Skyscraper Ads?

Floating Skyscraper Ads are the large Vertical Banner Ads Which are available in different sizes Some of the Popular Vertical Banner Sizes are:

  1. Large Skyscraper : 300 x 600px
  2. Portrait : 300 x 1050px
  3. Wide Skyscraper : 160 x 600px
  4. Skyscraper : 120 x 600px


But here we are talking about the Floating Skyscraper Ads Floating Ads Float on the Site Even if you scroll. It will be in its fixed position. We have added a close button so that if users don't want to see the Advertisement they can close this widget by clicking on the close button on the top right section of the widget. This Widget is similar to pop-up box but it is coded using HTML And CSS. Only Little Part of Close button is coded using JavaScript So This Widget will load very fast.

By default we have added 2 Floating Skyscraper Ads Containers so that you can add your Ads Script which will appear left and right side of the blog.

What are the Advantages of Using Floating Skyscraper Ads ?

Floating Ads is a good idea When you want high Exposure to your Ads. As this widget will make your Ads appear above the fold. This ads will save the space in your sites for other important widgets. As they will appear out of the layout. This Ads Float on the Left and Right side of the Screen And it will not close till someone click on the close Advertisement button hence there is a maximum possibility of Ads not getting ignored. If you are using CPM Ads Then You will get Maximum Exposure too.

Why Adsense Publishers Should Stay Away From This Floating Ads ?

But Before Adding This Floating Ads Please Contact your Ad network and ask them if they allow To Add Floating Ads on the site. But if you are Adsense Publisher then please Stay away from adding this widget as this can violate Adsense terms and conditions. So Contact Other Networks Support team if they allow using this widget.

Check This Widget Also: CSS3 Popular Posts Widget with Auto Numbers+hover effect!

Let Start Adding 2 Floating Skyscraper Ads on Left and Right Side:

Installing The Widget in the Blog:

STEP 1: Log in to your Blogger account and Go to your Blogger Dashboard

STEP 2: In The Left Side Bar You will find Layout Section as highlighted in the image above Click on Layout.

STEP 3: Click On "Add a Gadget" As highlighted in the image above.

How To Add 2 Floating Skyscraper Ads on Left and Right Side? by mr. Suraj singh Joshi 

STEP 4:After Clicking on "Add a Gadget" Choose "HTML/JavaScript" from the list & as highlighted in the image above.

STEP 5: Now Copy This Below Code And Paste it in The Empty Box of the "HTML/JavaScript" Section.

<!-- ADD CODE START HERE SURAJ SINGH JOSHI  -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />

<style>
*{padding:0px; margin:0px; box-sizing: border-box}

    .tw_float_ads_main_Wrap_Both{
        max-width: 300px;
width: 160px;
height: 650px;
        position: fixed;
        z-index: 98765;
background: rgb(251,251,251);
        box-sizing: border-box;
        box-shadow:0 0 3px rgba(0,0,0,0.2);
bottom:5%;
    }   

.tw_float_ads_main_Wrap_first{
        z-index: 98765;
left: 1%;
    } 
    
    .tw_float_ads_close{
        position: relative;
       box-sizing: border-box;
      padding: 12px 0px;
    }
    
 .tw_float_ads_close #tw_close_button{
   font-size: 25px; 
    color: #000;
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
}
    
#tw_close_button{
        cursor:pointer;
}

.TW_credits{
    color: #000;
    position: absolute;
    bottom: 2px;
    right: 0px;
    display: inline-block;
    text-shadow:0 0 3px rgba(0,0,0,0.2);
    text-decoration: none!important;
z-index: 99999;
font-weight: bold;
font-family: arial, helvtica;
    }
    

</style>

<div class='tw_float_ads_main_Wrap_Both tw_float_ads_main_Wrap_first' id='tw_float_ads_main_Wrap1' style='float: left'>
    <div class='tw_float_ads_close'>   
       <span id='tw_close_button' style='float: right' onclick='document.getElementById("tw_float_ads_main_Wrap1").style.display="none"'>
           <i id='TW_Close_Button' class="fa fa-window-close" aria-hidden="true" title='close the Advertisment'></i>
       </span>
   </div>
       <div class='Ad1 AdBanner' id='Ad1'> 
           
<!-- Paste your Left Advertisement Code Below this Comment-->

<!-- Your Advertisement Code Here -->

<!--Paste your Left Advertisement Code Above this Comment -->
       </div>
   <span class='TW_credits' style='float: right; font-size: 12px;'><a style='text-decoration: none!important; color: #000;' href="http://www.trendingwidgets.com/2017/04/how-to-add-floating-rectangular-ads.html">Get This Widget</a></span> 
   
    <div style='clear:right'></div>
</div>

<div style='clear:left'></div>

<div class='tw_float_ads_main_Wrap_Both' id='tw_float_ads_main_Wrap' style='float: right; right:1%; z-index: 98765;' >
    <div class='tw_float_ads_close'> 
   <span id='tw_close_button' style='float: right' class='tw_close_button' onclick='document.getElementById("tw_float_ads_main_Wrap").style.display="none"'>
   <i id='TW_Close_Button' class="fa fa-window-close" aria-hidden="true" title='close the Advertisment'></i>  
   </span>
</div>
<div class='Ad2 AdBanner' id='Ad2'>
           
<!-- Paste your Right Advertisement Code Below this Comment-->

<!-- Your Advertisement Code Here -->

<!--Paste your Right Advertisement Code Above this Comment -->

</div>
   <span class='TW_credits' style='float: right; font-size: 12px;'><a style='text-decoration: none!important; color: #000;' href="http://www.trendingwidgets.com/2017/04/how-to-add-floating-rectangular-ads.html">Get This Widget</a></span>
<div style='clear:right'></div></div>

<div style='clear:both'></div>
<!-- ADD CODE END HERE SURAJ SINGH JOSHI -->

That's it Thanks For Following The Tutorial Now Its time For Customization to make it as it made for your site.

Customization:

The

 <!-- Your Advertisement Code Here -->

 is responsible for your Your Advertisement Code. So Replace this Text in orange color with your Advertisement Script.

The Yellow Highlighted Text is Responsible For Width of the Ads. If you want to add the larger ads then increase the width so that the widget should not break.

STEP 6: All Done Save the Gadget and Check it in your site.

Adsense Publishers Please don't add this Floating Ads. Other Users Please Contact your Ad network Before Placing this Ads.

Conclusion:

Now we have added this Ads But If you are still facing any difficulty in installing this widget in your Blog Please Contact-us or Comment Below. We will help you in installing this widget.

If you want to display only Left Ad or Right Ad Then You just need to delete all the code after 

<div style='clear:left'></div>

You will find this code two times delete after the first one.

That's It Thanks For Following our Tutorial '' How To Add 2 Floating Skyscraper Ads on Left and Right Side? '' Along With us If you found any difficulty Please Comment and Share Your Valuable Opinion. And Stay tuned for More Tutorials Like This and Share this with your friends.

COMMENTS

नाम

कान्तिकार्तिक यादव,1,Adsense,2,Alience,1,Bank Knowledge,1,Bhajan,46,Biodata,1,Blogger Templates,22,BLOGGING,64,Body Modifications,5,Border,1,CG Bhojli Geet,1,CG Hostel Superintendent syllabus,1,CG Knowledge,2,CG Lok Geet,52,CG Movie Lyrics,3,CG News,1,CG Suwa Geet,3,Cgnews,3,Chandrayan,1,Changes,1,Cinema,1,Coding,6,Computer,11,Computer Fundamental,9,Courses,1,CSS,13,Darshniy Sthal,1,DCA,1,Desh Bhakti,8,Dilip Sadangi,1,District Dhamtari (CG),1,Download,3,Dukalu Yadav,3,Durga Jas Geet,25,Earning,2,Exam Preparations,5,Festivals,1,Files,1,Films,1,Forms,2,Fruits & Juices,1,Garima Diwakar,1,General Knowledge,28,Gk,6,Godna,1,Google Products,7,Gorelal Barman,1,Government,12,Helth Care,4,Hindi,1,Hindi kahaniyan,3,Hindi Song Lyrics,14,History,8,Holi Geet,1,HTML,17,IAS,1,Internet,1,Kanti Kartic Yadav,1,KANTIKARTIK YADAV JAS GEET,1,Kavita Kosh,9,Keyword Research Tools,1,Khanij,1,Khanij Sansadhan,1,Krishana bhajan,1,larics,7,Lifestyle,2,Loc Geet,25,Lows,2,lyrics,69,Mahabharat,6,Mango Fruits,1,Medical Knowledge,2,Medicine,2,Mehndi,1,Microsoft Office,1,Mobile,2,Mohummad Rafi,1,Movie,1,Ms Excel,1,Namami Datt,1,Nature,1,Navic,1,NEWS,17,Organizations,1,Pain killer,1,Panchtantra ki kahani,3,Parmanand Katholiya,1,PGDCA,1,Pierchings,1,Populor,1,Pratha,2,Product Keys,2,Recipy / Pakwan,1,Requirements,1,Roop Kumar Rathod,1,Sahitya Lekh,13,Satellite's,6,Satnam Bhajan (CG),7,Screen Recorder,1,Search Engine Optimization (SEO),27,Security,2,Security Guard Services,1,Sergery,1,Services,1,Sex,2,Sharad Mor Sati Maa Song Lyrics,1,Shiv Shankar Bhajan,2,Softwares,2,Sonu Nigam,1,Space News,1,Sree Radha Bhajan,2,Story,3,Sunil Soni,1,Suraj Singh Joshi,1,Swarna Diwakar,1,Syllabus,2,Tatoo,3,Tatoo & Pierchings,1,Taurist,1,Telicome India,1,Templates,19,Temple,1,Terrorist,1,Tips & Tricks,8,Traditional Punjabi Dholki Songs Lyrics,1,UP NEWS,1,Vaivahik,1,War,6,Web Browser,1,WEBSITE,62,Windows,1,World Knowledge,1,Youtube,2,
ltr
item
Gyan Ka Phool: google adsense Floating Skyscraper Ads on Left and Right Side? How to add Floating Skyscraper Ads widget to Blogger blog
google adsense Floating Skyscraper Ads on Left and Right Side? How to add Floating Skyscraper Ads widget to Blogger blog
google adsense Floating Skyscraper Ads on Left and Right Side? How to add Floating Skyscraper Ads widget to Blogger blog
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjaYmcMU5qMzavCCsUFWmXO6_71IkOZILSL7IWAEnjmqqNdPaI_at9cK595JijZT5-UoxploKChzl5foNx8uRwDVUEikfmK3PGwdIU8dYc3vksXw8t_YpYA6Rg71KzNmjITfcxTcuHAGrnYAKvba0Hq-RReOeMYhTk-2v_f48BVERw_fIIl_9JP81QyOg/w640-h502/How%20To%20Add%202%20Floating%20Skyscraper%20Ads%20on%20Left%20and%20Right%20Side.JPG
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjaYmcMU5qMzavCCsUFWmXO6_71IkOZILSL7IWAEnjmqqNdPaI_at9cK595JijZT5-UoxploKChzl5foNx8uRwDVUEikfmK3PGwdIU8dYc3vksXw8t_YpYA6Rg71KzNmjITfcxTcuHAGrnYAKvba0Hq-RReOeMYhTk-2v_f48BVERw_fIIl_9JP81QyOg/s72-w640-c-h502/How%20To%20Add%202%20Floating%20Skyscraper%20Ads%20on%20Left%20and%20Right%20Side.JPG
Gyan Ka Phool
https://gyankaphool.blogspot.com/2022/09/how-to-add-2-floating-skyscraper-ads-on.html
https://gyankaphool.blogspot.com/
https://gyankaphool.blogspot.com/
https://gyankaphool.blogspot.com/2022/09/how-to-add-2-floating-skyscraper-ads-on.html
true
4550973532095077218
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content