sticky ads | WordPress में Sticky Ads कैसे लगाएं

दोस्तों, आज हम बात करने वाले हैं के sticky ads बारे में।

Sticky ads क्या होते हैं sticky ads meaning

WordPress Website Me Sticky Ads Kaise Lagaye
  • Sticky Ads वो Ads होते है जो की हमारे वेबसाईट के Footer मे लगे होते है।
  • जब भी कोई यूजर हमारी वेबसाइट पर विजिट करता है तब वेबसाइट की नीचे की साइड में ये एड दिखाई देता है।

WordPress में Sticky Ads कैसे लगाएं sticky ads code

  • Sticky Ads को आप वर्डप्रेस में एक कोड की मदद से लगा सकते हैं।
  • सबसे पहले नीचे दिए Code को copy करे।
<script type='text/javascript'>
   $(document).ready(function() {
   $( & #39;img# closed & #39;).click(function(){$(&# 39;# bl_banner & #39;).hide(90);});});
</script>
<div id='fixedbanner' style='position: fixed;left: 0;bottom: 0;width:100%;text-align: center;transition: all .1s ease-in;z-index:999;-webkit-transform:translateZ(0);'>
   <div>
      <a class='close-stky-ads' onclick='document.getElementById(&apos;fixedbanner&apos;).style.display = &apos;none&apos;;' style='cursor:pointer;display: flex;float: right;'><img alt='close button' src='https://i.imgur.com/iGz9KiU.gif' title='close button'/></a>
   </div>
   <div class='stky-ads' style='width: 100%;padding: 5px 0;box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .1);display: flex;align-items: center;justify-content: center;background-color: #fefefe;max-height: 100px;'>
      

   <!-- Your Adsense Code Starts Here-->
   <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
      <ins class="adsbygoogle"
         style="display:inline-block;width:728px;height:90px"
         data-full-width-responsive="true"
         data-ad-client="ca-pub-XXXXXXXXXXXXXXXX"
         data-ad-slot="XXXXXXXXXX"></ins>
      <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
      </script>
    <!-- Your Adsense Code Ends Here-->
   
   </div>
</div>
  • अब आपको अपने वेबसाईट WordPress Dashboard मे जाना है।
  • उसके बाद आपको Appearance > theme editor> footer.php मे जाना है और वहा Code को Paste करना है और Save कर देना है।
  • अब उस कोड मे आपको ca-pub- xxxxxxxxxxxxxxxx मे अपना Publisher id डालना है।
  • उसके बाद आपको Ad Slot मे अपना xxxxxxxxxxxx Ad स्लॉट नंबर डालना है।

Sticky Ads को लगाने के फायदे Benifits of Sticky Ads

  • Sticky Ads से आपके वेबसाईट की CTR बढ़ जाएगी।
  • Sticky Ads से आपकी AdSense Earning भी बढ़ जाएगी।
  • Mobile User को भी इस Ads के कोई problem नहीं होती है क्योंकि ये Size मे छोटा होता है और एक जगह Fix रहता है।

Leave a Comment

error: Content is protected !!