When you share a Logos deal on Facebook, WhatsApp, X, or other platforms, do you end up with a sad, preview‑less link that looks like spam? Maybe you try to make it look nicer by downloading images from Logos and adding them as images to the post, making it look better but it’s still inconvenient for users since they can’t just click but have to search for the link in the text – and even when they find it, the URL does not look very trustworthy with its long random affiliate strings text that does not contain any information about what is behind the link. You’re not alone. Most affiliate links strip away images, descriptions, and titles – leaving only a bare URL. That kills engagement and trust.
At Theodeals, we’ve built a set of tools that fix this problem for Logos partners. Now you can share any product with a rich social card (title, image, price) while still using your own Impact affiliate link. And if you run your own website, we’re also releasing open‑source scripts so you can offer the same experience to your audience.
🧩 The Problem: Ugly Affiliate Links


Affiliate networks like Impact deliver the tracking you need, but they often strip the Open Graph metadata that social platforms use to build previews. The result: your link appears as a naked URL with no image, no description, no price – exactly what makes people scroll past.
✨ Our Solution: Beautiful, Preview‑Friendly Affiliate Links


On Theodeals, we combine three components to give you the best of both worlds:
- Affiliate Link Builder – store your personal Impact ID and generate custom share links with a single click.
- Lightning‑Fast Redirect Links – social bots see a rich product preview; real visitors go straight to your affiliate URL. No database, no delays – the redirect happens before any heavy processing.
- Price Tracker Integration – share a product page with its price history graph, and your affiliate code automatically attaches to all outgoing Logos links.
🛠️ How It Works on Theodeals
1. Affiliate Link Builder – Set Your Own Prefix
Visit the Affiliate Link Builder page. Enter your Impact affiliate link (or just the main ID) and save it in your browser. From then on, any link you generate from Theodeals (product pages, redirects) will use your affiliate code – not the default one.
- Only the parts that differ from the default prefix are added as URL arguments to keep URLs as short as possible.
- The setting is stored locally (cookie / localStorage), so it stays with you across visits.
2. Redirect Links with Social Previews (Stateless & Fast)
When you’re on a product page, click the Redirect Link button in the footer. You’ll get a short URL like https://theodeals.com/?r=..., that works magically:
- Facebook / Twitter / WhatsApp / Telegram / X – the bot receives a full preview with the product image, title, description, and even the current price.
- Real users – they are instantly redirected to your affiliate link (with your personal ID automatically injected if you’ve saved it).
This is achieved with a tiny, stateless script that runs after database queries for bots but before any database queries for users. No hit counter, no logging – just pure speed, so your links remain reliable even under heavy traffic.
3. Sharing Price Tracker Pages with Your Affiliate Code

The price tracker pages show historical price data – perfect for proving that a deal is genuinely good. If you’ve saved your affiliate ID, every Logos link on that page will automatically carry your code. Just click the Short Link button to copy a link to the tracker page itself, already primed with your affiliate override parameters.
When shared on social media, that page generates a rich preview card that displays all important price information at a glance – even more helpful than a standard product preview. If the deal is especially valuable for subscribers, you can use the Short Link (sub) button to create a link that reflects the subscription‑discounted price in the social card.
And for complete transparency, when someone clicks your shared link, a banner clearly states that all affiliate links on the page belong to you – no hidden surprises.

🌍 Bring the Same Experience to Your Own Site
We believe in sharing what works. That’s why we’ve published a simple, self‑hosted version of the redirect logic on GitHub.
It includes:
- A WordPress plugin – adds an admin page and a shortcode to generate redirect links with social previews. It uses a database table for reliability and optional hit counting – perfect for a private site where database performance isn’t a bottleneck.
- A standalone PHP script – drop it on any server, edit the affiliate prefix, and you have a working generator in minutes. This script is completely database‑free while still keeping links as short as possible.
Both options use the same social‑bot detection and Open Graph caching. They don’t include the price tracker (that’s Theodeals‑specific), but they give you a solid foundation to start sharing Logos products with beautiful previews – and full control over your affiliate links.
🚀 Why This Matters for Logos Partners
- Higher engagement – a link with an image and description is clicked far more often.
- Build trust – people appreciate transparency. Showing price history and labeling affiliate links keeps your audience loyal.
- Help others – by sharing informed deals with historical context, you elevate the whole Logos community.
- No technical headache – whether you use Theodeals or host your own script, the hard work is done for you.
🔧 Technical Notes for the Curious
- Theodeals redirects – a lightweight PHP script detects social bots (by user agent) and serves a minimal HTML page with Open Graph tags. Real visitors get a
302redirect to your affiliate URL. No database, no file storage – everything is handled on the fly. - Open‑source WordPress plugin – redirects after loading WordPress, only slightly slower than Theodeals redirects, but more flexible since it also can be used non-product logos pages.
- Standalone script – encodes the target URL in a base64 string inside the
l_idparameter. No database required; the link itself contains everything needed.
All versions cache Open Graph data for 12 hours to avoid hammering the original product page.
📢 Spread the Word
If you’re a Logos partner, start using the Affiliate Link Builder today. Share deals with confidence, knowing they’ll look great on every platform.
If you run your own site and don’t need the price tracking features, you can still give your audience the same polished sharing experience by setting up your own redirect system. Use the instructions in our GitHub repo – it provides a clean, self‑hosted solution with beautiful social previews and full control over your affiliate links, without the price history component.
