# Ad Banner / HTML code in the right gutter

**URL:** https://meta.discourse.org/t/ad-banner-html-code-in-the-right-gutter/238867
**Category:** Support
**Tags:** advertising
**Created:** [September 13, 2022, 11:38am UTC](https://meta.discourse.org/t/ad-banner-html-code-in-the-right-gutter/238867 "2022-09-13T11:38:39Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Alaa](https://avatars.discourse-cdn.com/v4/letter/a/65b543/32.png) [@Alaa](https://meta.discourse.org/u/Alaa)
#### Post date: [September 13, 2022, 11:38am UTC](https://meta.discourse.org/t/ad-banner-html-code-in-the-right-gutter/238867/1 "2022-09-13T11:38:39Z")

</div>

Hello Everyone,  
Is there a way for adding a fixed Ad banner on the right sidebar or HTML code box?

 ![556489](https://global.discourse-cdn.com/meta/original/4X/6/f/5/6f5b51f24444033ed42d21d479320b033f3b272d.png)

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [September 16, 2022, 6:19pm UTC](https://meta.discourse.org/t/ad-banner-html-code-in-the-right-gutter/238867/2 "2022-09-16T18:19:17Z")

</div>

This isn’t currently a feature and would require some additional work in the plugin… that said, is the idea that the ad would replace or cover the topic timeline? we consider that a critical part of the topic, so it’s not likely to be something we’d support.

---

<div class="post-metadata">

### Author: ![Alaa](https://avatars.discourse-cdn.com/v4/letter/a/65b543/32.png) [@Alaa](https://meta.discourse.org/u/Alaa)
#### Post date: [October 10, 2022, 5:47am UTC](https://meta.discourse.org/t/ad-banner-html-code-in-the-right-gutter/238867/3 "2022-10-10T05:47:26Z")

</div>

Understood @awesomerobot, would it be possible to place it underneath the timeline or above it?

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [October 11, 2022, 2:12pm UTC](https://meta.discourse.org/t/ad-banner-html-code-in-the-right-gutter/238867/4 "2022-10-11T14:12:46Z")

</div>

It’s possible to put some content above the timeline, for example, Car Talk has some suggestions above their timeline here: [Battery finally dead - Maintenance/Repairs - Car Talk Community](https://community.cartalk.com/t/battery-finally-dead/186792) (but note that it’s not fixed on scroll)

That was done in their theme by adding content to the `above-timeline` plugin outlet in Discourse. We don’t plan on adding ad space above/below the timeline to the ad plugin by default, so it needs to be done in a custom plugin or theme.

Using plugin outlets in themes is covered a little here: [Developing Discourse Themes & Theme Components](https://meta.discourse.org/t/beginners-guide-to-developing-discourse-themes/93648#handlebars-templates-21)
