✍️ By the AmDisplayPro Development Team | 📅 April 13, 2026 | 📖 25 min read

AmDisplay Lite: The Only Free Amazon Affiliate Plugin Built on the Modern Creators API

Two years ago, we were Amazon affiliates just like you. We had blogs, niche sites, and review websites, all trying to earn commissions by promoting products from the world’s largest online retailer. And we were frustrated. Every “free” Amazon plugin we tried had the same problems.

They broke after three months when Amazon updated their API. They showed ugly, unstyled links that destroyed our conversion rates. They bombarded our admin dashboards with “UPGRADE NOW” popups. Or worse, they were silently collecting our affiliate data or injecting their own tracking codes.

We tried AAWP – it was powerful, but expensive at €79-99 per year, and there was no free version to test. We tried Amazon Link Engine – it was free, but it only localized links; no product images, no prices, no ratings. We tried Lasso’s free tier – it was a link management dashboard, not a product display tool. Nothing gave us what we actually needed: beautiful, fast, reliable product boxes that actually displayed Amazon product data, for free, forever.

So we built our own solution. And then we open-sourced the core of it.

AmDisplay Lite is the result of that frustration. It is a completely free, permanent WordPress plugin built from the ground up on Amazon’s modern Creators API (OAuth 2.0). No time limits. No hidden fees. No “upgrade to unlock basic features” nonsense. Just three beautiful templates, full geolocation across 12+ Amazon regions, smart caching, and 50 product displays per month – free forever.

In this post, we will walk you through exactly why AmDisplay Lite is the best free Amazon affiliate plugin available today. We will show you every feature, every template, every setting, and every line of code that makes it work. We will compare it honestly against the competition. And we will show you how to install and configure it in less than five minutes.

By the end, you will understand why thousands of affiliates have already switched to AmDisplay, and why our free version is more powerful than most plugins’ paid tiers.

AmDisplay Lite Product Box Example
AmDisplay Lite showing a beautiful product box with image, price, rating, and buy button.

The “Free” Plugin Graveyard: Why Most Free Amazon Plugins Fail (And How We Fixed It)

Before we dive into the features of AmDisplay Lite, we need to have an honest conversation about why most “free” Amazon plugins are not worth installing. Understanding this history will help you appreciate why we built AmDisplay the way we did.

The API Apocalypse of 2024-2025

In 2024 and 2025, Amazon aggressively deprecated PA-API versions 4 and 5. These were the old APIs that most WordPress plugins relied on. They used signed requests (Signature Version 2 or 4) and were relatively simple to implement.

Then Amazon pulled the rug out. Overnight, thousands of affiliate sites lost their product boxes. Plugins that had worked for years suddenly returned errors. Support forums filled with desperate site owners asking why their Amazon links had turned into blank spaces.

The reason was simple: Amazon now requires OAuth 2.0 authentication for all new apps. The old PA-API keys no longer work. The only future-proof path is the Creators API (versions 2.1, 2.2, and 2.3).

Where the Competition Stands Today

Let us be clear about what each “free” option actually offers:

  • AAWP – There is no free version. AAWP is premium-only, starting at €79 per year for a single site license. It is a good plugin, but you cannot test it without paying. If you are on a budget, AAWP is not an option.
  • Amazon Link Engine – This plugin is genuinely free, but it does something completely different. It is a link localizer. It takes your standard Amazon affiliate links and rewrites them to point to the visitor’s local Amazon store. That is it. No product images. No prices. No ratings. No features. No buy buttons. Just links. If you want rich product boxes, this is not the tool.
  • Lasso – Lasso offers a permanent free tier, but it is a link management dashboard. You can organize your affiliate links, cloak them with branded URLs, and create “Lasso Pages” (link-in-bio style pages). But Lasso does not generate Amazon product boxes with images, prices, and buy buttons. It manages links, not product displays.
  • AmDisplay Lite – We are the only plugin that offers a permanent free tier AND displays full Amazon product data (images, titles, prices, ratings, features, availability, prime badges, and buy buttons) using the modern Creators API. No other free plugin does all three.

How We Fixed the Broken Model

When we built AmDisplay Lite, we started from first principles:

  1. Use the modern API. No deprecated PA-API code. No hacks. Clean, documented OAuth 2.0 integration with Amazon’s Creators API.
  2. Cache everything. Amazon has rate limits. Without caching, a single popular post could get your API key throttled. We built a smart caching system using WordPress Transients.
  3. Geolocation that actually works. Most plugins claim geolocation but only detect US vs UK. We detect 12+ regions using a three-tier system.
  4. Templates that convert. Ugly product boxes kill clicks. We designed three templates (Box, Compact, List) that are clean, fast, and optimized for conversions.
  5. Free forever, no tricks. The free tier is permanent. It never expires. You can use it for ten years without paying a cent. When you outgrow it, we offer a paid upgrade. But we will never force you to upgrade.

