# 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:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Paul\_King1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/paul_king1/32/218888_2.png) [@Paul\_King1](https://meta.discourse.org/u/Paul_King1)
#### Post date: [May 15, 2021, 8:57am UTC](https://meta.discourse.org/t/is-there-a-plugin-for-revive-adserver-for-discourse/190483/1 "2021-05-15T08:57:17Z")

</div>

Is there a plugin for revive-adserver for discourse? or can it be used in conjunction with House ads?

Kind regards

---

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [May 15, 2021, 5:05pm UTC](https://meta.discourse.org/t/is-there-a-plugin-for-revive-adserver-for-discourse/190483/2 "2021-05-15T17:05:02Z")

</div>

Yes, there is: [https://github.com/unixneo/neo-revive-discourse](https://github.com/unixneo/neo-revive-discourse)

---

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

```
