Documentation
Step-by-step guide to displaying your SiteTrust certification badge on your website using our secure iframe integration.
Why We Use Iframe Integration
Your SiteTrust certification badge is delivered via a secure iframe to ensure real-time verification and control. This means:
- Your badge automatically reflects your current certification status
- If certification expires or is revoked, the badge updates automatically
- No need to manually update your website when certification status changes
- Secure, tamper-proof display of your certification
Access Your Dashboard
After completing your certification purchase, you'll receive an email with your dashboard login credentials. Log in to your SiteTrust dashboard at dashboard.sitetrust.com
Can't find your login email?
Contact support@sitetrust.comView Your Certification
Once logged in, you'll see your certification details including tier, status, expiration date, and your unique certification badge iframe code.
Certification Status
Active • Expires Dec 31, 2026
Copy Your Iframe Code
In your dashboard, click the "Copy Code" button next to your certification badge. This will copy your unique iframe code to your clipboard.
<iframe src="https://sitetrust.com/badge/YOUR-UNIQUE-ID"
width="150"
height="150"
frameborder="0"
style="border: none;">
</iframe>Add to Your Website Footer
Paste the iframe code into your website's footer HTML. The badge works best in the footer, where visitors expect to see trust indicators and certifications.
Example Footer Integration:
<footer>
<div class="footer-content">
<!-- Your footer content -->
<div class="certifications">
<!-- SiteTrust Badge -->
<iframe src="https://sitetrust.com/badge/YOUR-UNIQUE-ID"
width="150"
height="150"
frameborder="0"
style="border: none;">
</iframe>
</div>
</div>
</footer>Styling Options
You can customize the badge appearance by adjusting the iframe dimensions and adding CSS styling:
<!-- Standard size -->
<iframe src="https://sitetrust.com/badge/YOUR-UNIQUE-ID"
width="150" height="150"
frameborder="0"
style="border: none;">
</iframe>
<!-- Compact size (for smaller footers) -->
<iframe src="https://sitetrust.com/badge/YOUR-UNIQUE-ID"
width="120" height="120"
frameborder="0"
style="border: none;">
</iframe>
<!-- With custom styling -->
<div style="display: inline-block; margin: 10px;">
<iframe src="https://sitetrust.com/badge/YOUR-UNIQUE-ID"
width="150" height="150"
frameborder="0"
style="border: none; border-radius: 8px;">
</iframe>
</div>Troubleshooting
Badge not displaying?
- • Check that the iframe code was copied correctly
- • Ensure your website allows iframes (some security plugins block them)
- • Verify your certification is active in your dashboard
Badge shows as expired?
- • Your certification may have expired - renew in your dashboard
- • Payment may be overdue - check your account status
Need help?
Contact our support team at support@sitetrust.com