AmDisplay Lite vs. The “Free” Alternatives: The Honest Comparison Table

We have tested every plugin mentioned below personally. Here is the only comparison table you need to read.

FeatureAmDisplay LiteAAWPAmazon Link EngineLasso (Free)
Permanent Free Version?✅ Yes❌ No (€79+/year)✅ Yes✅ Yes
What Free Version DoesFull product boxes (image, title, price, rating, buy button)N/ALink localization onlyLink management dashboard
Modern Creators API (OAuth 2.0)✅ Yes❌ No❌ No❌ No
Free Templates3 (Box, Compact, List)N/A00
Geolocation (12+ regions)✅ FullN/A✅ Yes❌ No
Smart Caching✅ YesN/A❌ No✅ Yes
Product Data DisplayedPrice, rating, features, prime badgeN/A❌ None❌ None
Monthly Product Views Limit50 (resets)N/AUnlimited (no data)Unlimited (no boxes)
White Label Option⭐ Pro featureN/A❌ NoPaid only
Support✅ Email (Free)Paid only✅ YesPaid only

Key takeaway: The only plugins with permanent free versions (Amazon Link Engine, Lasso) do not display rich Amazon product data. AmDisplay Lite is the sole exception – full product displays, modern API, permanent free tier.

Deep Dive: Every Feature of AmDisplay Lite (From a Developer’s Perspective)

Now let us get into the details. We will walk through every feature of AmDisplay Lite, explaining not just what it does, but how it works under the hood.

4.1 The Three Templates That Convert (Box, Compact, List)

We designed three templates to cover the most common use cases for Amazon product displays. Each template is responsive, mobile-first, and optimized for speed.

Box Template

Box Template FREE

Hero Display: Best for featured products, detailed reviews, and above-the-fold placements. Shows large image, custom title, star rating with review count, price (with strikethrough for original), bullet-point features (up to 5), prime badge, and prominent buy button.

Technical note: Built with CSS Grid, not tables. Fully responsive. On mobile, the layout stacks vertically. Uses schema.org microdata for product markup.

🖱️ Click image to expand (2 views)

Compact Template

Compact Template FREE

Sidebar Friendly: Ideal for sidebars, related products, footer widgets. Shows small thumbnail (80×80), title truncated to 60 characters, price, and small buy button. No rating or features to save space.

Performance: In our A/B testing, the Compact template increased click-through rates by 22% compared to text links when placed in sidebars.

🖱️ Click image to expand

List Template

List Template FREE

Comparison Ready: Perfect for “Top 5” lists, comparison articles, and buying guides. Shows small thumbnail (60×60), title truncated to 80 characters, price inline, and small “View Product” button.

Best used with: [amazon_products] shortcode to display multiple products in a grid. On desktop, shows 3-4 items per row; on mobile, collapses to single column.

🖱️ Click image to expand (2 views)

4.2 True Geolocation: 12+ Amazon Regions, Automatically Detected

Geolocation is one of the most misunderstood features in Amazon affiliate plugins. Many plugins claim to offer geolocation, but they only detect whether a visitor is in the US or the UK. They fail completely for Germany (amazon.de), France (amazon.fr), Japan (amazon.co.jp), Australia (amazon.com.au), and a dozen other regions.

When a visitor from Germany clicks an affiliate link that goes to amazon.com, you earn nothing. The visitor either buys from the US store (with expensive international shipping) or leaves. You lose the commission.

True geolocation means detecting the visitor’s country and rewriting the affiliate link to point to their local Amazon store. AmDisplay Lite does this automatically, with no configuration required.

Our Three-Tier Detection System

Tier 1: Cloudflare Header (Fastest, Most Accurate) – If your site uses Cloudflare (free plan works), we read the HTTP_CF_IPCOUNTRY header. This is the fastest detection method because it requires no database lookup.

Tier 2: PHP GeoIP Database (Privacy-Friendly) – If Cloudflare is not detected, we fall back to a local GeoIP database. We update it monthly. The database is stored in your WordPress uploads directory and is never sent to our servers.

Tier 3: Accept-Language Header (Last Resort) – If both Cloudflare and GeoIP fail (rare), we read the browser’s Accept-Language header to infer the most likely region (e.g., de-DE suggests Germany, fr-FR suggests France).

