UPDATES EasyBlog 6.0.11 Released! Update to the latest version now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline

Responsive Google Ads (AdSense)

Tim P.K. · ·
1:25 AM Tuesday, 05 August 2014
None
I know this has been discussed already, but there seems to be no further improvement on how responsive Ads can be implemented in EasyDiscuss?

More and more visitors are browsing my site with a multitude of mobile devices and I would like to know what will be the best approach of implementing the "code".

There is a smart sizing version:

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- test -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-123456789123456789"
data-ad-slot="123456789"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>


Or an advanced version:

<style>
.test { width: 320px; height: 50px; }
@media(min-width: 500px) { .test { width: 468px; height: 60px; } }
@media(min-width: 800px) { .test { width: 728px; height: 90px; } }
</style>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- test -->
<ins class="adsbygoogle test"
style="display:inline-block"
data-ad-client="ca-pub-123456789123456789"
data-ad-slot="123456789"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>


Is it possible to use both / one of them in EasyDiscuss or what needs to be modified to get this implemented?

Thanks,

Tim
The replies under this section are restricted to logged in users or users with an active subscription with us