# Is there a plugin for revive-adserver for discourse?

**URL:** https://meta.discourse.org/t/is-there-a-plugin-for-revive-adserver-for-discourse/190483
**Category:** Support
**Created:** [May 15, 2021, 8:57am UTC](https://meta.discourse.org/t/is-there-a-plugin-for-revive-adserver-for-discourse/190483 "2021-05-15T08:57:17Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [November 1, 2023, 6:46am UTC](https://meta.discourse.org/t/is-there-a-plugin-for-revive-adserver-for-discourse/190483/3 "2023-11-01T06:46:40Z")

</div>

You don’t need to use the neo-revive-discourse plugin for this. The solution was posted by the plugin’s author here: [[PAID GIG] Help with SCRIPT Tag Rendering of Revive Ad Server Tags for Draft Plugin - #2 by neounix](https://meta.discourse.org/t/paid-gig-help-with-script-tag-rendering-of-revive-ad-server-tags-for-draft-plugin/152057/2).

Just copy the script tag from the Zone’s Asynchronous JS tag into the head section of a theme component. For example:

```javascript
<script async src="//localhost/revive/www/delivery/asyncjs.php"></script>

```

Then add the invocation code’s `ins` element to a house ad. For example:

```html

<ins data-revive-zoneid="3" data-revive-id="53126d71827fcba70ff68055b9a73ca1"></ins>

```

---

_[View the full topic](https://meta.discourse.org/t/is-there-a-plugin-for-revive-adserver-for-discourse/190483)._
