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.
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
classoftrustedsite-trustmarkwhich is used for all inline trustmarks.data-typespecifies the type of trustmark to displaydata-widthdetermines the width of the trustmarkdata-heightdetermines 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?
We currently only offer HTML-only trustmarks to customers with an enterprise plan. Get in touch to learn more.
Last updated
Was this helpful?
