

The product picker inside the block editor. Search your whole feed, narrow it with filters, click what you want. Here: 120 results for "shoes", filtered down to one brand, four products picked.
Tired of hunting for products, pasting affiliate links, fixing the ones that quietly stopped working, and earning from ads alone? Make your blog shoppable!
Embedding affiliate links by hand costs you valuable time. Time you should spend writing new posts, researching, and running your business. Instead, looking after your links eats it up: links that lead nowhere to replace, new products to find, prices to check. Most affiliates lose sales because a link went out of date without telling them, or because a plain text link just doesn’t invite a click. So how do you show your products in a way readers actually want to explore?
MyFeeds does that for you. Instead of text links that quietly go out of date inside your posts, your readers see product cards that show the merchant, the brand, the title and the price. The cards refresh every day, so the price your reader sees is the price your merchant is charging.
All you do is copy the product feed link from your affiliate network and paste it into MyFeeds. Once the feed is imported, the Product Picker block lets you search it right inside the block editor, by keyword, with filters when you need them.
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.
Install MyFeeds, paste one feed URL, and make your next post shoppable.
This plugin is fully functional on its own. Separate, independent paid plugins called MyFeeds Starter, MyFeeds Pro and MyFeeds E-commerce are available at myfeeds.site. They add things like a carousel block, a visual card designer with Google Fonts, Amazon products through Amazon’s Creators API, 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 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.