

Live product grid inside a real blog post. Pick products in the editor, hit publish, and your readers see what the merchant is actually selling today, for as long as the post exists.
Stop copy-pasting affiliate products. Stop fixing dead links by hand. Start writing.
MyFeeds drops live product tiles into your posts. The prices, stock and links update themselves, so you write once and stop maintaining.
You write about products you recommend. You drop them into your posts. A few weeks pass, and half the prices are off, a couple of products went out of stock without telling you, and one merchant quietly disappeared from your network. Every roundup, every gift guide, every product page tells the same story. Quietly going stale while you write the next one.
MyFeeds takes your affiliate program’s product feed and quietly keeps it in sync with your site. You pick a product inside the block editor the way you’d pick an image, hit publish, and move on. The next morning the prices are still right. The dead products are flagged. Your readers see what the merchant is actually selling today.
You get to stay where the value is. Writing. Instead of pasting URLs at midnight.
Anyone earning a cut when readers click and buy. Whatever you cover, from clothing and gear to books, beauty, supplements, tools, baby, garden, hobbies, niche electronics, or deals: if there’s an affiliate program for it, there’s a product feed somewhere, and MyFeeds can read it.
The block editor stays your block editor. The plugin works in the background.
The next day the nightly sync refreshes what changed. The week after, a full import catches everything else. You don’t think about it.
This plugin is fully functional on its own. Separate, independent paid plugins called MyFeeds Pro and MyFeeds Business are available at myfeeds.site. They add things like a carousel block, a visual card designer with Google Fonts, click and conversion analytics, and a full multi-feed shop system. They are not required to use this plugin.
This plugin connects to external services only when the site administrator chooses to configure a feed that uses them. No external services are contacted on the frontend or for visitors.
When you add an AWIN feed in the WordPress admin, the plugin calls the AWIN Publisher API on your behalf to verify your publisher credentials, look up your approved advertisers, and resolve their feed download URLs so the import job knows where to pull the product feed from.
https://api.awin.com/, AWIN’s official publisher API endpoint.AWIN’s terms of service and privacy policy apply to this data exchange:
To import products, the plugin downloads the feed file from the URL you save in the Feed Manager. The feed URL points to your affiliate network’s product feed export, in CSV, TSV, XML, or JSON format.
User-Agent header identifying the WordPress site and plugin version. No publisher credentials, user data, or visitor data are sent in the request body.Because the feed URL itself is provided by an affiliate network, the privacy and terms of that download are governed by that network. Please refer to your network’s terms of service and privacy policy for details on what they record about feed downloads.
No data is sent to any other external service. The plugin stores imported products in your own WordPress database and serves them from there; the frontend never contacts an external host to render a product.
The full source for this plugin is open-source. See https://myfeeds.site for the project homepage and links to the public repository.
src/index.jsnpm run build (configuration in package.json)To rebuild the editor bundle from source, run npm install && npm run build inside the plugin folder.