如何在主题页面的时间线上展示广告?

1 个赞

这是我们为配合使用 Revive 广告服务器 而开发的内部解决方案。以下是其简化版本:

<script type="text/discourse-plugin" version="0.8">

    api.decorateWidget('topic-timeline-container:before', helper => {
        return helper.h('div.side-block', [
        	helper.rawHtml('<div id="friends"><iframe id="a059a1e0" name="a059a1e0" src="(ad url)" frameborder="0" scrolling="no" width="300" height="180"></iframe></div>'),
        ])
     });    
</script>
7 个赞

太好了!感谢您的回复!

您是否有关于如何在 Google AdSense 展示广告中实现相同效果的示例?

请查看我的问题:@bartv https://meta.discourse.org/t/how-can-i-show-a-floating-sticky-300x250-adsense-ad-on-right-side-bar-of-topic-page/163723。@olex1216

抱歉,我没有这方面的经验。我想你可以查看官方广告插件,从中借鉴一些代码?