• Resolved Shubham Panwar

    (@shubhampanwar)


    Hello , I would like to ask that , Do this plugin work Automatically after activting.

    As I am using NewsPaper 8.6 theme . There are options in the theme to add the Ad codes.

    So , I am little bit confused , As some web tutorials says that this plugin can work automatically . No need to edit any code

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author iSaumya

    (@isaumya)

    Hi,
    this is not a plug and play plugin. It needs you to implement it and to make sure you have some basic coding knowledge. Read the plugin description or watch the explanation video.

    Thread Starter Shubham Panwar

    (@shubhampanwar)

    Thanks for your Quick Reply Sir,

    I really appreciate your work.

    Thread Starter Shubham Panwar

    (@shubhampanwar)

    I know its an Adsense Plugin , but I used media.net ads for self-checking(for the safety of my adsense account)

    I have tried putting the Media.net ads in the Ad inserter plugin with your code. I correctly replaced Google ad code with media.net ad code.

    The ads are showing , but they doesn’t seem to disappear or block the user from clicking.

    <?php 
    	if( aicp_can_see_ads() ) { // This part will show ads to your non-banned visitors
    		$adCode = '<div class="aicp"><!-- Don\'t forget to add this div with aicp class -->
    		<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    		<!-- AdSense Responsive Ad Code -->
    		<ins class="adsbygoogle"
    		style="display:block"
    		data-ad-client="ca-pub-1234567890"
    		data-ad-slot="0987654321"
    		data-ad-format="auto"></ins>
    		<script>
    		(adsbygoogle = window.adsbygoogle || []).push({});
    		</script>
    		</div><!-- end of the aicp div -->';
    		echo $adCode;
    	}
    ?>
    Plugin Author iSaumya

    (@isaumya)

    Can you share the site url so that I can check it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can it Work with NewsPaper Theme’ is closed to new replies.