Thread: ads [urgent]
View Single Post
  #1  
Old 11-04-2016, 09:55 AM
Silver_Brick Silver_Brick is offline
Designer || Coder
 
Join Date: Oct 2016
Location: In Earth
Posts: 205
Gender: Male
Credits: 35,897
Silver_Brick is on a distinguished road
Default ads [urgent]

i really want to put ads on my website for while but i can't and please do not link me any thread they do not work for me any way either please give me quick solution and tell me how to do with steps ^^ i will gift upto 200 credits if someone helped me

here are my codes
Code:
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- mn -->
<ins class="adsbygoogle"
     style="display:inline-block;width:336px;height:280px"
     data-ad-client="ca-pub-8094441977612740"
     data-ad-slot="5014292311"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
and the another one if first one is not supportable
Code:
<script type="text/javascript">
    google_ad_client = "ca-pub-8094441977612740";
    google_ad_slot = "5014292311";
    google_ad_width = 336;
    google_ad_height = 280;
</script>
<!-- mn -->
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Reply With Quote