How to add a 3×2 sponsored content widget directly under the article pages

Posted in: Newspaper
Post count: 7

Hello,

Trust everyone is doing good.
Can someone help me understand on “How to add a 3×2 sponsored content widget directly under the article pages”. Am looking forward to integrate “taboola” to my website.

The position am looking at it is above ” related articles” & ” more from author” tab. Looking forward to get some support on this. Thanks in advance.

Thanks
Jacob

Post count: 22421

Hi,

Unfortunately we have not tested taboola ads, but you can try to add your taboola ad code in a custom ad spot inside the theme panel by using this method: https://forum.tagdiv.com/using-other-ads/
Paste the code in a custom ad in Theme Panel > Ads > custom ad – http://screencast.com/t/JFsT6hi5o and use do_shortcode function to place the custom ad
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
You can then place the code in the template files here:
http://screencast.com/t/BHsSOAFTX

Hope this helps!

Post count: 224

Interested in same thing, i want to display after the related post

Post count: 22421

Hi,
The same method applies if you want it below the related articles. Simply add the code below the related articles code you can see in the screenshot.
Thank you!

Post count: 224

mine is not working working.

Post count: 22421

Pl;ace an ad in the custom ad 1 spot in the theme panel first as the code above will render and ad from that spot. Place the code exactly as suggested above.
You are most likely doing something wrong. Provide screenshots of how you are implementing the code .
Thanks.

Post count: 224

here http://www.awesomescreenshot.com/image/2070258/d9102c27f3fb9b9a031ee8e932c1f3e6 that is how i added it and then i place this <?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]');?> in single-loop.php

Post count: 224

the page is blank

Post count: 22421

The page is blank because you did not add the code properly and broke tha layout. Please add it exactly like in the above picture.
Provide a screenshot of how you are implementing the code.
Thanks.

Post count: 24

We have a similar implementation of Plista content, and it all worked smoothly via the widget they provide – without changing a single line of code. Have you already tried to install the Taboola widget? Maybe https://www.taboola.com/publisher-help-center/implement-the-wordpress-plugin might help you.

Post count: 224

Hello;

Is this code wrong?

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]');?>

Post count: 224

i am using amazon native ads

Post count: 22421

The code is not wrong. The im plementation could be wrong or the ads themeselves. Please try with a standard image ad.

Place this ad in the theme panel-> custom ad 2 for testing:

<div class="td-all-devices"><a href="#"><img src="http://bigmobile.com/wp-content/uploads/2014/08/728x902.gif" /></a></div>

Thanks

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