By Peter Tögel on Thursday, 27 February 2014
Posted in General Issues
Replies 3
Likes 0
Views 2K
Votes 0
Is there documentation on how to add Google Adsense code between the blog posts in EasyBlog » Single Blogger Layout? What do I miss?
Hello Peter Tögel,

Sorry for late reply to this,
You can copy the google adsense code put in your backend > Easyblog > Setting > integrations > Adsense

Reference link : http://stackideas.com/docs/easyblog/structure/settings-configuration-guide (search "Google Adsense (Featured)" keyword)

Hope this help.
·
Thursday, 27 February 2014 10:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Does this work with the new flexible adsense formats? I tried it and I do not have anything showing up.

For example, this is my official adsense code:

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- KID EasyBlog -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-8233372528985740"
data-ad-slot="8217519358"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
·
Friday, 28 February 2014 03:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Peter Tögel,

Sorry for late reply to this,
Unfortunately the Easyblog doesn't support the google adsense new format yet
But you can just copy the "client" and "slot" code in the old format like below :

google_ad_client = "ca-pub-8233372528985740";
google_ad_slot = "8217519358";
google_ad_width = 468;
google_ad_height =60;

See my screenshot : http://screencast.com/t/l0DttICse (Joomla backend setting page) || http://screencast.com/t/R40lcuJ14M (blog entry page)
Hope this help.
·
Friday, 28 February 2014 15:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post