All Collections
Integrations
Other Platforms
Get started with TrustedSite on GoDaddy Websites + Marketing
Get started with TrustedSite on GoDaddy Websites + Marketing
Nick Hemenway avatar
Written by Nick Hemenway
Updated over a week ago

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.

Once you have added this code you'll be able to add your site to the TrustedSite system.

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.


Adding engagement trustmarks

Note: Engagement trustmarks require a TrustedSite Pro subscription

For the engagement trustmarks, please use this code snippets below. Place the selected code snippets into an HTML section in the GoDaddy Website Builder.

  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.

  4. Copy and paste any of the the following code snippest in the Custom Code section.

    1. Be sure to replace the YOUR_SITE_HERE text with the URL of your website.

  5. Click Done, then click Publish, then click Save and Publish.

TrustedSite Certified SECURE

<a target="_blank" href="https://www.trustedsite.com/verify?host=YOUR_SITE_HERE"><img class="ts-trustmark" border="0" src="//cdn.ywxi.net/meter/YOUR_SITE_HERE/202.svg" width="90" height="37" title="TrustedSite Certified Secure" oncontextmenu="window.open('https://www.trustedsite.com/verify?host=YOUR_SITE_HERE'); return false;"></a> 

TrustedSite Secure Form

<a target="_blank" href="https://www.trustedsite.com/verify?host=YOUR_SITE_HERE"><img class="ts-trustmark" border="0" src="//cdn.ywxi.net/meter/YOUR_SITE_HERE/211.svg" width="90" height="37" title="TrustedSite Certified Secure Form" oncontextmenu="window.open('https://www.trustedsite.com/verify?host=YOUR_SITE_HERE'); return false;"></a> 

TrustedSite Secure Checkout

<a target="_blank" href="https://www.trustedsite.com/verify?host=YOUR_SITE_HERE"><img class="ts-trustmark" border="0" src="//cdn.ywxi.net/meter/YOUR_SITE_HERE/212.svg" width="90" height="37" title="TrustedSite Certified Secure Checkout" oncontextmenu="window.open('https://www.trustedsite.com/verify?host=YOUR_SITE_HERE'); return false;"></a> 

TrustedSite Secure Login

<a target="_blank" href="https://www.trustedsite.com/verify?host=YOUR_SITE_HERE"><img class="ts-trustmark" border="0" src="//cdn.ywxi.net/meter/YOUR_SITE_HERE/213.svg" width="90" height="37" title="TrustedSite Certified Secure Login" oncontextmenu="window.open('https://www.trustedsite.com/verify?host=YOUR_SITE_HERE'); return false;"></a> 
Did this answer your question?