Integrations & Widgets

Website integration

Here we explain how you can integrate Trustify on a website to create trust and increase your sales. To do this, customize and embed the widgets provided by Trustify on your website. In addition to the widgets, we also recommend proactively asking customers for reviews.

The widgets:

  • Improve your SEO
  • Are multilingual and have user language recognition
  • Support light and dark mode (also with detection)
  • Are optimized for fast loading times
  • Offer an optimal display for every device
  • Can be easily customized

Trustify Widget - Bar

The bar widget appears at the bottom of the website above the actual content. widget bar example

Integrate the widget

  1. Add the following code within the <head> tag of the web page:

    <link rel="stylesheet" href="https://cdn.trustify.ch/widgets/v2/css/bar.css">
    
  2. Place this code somewhere on the desired page within the <body> tag:

    <div id="trustify-bar" class="trustify-bar" data-profile="your-profile-slug" data-closable="true" data-default-lang="en" data-autodetect-lang="true" data-seo="true" data-autodetect-mode="false" data-mode="light" data-logo-icon="false"> </div>
    <script src="https://cdn.trustify.ch/widgets/v2/js/bar.js"></script>
    

    Many websites have global files with a <body> tag. If you insert this code there, the widget will be loaded on all pages.

  3. Replace in the code your-profile-slug with your Trustify profile slug to load the content. You can get your Trustify profile slug for example by the URL of your Trustify profile:

    https://in.trustify.ch/[your-profile-slug]
    

Customize the widget

The HTML (from step 2) contains several data attributes. These can be customized to change the widget

AttributeDescription
data-profileThe Trustify profile slug is used to define the profile from which data is loaded in the widget.
data-closableDetermines if the bar can be closed. Values: true or false.
data-default-langThe default language of the bar. Values: en, de or fr.
data-autodetect-langEnables automatic language detection based on the user's browser language. Values: true or false.
data-seoEnables SEO optimizations. Values: true or false. If several widgets are used, this option may only be active for one widget per page!
data-autodetect-modeEnables automatic detection of the user's mode (light/dark). Values: true or false. Should only be activated if the rest of the website also adapts automatically.
data-modeSets the mode of the bar. Values: light or dark.
data-logo-iconDisplays a logo icon instead of the main logo. Values: true or false.

Trustify Widget - Badge

The badge widget appears at the bottom right or left of the website above the actual content. widget badge example

Integrate the widget

  1. Add the following code within the <head> tag of the web page:

    <link rel="stylesheet" href="https://cdn.trustify.ch/widgets/v2/css/badge.css">
    
  2. Place this code somewhere on the desired page within the <body> tag:

    <div id="trustify-badge" class="trustify-badge" data-profile="your-profile-slug" data-closable="true" data-default-lang="en" data-autodetect-lang="true" data-seo="true" data-autodetect-mode="false" data-mode="light" data-logo-icon="false" data-position="right"> </div>
    <script src="https://cdn.trustify.ch/widgets/v2/js/badge.js"></script>
    

    Many websites have global files with a <body> tag. If you insert this code there, the widget will be loaded on all pages.

  3. Replace in the code your-profile-slug with your Trustify profile slug to load the content. You can get your Trustify profile slug for example by the URL of your Trustify profile:

    https://in.trustify.ch/[your-profile-slug]
    

Customize the widget

The HTML (from step 2) contains several data attributes. These can be customized to change the widget

AttributeDescription
data-profileThe Trustify profile slug is used to define the profile from which data is loaded in the widget.
data-closableDetermines if the badge can be closed. Values: true or false.
data-default-langThe default language of the badge. Values: en, de or fr.
data-autodetect-langEnables automatic language detection based on the user's browser language. Values: true or false.
data-seoEnables SEO optimizations. Values: true or false. If several widgets are used, this option may only be active for one widget per page!
data-autodetect-modeEnables automatic detection of the user's mode (light/dark). Values: true or false. Should only be activated if the rest of the website also adapts automatically.
data-modeSets the mode of the bar. Values: light or dark.
data-logo-iconDisplays a logo icon instead of the main logo. Values: true or false.
data-positionDetermines the position of the badge. Values: right or left.

Trustify Widget - Seal

The seal widget will appear on the page exactly where it is placed. widget seal example

Integrate the widget

  1. Add the following code within the <head> tag of the web page:

    <link rel="stylesheet" href="https://cdn.trustify.ch/widgets/v2/css/seal.css">
    
  2. Place this code somewhere within the <body> tag:

    <script src="https://cdn.trustify.ch/widgets/v2/js/seal.js"></script>
    
  3. Place this code at the exact position in the <body> tag where you want the seal to be loaded:

    <div id="trustify-seal" class="trustify-seal" data-profile="your-profile-slug" data-default-lang="en" data-autodetect-lang="true" data-seo="true" data-autodetect-mode="false" data-mode="light" data-logo-icon="false" data-bg-transparent="false" data-no-border="false"></div>
    
  4. Replace in the code your-profile-slug with your Trustify profile slug to load the content. You can get your Trustify profile slug for example by the URL of your Trustify profile:

    https://in.trustify.ch/[your-profile-slug]
    

Customize the widget

The HTML (from step 3) contains several data attributes. These can be customized to change the widget

AttributeDescription
data-profileThe Trustify profile slug is used to define the profile from which data is loaded in the widget.
data-default-langThe default language of the seal. Values: en, de or fr.
data-autodetect-langEnables automatic language detection based on the user's browser language. Values: true or false.
data-seoEnables SEO optimizations. Values: true or false. If several widgets are used, this option may only be active for one widget per page!
data-autodetect-modeEnables automatic detection of the user's mode (light/dark). Values: true or false. Should only be activated if the rest of the website also adapts automatically.
data-modeSets the mode of the seal. Values: light or dark.
data-logo-iconDisplays a logo icon instead of the main logo. Values: true or false.
data-bg-transparentIf true, the background of the seal becomes transparent. Values: true or false.
data-no-borderIf true, the border of the seal is hidden. Values: true or false.

Trustify Widget - Micro

The micro widget will appear on the page exactly where it is placed. widget micro example

Integrate the widget

  1. Add the following code within the <head> tag of the web page:

    <link rel="stylesheet" href="https://cdn.trustify.ch/widgets/v2/css/micro.css">
    
  2. Place this code somewhere within the <body> tag:

    <script src="https://cdn.trustify.ch/widgets/v2/js/micro.js"></script>
    
  3. Place this code at the exact position in the <body> tag where you want the micro widget to be loaded:

    <div id="trustify-micro" class="trustify-micro" data-profile="your-profile-slug" data-seo="true" data-autodetect-mode="false" data-mode="light" data-bg-transparent="false" data-no-border="false"></div>
    
  4. Replace in the code your-profile-slug with your Trustify profile slug to load the content. You can get your Trustify profile slug for example by the URL of your Trustify profile:

    https://in.trustify.ch/[your-profile-slug]
    

Customize the widget

The HTML (from step 3) contains several data attributes. These can be customized to change the widget

AttributeDescription
data-profileThe Trustify profile slug is used to define the profile from which data is loaded in the widget.
data-seoEnables SEO optimizations. Values: true or false. If several widgets are used, this option may only be active for one widget per page!
data-autodetect-modeEnables automatic detection of the user's mode (light/dark). Values: true or false. Should only be activated if the rest of the website also adapts automatically.
data-modeSets the mode of the micro widget. Values: light or dark.
data-bg-transparentIf true, the background of the micro widget becomes transparent. Values: true or false.
data-no-borderIf true, the border of the micro widget is hidden. Values: true or false.
Previous
Surveys & Analysis