By Benny Hermans on Wednesday, 13 August 2014
Posted in General Issues
Replies 5
Likes 0
Views 513
Votes 0
Hello,
I tried to add adsense codes as described in
http://stackideas.com/forums/responsive-google-ads-adsense
Did what was told there, but it seems not working for me.
Do i have to disable it in the settings of easydiscuss or..
Kind regards
Hello Benny,

You just need to replace the contents in adsense.php file with your codes and that's about it
·
Wednesday, 13 August 2014 23:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
I tried as described but it seems not working.
Here a copy of my adsense.php, maybe you gys see what's wrong.
<?php
/**
* @package EasyDiscuss
* @copyright Copyright (C) 2010 Stack Ideas Private Limited. All rights reserved.
* @license GNU/GPL, see LICENSE.php
*
* EasyDiscuss is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
defined('_JEXEC') or die('Restricted access');
?>
<div>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- discuss2 -->
<ins class="adsbygoogle"
style="display:inline-block;width:320px;height:50px"
data-ad-client="ca-pub-0862887868627000"
data-ad-slot="1859047758"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>

Regards
·
Thursday, 14 August 2014 00:06
·
0 Likes
·
0 Votes
·
0 Comments
·
What is the code that is provided by Google? Can you attach it as a txt file her? Then, please provide us with the back end and FTP access to the site and I will take a look at this.
·
Thursday, 14 August 2014 12:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
Thx a lot for the reply, but i found a solution.
When u make a new adsense block (e.g. mobile banner -responsive) u can choose a code for asychron or syncron. When u choose for synchron, u can actually use the parameters in the back-end of easy discuss.
Kind regards
·
Saturday, 16 August 2014 02:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the heads up on this Benny Glad that your issues are resolved now.
·
Saturday, 16 August 2014 15:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post