Add advertisements warning before ads

Posted in: Newspaper
Post count: 2

Hi,

I’m displaying 3 google adsense on my website : 2 in the article page -> top and bottom of the article / one in the sidebar.
In order to avoid having my account stopped, i would like to display a mention “Advertissement” just at the top of each ads. How can I do it? I tried to add it within the ads menu of the newspaper theme options but i doesn’t display anything.

Here is what I tried to do :

<p>Publicité
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<ins class=”adsbygoogle”
style=”display:block”

<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></p>

Does someone has a solution?
More information about how to comply with adsense rules?

Here is an example : http://buzzissime.com/piqures-abeilles/

Thanks in advance

Post count: 6535

Hi

You can add a title for sidebar ad in ad box settings: http://screencast.com/t/m5GdDPWjj87http://screencast.com/t/se0XnqWY

For ads from post content you need to edit td_module_single_base.php file and add this code like here: http://screencast.com/t/UcWnAZoDJR4

'<div class="td-ads-title"> Advertissement </div>' .

Also you will need this custom css in theme panel > custom css: http://screencast.com/t/0W7YTdjJi

.td-ads-title{
margin-left: auto;
margin-right: auto;
display: table;
}

Let me know how it goes.
Thanks!

Post count: 2

Thanks a lot!

Post count: 9544

Just as general note Google doesn’t “require” anyone to put the word “advertisement” before their ads, or they would be doing that themselves. We do add that on the sidebar ads on our site, but not the full width header ads since it’s self-evident it’s an ad.

However they do NOT allow text like “sponsors” or “sponsored by” or “click ad to support us” or stuff like that.

Andrei
the above examples you provided would be super cool to add to the theme docs for the ad modules since it comes up so often.

  • This reply was modified 10 years by simchris.
  • This reply was modified 10 years by simchris.
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.