Respected forum members,
I am looking for a modified Version of a Code to Display Advertisement at the Last Portion of a Blog Post in Ning 2.0 Site. I have the following code from Jen Social that work perfectly in forum, but I need to work it for blog too.
<!-- Forum Ads: Last of Text from Jen Social -->
<div id="tmp_insideforum" style="display:none;">
<!-- Advert Code START -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- www.lislinks.com Text Image Within Blog Forum Text -->
<ins class="adsbygoogle"
style="display:inline-block;width:336px;height:280px"
data-ad-client="ca-pub-9711062785467613"
data-ad-slot="3409578779"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- Advert Code END -->
</div>
<script type="text/javascript">
if (typeof(x$) != 'undefined') {
x$(".xg_widget_forum_topic_show div.discussion div.description").after('<div id="insideforum"></div>');
var t_insideforumCode = document.getElementById('tmp_insideforum');
var insideforumCode = document.getElementById('insideforum');
insideforumCode.innerHTML = t_insideforumCode.innerHTML;
}
</script>
Replies
try adding class .xg_blog_mypage .postbody
x$(".xg_widget_forum_topic_show div.discussion div.description,.xg_blog_mypage .postbody")
Sir, I appreciate your desire to help me out. However, I have no idea about coding, so unable to do anything. I have added the following code, but it does not work out.
<!-- Blog Ads: Last of Text -->
<div id="tmp_insideforum" style="display:none;">
<!-- Advert Code START -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- www.lislinks.com Text Image Within Blog Forum Text -->
<ins class="adsbygoogle"
style="display:inline-block;width:336px;height:280px"
data-ad-client="ca-pub-9711062785467613"
data-ad-slot="3409578779"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- Advert Code END -->
</div>
<script type="text/javascript">
if (typeof(x$) != 'undefined') {
x$('.xg_widget_profiles_blog_show div.discussion div.description,.xg_blog_mypage .postbody" .xg_headline').after('<div id="lastofblog"></div>');
var t_insideforumCode = document.getElementById('tmp_insideforum');
var insideforumCode = document.getElementById('lastofblog');
insideforumCode.innerHTML = t_insideforumCode.innerHTML;
}
</script>
Hello Badan,
Try that code:
<!-- Forum Ads: Last of Text from Jen Social -->
<div id="tmp_insideforum" style="display:none;">
<!-- Advert Code START -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- www.lislinks.com Text Image Within Blog Forum Text -->
<ins class="adsbygoogle"
style="display:inline-block;width:336px;height:280px"
data-ad-client="ca-pub-9711062785467613"
data-ad-slot="3409578779"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- Advert Code END -->
</div>
<script type="text/javascript">
if (typeof(x$) != 'undefined') {
x$(".xg_blog .postbody").after('<div id="insideforum"></div>');
var t_insideforumCode = document.getElementById('tmp_insideforum');
var insideforumCode = document.getElementById('insideforum');
insideforumCode.innerHTML = t_insideforumCode.innerHTML;
}
</script>
Regards,
Alex
Ning Team
Sir,
Thank you so much for the readymade code. It works perfectly. This code was very much important for me to survive as I was not able to recover my Ning 2.0 sites cost by displaying ads. I am sure as within text ads are click more often and my site is based on blog feature, now onwards, I will be able to recover my cost. Thank you so much for your helping hands.
Hello Badan,
You are very welcome.
Regards,
Alex
Ning Team