Skip to main content
All CollectionsIntegrationsGoDaddy
Get started with TrustedSite on GoDaddy Websites + Marketing
Get started with TrustedSite on GoDaddy Websites + Marketing
Nick Hemenway avatar
Written by Nick Hemenway
Updated today

GoDaddy Websites + Marketing (also referred to as GoDaddy Website Builder) is a platform that makes it easy to design websites.

Adding the main code and floating trustmark

To add TrustedSite trustmarks to your GoDaddy website, you'll need to use modified versions of our code.

  1. Log in to your GoDaddy account and click Edit Site.

  2. This will open the Site Editor. Click Add Section.

  3. A menu will pop up offering various templates for the new section. Select HTML.

    1. You can use the search box and type in HTML to find the section or select it under Files & Web.

  4. Copy and paste the following code snippet in the Custom Code section:

    <script>
    var t = document.createElement('script');
    t.setAttribute("type", "text/javascript");
    t.setAttribute("src", "https://cdn.ywxi.net/js/1.js");
    parent.document.getElementsByTagName("head")[0].appendChild(t);
    </script>
  5. Click Done, then click Publish, then click Save and Publish.

If your TrustedSite account is already set up, the trustmarks should appear on your live website within a few minutes.

Tip: Set the HTML section Forced Height to 1 pixels to minimize empty space on your web page. We also recommend leaving the title field blank.

Note: You'll need to do this on each page you want the floating trustmark to display on. It must be on the home page to successfully add your website to the TrustedSite system.

Did this answer your question?