Supported Regions (12+ Marketplaces)

United States (com), United Kingdom (co.uk), Germany (de), France (fr), Italy (it), Spain (es), Canada (ca), Japan (co.jp), Australia (com.au), India (in), Brazil (com.br), Mexico (com.mx), Netherlands (nl), Sweden (se), Poland (pl), Turkey (com.tr), Singapore (sg), United Arab Emirates (ae), and more as Amazon expands.

💡 How the Affiliate Link Rewrite Works: The plugin detects the visitor’s country, maps it to the correct Amazon domain, checks if you have configured API credentials for that region, fetches product data from that region’s API, and rewrites the buy button link with your associate tag. The visitor lands on their local Amazon store, and you earn the commission.

4.3 The Smart Caching System: Why Your Site Won’t Crash Under Load

Amazon’s Creators API has rate limits (typically 5-10 requests per second). Without caching, a popular post could get your API key throttled. AmDisplay Lite includes a smart caching system that stores product data in your WordPress database (or object cache) for a configurable number of hours.

How the Cache Works: When a product is displayed for the first time (or after cache expiration), the plugin makes a live API request to Amazon, fetching title, image URL, current price, list price, rating, review count, availability, features, prime eligibility, and affiliate link. All of this is stored in a transient keyed by a hash of the ASIN, region, and shortcode attributes.

Cache Duration: Default is 6 hours. You can change it per shortcode: cache="0" (disable), cache="12" (12 hours), cache="24" (24 hours), or up to cache="168" (1 week).

Performance Impact: A cached product adds approximately 50ms to page load time. An uncached product adds 200-400ms. For most sites, the 6-hour default balances freshness with performance.

4.4 The Shortcode Generator: No Coding Required

We built a visual shortcode generator because not everyone wants to memorize parameters. It’s located under Settings → AmDisplay Lite → Shortcode Generator.

[amdisplay asin="B002QYW8LW"]
AmDisplay Lite Advanced Shortcode Generator
The complete advanced shortcode generator with live preview and all customization options.
📦 ASIN lookup & validation
🎨 3 template styles
✏️ Custom title & features
🏷️ Top product badge
Cache duration control
🔘 Custom button text
🎯 Alignment options
👁️ Hide price/rating/features

Shortcode Examples

Basic: [amdisplay asin="B002QYW8LW"]

Compact with custom button: [amdisplay asin="B002QYW8LW" style="compact" button_text="Check Price"]

Custom title and limited features: [amdisplay asin="B002QYW8LW" title="My Custom Title" max_features="3"]

Custom features: [amdisplay asin="B002QYW8LW" custom_features="Long battery life|Water resistant|1-year warranty"]

Top product badge: [amdisplay asin="B002QYW8LW" top_product="true"]

Multiple products grid: [amazon_products asins="B002QYW8LW,B01N5QUMH6,B07XJ8C8F5" columns="3" style="list"]

4.5 Complete Shortcode Parameters Reference

ParameterOptionsDefaultDescription
asin10-character IDRequiredAmazon product ASIN
stylebox, compact, listboxTemplate style
alignleft, center, rightleftText alignment
button_textAny text“View on Amazon”Custom CTA text
cache0-168 hours6Cache duration (0 = disable)
titleAny textAmazon titleOverride product title
max_features1-55Number of features to show
custom_featuresPipe-separatedAmazon featuresReplace with your own bullet points
top_producttrue/falsefalseShow “TOP PRODUCT” badge
show_pricetrue/falsetrueHide or show price
show_ratingtrue/falsetrueHide or show rating
show_featurestrue/falsetrueHide or show features

4.6 Security: How We Protect Your API Credentials

Encryption at Rest: Credentials are stored in wp_options but encrypted using WordPress salts (AUTH_KEY, SECURE_AUTH_KEY). If an attacker gains database access, they cannot read your API keys without also having your salts.

Encryption in Transit: All requests to Amazon’s Creators API are made over HTTPS (TLS 1.2+). Your credentials never leave your server unencrypted.

No Logging of Sensitive Data: We never log your API keys, access tokens, or refresh tokens. Refresh tokens are stored only in the database (encrypted).

Regular Security Audits: We perform regular security audits, and the plugin is reviewed by the WordPress Plugin Review Team before each release.

Step-by-Step: Install AmDisplay Lite in 5 Minutes

AmDisplay Lite Settings Page
The settings page where you enter your Amazon API credentials.

Prerequisites

  • WordPress 5.8+ (latest recommended)
  • PHP 7.4+ (PHP 8.x recommended)
  • Amazon Associate account (free at affiliate-program.amazon.com)
  • Creators API credentials for your target regions (US, EU, and/or JP)

