🕓 0 minutes, 49 seconds | 252 views
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>
Note: Nothing will show immediately once the code is installed. Further configuration is required from Offr before the button will activate.