Google AdSense

Posted in: Newspaper
Post count: 49

Hi! How i can add Google Adsense after the article as it is on this site? http://fit4brain.com/8144

Post count: 6600

Hi,

You can use the custom ad 1 spot or other and add it to the post template using the do_shortcode() function and edit your post template file that you use and add this short-code: http://screencast.com/t/pGq99wqKHpe

<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?>

You can find the short-codes for other ad spots here: https://forum.tagdiv.com/ads/

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 49

thank you

Post count: 49

Hi! I want to put Ad before SIMILAR ARTICLES. like in this website Fit4brain.com

Post count: 7909

Hi,

Please add your shortcode like this: http://screencast.com/t/547qnmbT9

Thanks!

Post count: 49

Thanks!

Post count: 49

HI! Advertisements get under each other, not next by next. (((

Post count: 7909

Hi,

You would need some custom css if you have 2 ads there:

.single .td-g-rec-id-custom_ad_1{
float: left;
}

Please provide a link if you did not solve that issue, so we can take a look.

Thanks!

Post count: 49

Hi! Yes want 2 ads before SIMILAR ARTICLES. Like it is on this website: http://fit4brain.com/8084.

Please help me how must i custom css!

Post count: 7909

Hi,

Please paste the code like you was above in post template – http://screencast.com/t/547qnmbT9 and after that copy the css code for custom ad to float left in Theme Panel > Custom Css: http://screencast.com/t/JsicA5Z8
If you don’t manage to solve this please provide a link so I can inspect this.

Thanks!

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.