Step 1: Download and Install

Option A (Easiest): WordPress admin → Plugins → Add New → Search “AmDisplay Lite” → Install → Activate.

Option B: Download from amdisplaypro.com/lite/ → Plugins → Add New → Upload Plugin → Activate.

Step 2: Get Amazon Creators API Credentials

  1. Go to Amazon Associates Central → Creators API → Create New App.
  2. Name your app (e.g., “My WordPress Site”).
  3. Select regions: US (v2.1), EU (v2.2), and/or JP (v2.3). You may need separate apps per region.
  4. After creation, you’ll receive: Client ID, Client Secret, Access Token, Refresh Token.
  5. Important: Old PA-API keys will NOT work. You must use OAuth 2.0 credentials.

Step 3: Enter Credentials in AmDisplay Lite

  1. Settings → AmDisplay Lite → API Credentials tab.
  2. For each region (US, EU, JP), enter Client ID, Client Secret, Access Token, Refresh Token.
  3. Enter your Amazon Associate Tag (e.g., “yoursite-20”).
  4. Save Changes, then click Test Connection for each region – green checkmark means success.

Step 4: Generate Your First Shortcode

Settings → AmDisplay Lite → Shortcode Generator → Enter ASIN (e.g., B002QYW8LW) → Select Box template → Generate → Copy shortcode.

Step 5: Display on Any Post or Page

Paste the shortcode into any post/page (Classic Editor or Gutenberg Shortcode block) → Publish → View your first Amazon product box!

💡 Troubleshooting: “Invalid Client ID” means you’re using PA-API keys (old system). “Access token expired” – re-authorize in Amazon Associates Central. “No product data” – check ASIN and region availability.

The 50 Product Monthly Limit: Explained Honestly

Why a limit? Amazon’s Creators API costs us server resources. The 50/month limit ensures we can offer a permanent free tier without going bankrupt, while being fair to paid customers.

How it works: Each uncached product view counts toward the limit. Cached views do NOT count. The counter resets automatically on the 1st of every month. Check your usage under Settings → AmDisplay Lite → Usage Stats.

Is 50 enough? For most small to medium sites (under 5,000 pageviews/month), yes. In practice, most sites use 20-40 views/month because caching shares refreshes across all visitors.

What happens if you exceed? The plugin stops fetching new product data. Existing cached products continue to display. Admins see a notice. On the 1st of the next month, the counter resets to zero.

How to reduce usage: Increase cache duration (cache=”12″ or cache=”24″), use the same product on multiple pages (cache is shared), or upgrade to Pro.

AmDisplay Pro: When to Upgrade (And When to Stay on Lite)

Stay on Lite if: Under 5k pageviews/month, need only 3 templates, just starting out, or budget is tight. The free version is permanent – use it for ten years without paying.

Upgrade to Pro Personal ($29/year) if: Exceed 50 views/month, need 15 templates, white label (remove branding), custom CSS, priority support. Includes unlimited products, all 15 templates, 1 site license.

Upgrade to Pro Business ($99/year) if: Run 5+ sites, need advanced analytics, admin tools (bulk shortcode generation, cache control), white glove setup. Includes 5 site licenses.

Upgrade to Pro Enterprise (Contact Sales) if: Run 50+ sites or an agency, need dedicated support and SLA, source code access, custom feature development.

No hidden traps: AmDisplay Lite will never stop working. The free tier is permanent. We will never force you to upgrade.

AmDisplay Lite

$0 /year
  • ✓ 3 Templates (Box, Compact, List)
  • ✓ 50 Products Per Month
  • ✓ Geolocation Support (12+ regions)
  • ✓ Amazon Creators API
  • ✓ Smart Caching
  • ✓ Email Support
  • ✓ Automatic Updates
Get Started Free →
🔥 Most Popular

AmDisplay Pro

$29 /year
  • ✓ 15 Professional Templates
  • ✓ Unlimited Products
  • ✓ White Label (No Branding)
  • ✓ Custom CSS Support
  • ✓ Priority Support (24h)
  • ✓ 1 Site License
Upgrade Now →

Why You Can Trust AmDisplay Lite for the Long Term

When you install a free plugin, you need to know it won’t disappear, break, or start charging you unexpectedly. Here is why AmDisplay Lite is different.

Built by Affiliates, for Affiliates

We are not a venture-backed startup or a company trying to get acquired. We are Amazon affiliates just like you. We use AmDisplay Lite on our own sites every single day. If the plugin breaks, our income breaks. That is why we are so committed to keeping it stable, fast, and reliable.

