To add ProveSource to your GoDaddy site please follow these steps:

  1. Go to your ProveSource settings and copy your API key:

  2. Go to your GoDaddy product page.

  3. Scroll to Websites + Marketing and select Manage next to your website to open your site.

  4. Select Edit Website or Edit Site to open your website builder.

  5. Go to the page and location you want to add your custom code, and add a section.

  6. Search for the HTML section and select Add.

  7. Paste your API key into this code (where it says PASTE YOUR API KEY HERE, between the quote signs) and add the code into the Custom Code field in GoDaddy:

<script>
var w = window.top;
!function(o,i){w.provesrc&&w.console&&console.error&&console.error("ProveSource is included twice in this page."),w.provesrc={dq:[],display:function(){this.dq.push(arguments)}},o._provesrcAsyncInit=function(){w.provesrc.init({apiKey:"PASTE YOUR API KEY HERE",v:"0.0.4"})};var r=i.createElement("script");r.type="text/javascript",r.async=!0,r["ch"+"ar"+"set"]="UTF-8",r.src="https://cdn.provesrc.com/provesrc.js";var e=i.getElementsByTagName("script")[0];e.parentNode.insertBefore(r,e)}(w,w.document);
</script>
Did this answer your question?