# 토픽 페이지 타임라인에 광고를 표시하는 방법?

**URL:** https://meta.discourse.org/t/how-to-show-advertising-in-timeline-of-the-topic-page/160049
**Category:** Support
**Tags:** advertising
**Created:** [8월 6, 2020, 4:52오후 UTC](https://meta.discourse.org/t/how-to-show-advertising-in-timeline-of-the-topic-page/160049 "2020-08-06T16:52:50Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![olex1216](https://avatars.discourse-cdn.com/v4/letter/o/bbe5ce/32.png) [@olex1216](https://meta.discourse.org/u/olex1216)
#### Post date: [8월 6, 2020, 4:52오후 UTC](https://meta.discourse.org/t/how-to-show-advertising-in-timeline-of-the-topic-page/160049/1 "2020-08-06T16:52:50Z")

</div>

![Screen Shot 2020-08-07 at 00.51.17](https://global.discourse-cdn.com/meta/original/3X/5/8/58dcb12beb93f2039c1afc9b433ec277d072e91a.jpeg)

> **[Can't separate imported mesh from FBX file](https://blenderartists.org/t/cant-separate-imported-mesh-from-fbx-file/1245542)**
>
> I’m having difficulty to separate a mesh which I imported from an FBX file. Tried the usual P separate by loose parts, and all other option but it is not separating. When I’m in edit mode I can see the vertices in vertices mode but I can’t select...

---

<div class="post-metadata">

### Author: ![bartv](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bartv/32/130052_2.png) [@bartv](https://meta.discourse.org/u/bartv)
#### Post date: [8월 7, 2020, 7:14오전 UTC](https://meta.discourse.org/t/how-to-show-advertising-in-timeline-of-the-topic-page/160049/2 "2020-08-07T07:14:47Z")

</div>

이것은 [Revive adserver](https://www.revive-adserver.com/)와 함께 사용하기 위해 내부적으로 개발한 솔루션입니다. 매우 단순화된 버전은 다음과 같습니다:

```plaintext
<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>

```

---

<div class="post-metadata">

### Author: ![olex1216](https://avatars.discourse-cdn.com/v4/letter/o/bbe5ce/32.png) [@olex1216](https://meta.discourse.org/u/olex1216)
#### Post date: [8월 7, 2020, 7:20오전 UTC](https://meta.discourse.org/t/how-to-show-advertising-in-timeline-of-the-topic-page/160049/3 "2020-08-07T07:20:50Z")

</div>

좋아요! 답변해 주셔서 감사합니다!

---

<div class="post-metadata">

### Author: ![Faizan\_Zahid](https://avatars.discourse-cdn.com/v4/letter/f/b9bd4f/32.png) [@Faizan\_Zahid](https://meta.discourse.org/u/Faizan_Zahid)
#### Post date: [9월 11, 2020, 9:45오전 UTC](https://meta.discourse.org/t/how-to-show-advertising-in-timeline-of-the-topic-page/160049/4 "2020-09-11T09:45:24Z")

</div>

구글 애드센스 디스플레이 광고에 대해 동일한 작업을 수행하는 예시가 있을까요?

제 질문을 여기서 확인해 주세요. @bartv[How can i show a floating sticky 300x250 Adsense Ad on right side bar of topic page above the fold?](https://meta.discourse.org/t/how-can-i-show-a-floating-sticky-300x250-adsense-ad-on-right-side-bar-of-topic-page/163723). @olex1216

---

<div class="post-metadata">

### Author: ![bartv](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bartv/32/130052_2.png) [@bartv](https://meta.discourse.org/u/bartv)
#### Post date: [9월 11, 2020, 5:43오후 UTC](https://meta.discourse.org/t/how-to-show-advertising-in-timeline-of-the-topic-page/160049/5 "2020-09-11T17:43:52Z")

</div>

죄송합니다. 그 부분은 경험이 없습니다. 공식 광고 플러그인을 참고해서 코드를 일부 가져다 쓰는 것도 방법일 것 같습니다.
