Version 1.0.0
Trust Infrastructure Engine is a WordPress plugin built to help businesses display operational trust signals through a live trust score, verification certificate, embeddable trust badges, reporting tools, and a verification API.
The plugin calculates and presents a trust score for a website based on operational metrics and verification logic. It gives site owners a way to present trust information publicly and internally through a verification page, badges, reports, and API access.
/?tie_verify=1&id=YOUR_ID/?tie_widget_iframe=1&id=YOUR_IDIdeal for WooCommerce store owners who want to display operational trust, order reliability, and verification signals to improve buyer confidence.
Useful for web agencies building client sites that need a polished trust verification layer with reporting and embeddable trust displays.
Suitable for business websites that want a public trust certificate, verification ID, and machine-readable proof through an API endpoint.
| Benefit | What it means |
|---|---|
| Improves buyer confidence | Visitors can see a trust score, grade, and verification details before making decisions. |
| Creates transparent verification | The public verification certificate page provides a shareable and verifiable trust record. |
| Supports marketing and sales | Embeddable trust badges and seals can be placed across your website, landing pages, or partner pages. |
| Provides exportable reporting | Administrators can export machine-readable JSON or a printable HTML trust report. |
| Works for demos and client delivery | The setup wizard, dashboard, and reports make it easier to demonstrate value to reviewers, clients, and buyers. |
trust-infrastructure-engine-package/
├── Plugin/
│ └── trust-infrastructure-engine.zip
├── Documentation/
│ └── index.html
├── CHANGELOG.md
├── codecanyon-info.txt
└── readme.txt
public_html/wp-content/plugins/.trust-infrastructure-engine./wp-content/plugins/trust-infrastructure-engine/, not a double folder such as /trust-infrastructure-engine/trust-infrastructure-engine/.
After activation, confirm these items:
| Section | Purpose |
|---|---|
| Trust Score | Displays the current numerical trust score generated by the plugin. |
| Grade | Shows the current grade level associated with the trust score. |
| Risk Label | Provides a human-readable indication such as high risk or moderate trust. |
| Verification ID | Represents the unique identifier used by the trust certificate and API. |
| Trend Area | Displays historical trend information once enough snapshots have been recorded. |
The core of the plugin calculates a trust score based on available trust inputs and operational data. This score is used across the dashboard, reports, verification page, and embeds.
Benefit: Gives website owners a visible and structured trust measurement they can present publicly.
The plugin provides a public verification page where visitors can check a website’s trust status using the verification ID.
Benefit: Useful for transparency, audits, and public trust verification.
https://YOURDOMAIN.com/?tie_verify=1&id=YOUR_ID
The badge builder allows administrators to generate trust displays that can be embedded on pages or external websites.
Benefit: Helps promote trust directly where conversions happen.
The plugin supports embeddable widgets and trust seals. The recommended format is iframe because it is more reliable across third-party sites.
Benefit: Makes trust data portable and easy to display outside the main site.
The reports page provides a clear trust summary with export tools for admins.
Benefit: Helps site owners document and present trust information internally or externally.
Exports trust data in machine-readable format for integrations or archiving.
Benefit: Useful for custom systems, automation, or reporting workflows.
The plugin downloads a printable HTML trust report that can be opened in a browser and saved as PDF using the browser’s print dialog.
Benefit: Provides a clean human-readable report without requiring heavy PDF libraries.
The API returns verification details in JSON format for use by other systems or integrations.
Benefit: Makes the trust layer usable beyond WordPress pages alone.
When WooCommerce is installed, the plugin can use store-related metrics such as refund and fulfillment health to enrich trust evaluation.
Benefit: Gives eCommerce websites a stronger trust model based on real operational behavior.
The setup wizard improves first-time onboarding, while diagnostics help identify issues with cron, integrations, or configuration.
Benefit: Reduces setup friction for both buyers and reviewers.
Open:
Trust Engine → Reports
The Reports page shows trust summary information and includes export actions.
| Action | Result |
|---|---|
| Export JSON | Downloads the trust report in JSON format. |
| Download Printable HTML | Downloads an HTML version of the trust report. |
| Print This Page | Opens the browser print flow for immediate printing or saving to PDF. |
The trust certificate page is the public-facing verification view for your website.
It typically presents:
Example:
https://YOURDOMAIN.com/?tie_verify=1&id=YOUR_ID
Use iframe embeds for maximum compatibility, especially on external sites where scripts may be blocked, stripped, or restricted by content security settings.
<iframe
src="https://YOURDOMAIN.com/?tie_widget_iframe=1&id=YOUR_ID&theme=dark&mode=compact"
style="border:0;width:100%;max-width:520px;height:54px"
loading="lazy"></iframe>
https://YOURDOMAIN.com/?tie_seal_iframe=1&id=YOUR_ID&template=shield_1&theme=dark&size=md
Use this endpoint when you want a smaller seal-style trust display.
The plugin exposes verification data in JSON format through its API layer.
Example endpoint:
https://YOURDOMAIN.com/wp-json/trust-engine/v1/verify?id=YOUR_ID
Use cases include:
The plugin schedules a daily recalculation event using WP-Cron. This process updates trust data and stores snapshots used by the trend view.
Scheduled hook:
tie_daily_recalc
If the trend area says there are not enough snapshots yet, that usually means the plugin needs at least two completed recalculation cycles before drawing a line.
wp-cron.php. This improves consistency for scheduled trust updates.
Prepare 8–15 clean screenshots that show both admin and public-facing functionality.
01-dashboard.png
02-setup-wizard.png
03-trust-reports.png
04-verification-certificate.png
05-badge-builder.png
06-trust-widget.png
07-trust-seal.png
08-json-export.png
09-printable-html-report.png
10-diagnostics-panel.png
No. WooCommerce is optional. The plugin can still work without it, but WooCommerce enhances trust metrics when available.
Use the iframe widget format. If embedding is still blocked, check server headers such as X-Frame-Options or restrictive content security policies.
The trend line needs saved history points. Wait for at least two daily recalculations or ensure WP-Cron is running correctly.
The plugin provides an honest printable HTML export so buyers and reviewers are not misled. The report can still be saved as PDF using the browser print dialog.
Yes. That is one of the main purposes of the verification certificate page.
| Problem | Likely cause | Suggested fix |
|---|---|---|
| Widget does not display | Blocked scripts or iframe restrictions | Use iframe mode and review server security headers |
| Trend line not showing | Not enough saved snapshots | Wait for scheduled recalculations and confirm WP-Cron is running |
| Score or grade not updating | Stored data not refreshed yet | Check settings, cron execution, and latest verification data |
| API returns homepage or wrong content | Incorrect endpoint used | Use the REST endpoint shown in this documentation |
| Reports page empty | Incomplete setup or missing stored data | Complete setup wizard and confirm trust data has been generated |
For support, updates, or item questions, contact the author through CodeCanyon.
Author: PixelForgeWP
Profile: codecanyon.net/user/pixelforgewp