TC
The Comparator
Academy Wiki / Integration Guide

Widget Embed Guide for Publishers

Step-by-step documentation on embedding Deal Monitors, Value Meters, and Comparison Widgets into WordPress, Ghost, and custom CMSs.

Widget Embed Guide for Publishers

The Comparator provides lightweight, interactive hardware value widgets that publishers can embed directly into tech reviews and buyer guides.


1. Widget Types & Use Cases

Widget TypeIdeal Article PlacementWhat It DisplaysPreview Link
Deal MonitorProduct Review CardsLive lowest market price, stock status, 30-day price trendView Demo
Value MeterConclusion / Verdict SectionAlgorithmic $0-100$ Value Score gauge relative to marketView Demo
Versus ComparisonHead-to-Head Comparison ArticlesSide-by-side spec comparison table & winner verdictView Demo

2. Standard iFrame Embedding

Paste the standard responsive iFrame code directly into your article editor HTML block:

<!-- The Comparator Deal Monitor Widget -->
<iframe src="https://thecomparator.tech/embed/deal-ryzen-7-9800x3d.html" 
        width="100%" 
        height="450" 
        frameborder="0" 
        scrolling="no"
        loading="lazy" 
        title="AMD Ryzen 7 9800X3D โ€” Price Snapshot &amp; Value Score">
</iframe>

3. CMS Platform Specific Instructions

WordPress (Gutenberg Editor)

  1. Add a Custom HTML block inside your post editor.
  2. Paste the <iframe> snippet above.
  3. Save or publish your article.

Ghost CMS

  1. Click the + icon in the Ghost editor and select HTML Card.
  2. Paste the <iframe> snippet.

Webflow / Custom Platforms

Paste the code inside an Embed Component.


4. Customizing Widget Parameters

You can pass URL query parameters to customize widget behavior:

  • theme=dark or theme=light: Force specific color scheme.
  • currency=USD: Specify market currency.
  • subid=your_publisher_tag: Attach your custom affiliate tracking tag.

Example:

<iframe src="https://thecomparator.tech/embed/deal-ryzen-7-9800x3d.html?theme=dark&subid=techblog_review_2026" ...></iframe>