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
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!
Interested in same thing, i want to display after the related post
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.
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
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.
Hello;
Is this code wrong?
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]');?>
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