---
title: "How to integrate Offr with WP Property Drive"
source: https://4property.com/topic/wp-property-drive/how-to-integrate-offr-with-wp-property-drive/
updated: 2022-08-26T10:31:10+00:00
---

# How to integrate Offr with WP Property Drive

Offr can be easily integrated with WP Property Drive by adding your Offr ID.

The Offr snippet can be installed either natively or via Google Tag Manager. You need to extract the ID and add it to your WordPress Dashboard → **Property Drive** → **Integrations & Modules** → **Offr ID**. See how to extract the ID (**bold**) below:

```
<!-- Begin Offr Snippet -->
<script src="https://offr.io/js/widget/offr_widget.js" id="offr-widget" data-widget="a12345bc678def90g1h2ij3kl4567mno"></script>
<!-- End Offr Snippet -->
```

```
<script>
(function() {
var el = document.createElement('script');
el.setAttribute('src', 'https://offr.io/js/widget/offr_widget.js');
el.setAttribute('id', 'offr-widget');
el.setAttribute('data-widget', 'a12345bc678def90g1h2ij3kl4567mno');
document.body.appendChild(el);
})();
</script>
```

![How to integrate Offr with WP Property Drive](https://4property.com/wp-content/uploads/2022/08/wp-property-drive-offr.png)

How to integrate Offr with WP Property Drive

**Note:** Nothing will show immediately once the code is installed. Further configuration is required from Offr before the button will activate.
