Demo trustmarks
Nick Hemenway avatar
Written by Nick Hemenway
Updated over a week ago

Beta Feature: This feature is in active development. Please let us know if you experience any issues.

For platforms like Shopify, BigCommerce and GoDaddy Website Builder, we are in the process of adding support for demo trustmarks automatically. Check back soon for more.

When building your website you can easily enable demo trustmarks to display prior to earning website certifications. You can also use this for any development or locally hosted websites to preview the trustmark positions. Your website does not need to be in the TrustedSite system to display demo trustmarks.

These demo trustmarks are watermarked with the demo banner and link to a demo note rather than the TrustedSite certification page or modal.

Enable demo trustmarks

To enable demo trustmarks, you'll need to update your main code src to include ?demo=1 parameter:

<script type="text/javascript" src="https://cdn.ywxi.net/js/1.js?demo=1" async></script>

Once you're ready to go live

For your live websites that have earned TrustedSite certifications, simply remove the ?demo=1 parameter from the main code:

<script type="text/javascript" src="https://cdn.ywxi.net/js/1.js" async></script>

Did this answer your question?