LogoLogo
SupportDashboard
  • Welcome
  • Installation
    • Main Code
      • Demo Trustmark
    • Conversion Tracking
    • Inline Trustmarks
    • Troubleshooting
  • Certifications
    • Certified Secure
    • Verified Business
    • Issue-Free Orders
    • Shopper Identity Protection
    • Data Protection
    • Spam-Free
    • Trusted Reviews
  • For Partners
    • Affiliates
    • Reseller
  • API
    • Introduction
      • Authentication
      • Data Types
      • Pagination & Sorting
      • Appendix
    • Endpoints
      • User
      • Account
Powered by GitBook
On this page
  • Trustmark Code Example
  • Customizations

Was this helpful?

  1. Installation

Inline Trustmarks

Add inline trustmarks to your website.

We offer several inline trustmarks that can be placed anywhere on your website. To install these, log into your account and visit the Trustmarks section.

From there, select the trustmark you'd like to add. You can easily customize the size. Then copy the provided code and paste it into your website code where you'd like the trustmark to display.

Inline trustmarks require a Pro plan and the main code to be installed on any page you'd like to display the trustmarks.

Trustmark Code Example

Here an example of the trustmark code for the Certified Secure engagement trustmark.

<div class="trustedsite-trustmark" data-type="202" data-width="120"  data-height="50"></div>

It includes:

  • The class of trustedsite-trustmark which is used for all inline trustmarks.

  • data-type specifies the type of trustmark to display

  • data-width determines the width of the trustmark

  • data-height determines the height of the trustmark

These values can be easily generated in the TrustedSite dashboard.

Customizations

You can easily customize the trustmark positioning or other elements using CSS. We recommend adding an additional wrapping div around the generated trustmark code and applying styles to that.

<div id="myTrustmark"><div class="trustedsite-trustmark" data-type="202"></div></div>
#myTrustmark {
    margin-bottom:20px;
}

Looking for HTML-only trustmarks?

PreviousConversion TrackingNextTroubleshooting

Last updated 23 days ago

Was this helpful?

We currently only offer HTML-only trustmarks to customers with an enterprise plan. to learn more.

Get in touch