Installation Guide

Quick guide to installing the Ask a Friend experience on your site.

To add the Ask a Friend experience on your website, follow these two steps

1

Add Noble script below in the head section of your website between <head> and <head/>.

<script src="https://tag.thatsnoble.com/widget/prod/conversation-widget-tag.js"></script>

You can also deploy this script in Google Tag Manager as a Custom HTML Tag.

2

Add Noble's iframe to you website

To get the CTA button to you website, add it where you want it to be displayed. We recommend adding it to the navigation bar of your website.

You can get this iframe from Noble dashboard and it should look like this:

<iframe src="https://conversations.thatsnoble.com/widget/{schemaName}" frameborder="0" style="width: 0px; height: 0px;" id="nobleIframe"></iframe>

Last updated