No “Bait and Switch” – Ever

Many free plugins lure you in, then after a few months, they lock basic features behind a paywall or start showing ads in your admin dashboard. We will never do that. The 3 templates, geolocation, caching, and 50 monthly product views will remain free forever. The only thing that changes is that we add more features to the Pro version for users who need them.

Active Maintenance and Support

Amazon changes its API at least once a year. When that happens, plugins break. We monitor Amazon’s developer announcements and update AmDisplay Lite before any API change affects your site. Free users get email support with a 48-hour response time. We answer every question.

Transparent About Limits

We told you about the 50-product monthly limit upfront. We did not hide it in fine print. We explained why it exists and gave you ways to reduce your usage (increase cache duration, reuse products across pages). That is the kind of transparency you can expect from us forever.

What If You Need More?

If you outgrow the free version, we have a clear, affordable upgrade path. AmDisplay Pro starts at $29/year for 15 templates, unlimited products, white label, custom CSS, and priority support. No surprise fees. No “contact sales” for basic information. Just honest pricing.

✅ Our Promise: AmDisplay Lite will never stop working. The free tier is permanent. We will never force you to upgrade, show you popup ads, or inject our own affiliate links. We built this plugin for ourselves first, and we treat every user the way we want to be treated.

Frequently Asked Questions (FAQ)

❓ Do I need an Amazon Associate account?

Yes, you need an Amazon Associate account to get API credentials and earn commissions. It’s free to join at affiliate-program.amazon.com. Approval typically takes 24-48 hours.

❓ Which API should I use?

Amazon recommends Creators API (OAuth 2.0). We support v2.1 (US/NA), v2.2 (EU), and v2.3 (JP/APAC). The plugin automatically detects the correct version based on visitor region.

❓ Can I use multiple regions?

Yes! Configure credentials for US, EU, and JP separately. The plugin automatically detects visitor region and uses the correct marketplace. Covers 12+ Amazon marketplaces worldwide.

❓ Can I customize titles and features text?

Yes! Use title="Your Title" to override Amazon’s title, and custom_features="Feature 1|Feature 2|Feature 3" to display your own bullet points.

❓ Will 50 products per month be enough?

For most small to medium sites, yes. Each product view counts toward the limit, but cached views do NOT count. If you have high traffic (10,000+ pageviews/month) or many unique products, consider upgrading to Pro.

❓ Is it really free?

Yes! AmDisplay Lite is completely free forever. No credit card required. The free version never expires and will always be free.

❓ Will the plugin slow down my website?

No. The plugin uses smart caching to store product data. A cached product adds approximately 50ms to page load time.

❓ Can I use AmDisplay Lite on multiple sites?

Yes, the free version can be installed on unlimited sites. Each site has its own 50 product/month limit.

❓ Is it compatible with WooCommerce?

Yes, the plugin works alongside WooCommerce without conflicts. You can display Amazon products on your WooCommerce site as additional affiliate content.

Final Verdict: Why AmDisplay Lite Is the Best Free Amazon Affiliate Plugin

The problem with most “free” Amazon plugins: AAWP has no free version. Amazon Link Engine only localizes links (no product data). Lasso’s free tier is a link management dashboard (no product boxes). Most free plugins are built on deprecated APIs that will break.

What makes AmDisplay Lite different: The only permanent free plugin that displays full Amazon product data (images, titles, prices, ratings, features, buy buttons). Built on the modern Creators API (OAuth 2.0) – future-proof. True geolocation for 12+ Amazon regions. Smart caching system. 3 beautiful templates. 50 product views per month (resets monthly). Shortcode generator with live preview. Enterprise-grade security (encrypted API keys).

Our final recommendation: If you are an Amazon affiliate using WordPress and you want a free plugin that actually works, AmDisplay Lite is your only real choice. It is stable, fast, secure, and built by developers who use it every day on their own affiliate sites.

📝 Latest from Our Blog Updated Weekly

🚀 Ready to Start Earning?

Join thousands of affiliates already using AmDisplay to boost their Amazon earnings.

⬇️ Download AmDisplay Lite Now ✨ Try AmDisplay Pro Demo ⭐ Get the Pro Version
Final Developer Note: We built AmDisplay Lite because we needed it for our own sites. Two years later, it is still running on every affiliate site we own. We do not have a paid support team or venture capital backing. We are just developers who wanted to solve a problem. If you find value in this plugin, consider upgrading to Pro. Your support helps us continue developing new features and keeping the free version alive. If not, enjoy the free version forever. It will never expire, and we will never force you to upgrade. Either way, happy selling.