Title: ProductFrame – Curated products from affiliate feeds
Author: Koen Reus
Published: <strong>3 Diseembar, 2025</strong>
Last modified: 3 Diseembar, 2025

---

Raadi kaabayaal

![](https://ps.w.org/productframe/assets/banner-772x250.png?rev=3409725)

![](https://ps.w.org/productframe/assets/icon-256x256.png?rev=3409725)

# ProductFrame – Curated products from affiliate feeds

 Qore [Koen Reus](https://profiles.wordpress.org/koen12344/)

[Soo Rog](https://downloads.wordpress.org/plugin/productframe.0.5.1.zip)

 * [Faahfaahin](https://so.wordpress.org/plugins/productframe/#description)
 * [Dibu-eegisyo](https://so.wordpress.org/plugins/productframe/#reviews)
 *  [Rakibaad](https://so.wordpress.org/plugins/productframe/#installation)
 * [Horumarinta](https://so.wordpress.org/plugins/productframe/#developers)

 [Taageero](https://wordpress.org/support/plugin/productframe/)

## Sharraxaad

With the **ProductFrame** plugin for WordPress you can create beautiful in-content
sections showing relevant products from product feeds of various affiliate networks.

Networks currently supported:

 * AdTraction
 * TradeTracker
 * Daisycon

**Features:**

 * **Automatic product feed import**: Product feeds are updated daily for up-to-
   date pricing and product availability
 * **Cloaked links**: Affiliate links are redirected through your own website URL
 * **Fast & efficient**: Product data is stored locally, product images are sideloaded
   and optimized
 * **Flexible shortcode**: Show random products, specific products, search by (partial)
   product name

See the plugin in action [here](https://projectplatenspelers.nl/).

## Sawir-shaashado

 * [[
 * Plugin in action on the frontend
 * [[
 * Display relevant affiliate products within content
 * [[
 * Make selections of products

## Rakibaad

 1. Download [the latest version](https://github.com/koen12344/productframe/releases/latest)
 2. Upload the plugin through ‘Plugins’ > ‘Add New’ > ‘Upload plugin’ in your WordPress
    Dashboard, or upload manually through FTP
 3. Add one or more affiliate product feeds through ‘ProductFrame’ > ‘Feeds’
 4. Place the [productframe] shortcode wherever you want to display your affiliate 
    products using attributes below

### [productframe] shortcode

Displays a selection of products based on the supplied attributes

#### Supported shortcode attributes

 * `selection`: An ID of a selection of products generated through ‘ProductFrame’
   > ‘Selections’
 * `limit`: The amount of products that should be displayed (default: 6)
 * `product_ids`: Display specific product IDs. Separated by a comma, e.g. 123,323,312
 * `search`: Show only products containing this word or sentence in their title
 * `random`: Randomize the results

#### Examples

 * `[productframe selection=107]`: Show products from the selection with ID 107
 * `[productframe selection=107 limit=1 random=1]`: Show a single random product
   from the selection with ID 107
 * `[productframe product_ids="2304,2306,2307,665"]`: Show products with specific
   IDs

### [prfr-link] shortcode

Generates an anchor link to a specific product

#### Supported shortcode attributes

 * `product_id`: The ID of the product that should be linked

#### Examples

 * `[prfr-link product_id=67]`: Generate a link to product ID 67, anchor text will
   be the product title
 * `[prfr-link product_id=67]Custom anchor[/prfr-link]`: Generate a link to product
   ID 67, anchor text will be `Custom anchor`

### Styling

The plugin comes with minimal styling that can be easily adjusted with some custom
CSS.

 * `prfr-products-multiple` (div): Wrapper class around all products (if the `limit`
   parameter is higher than 1)
 * `prfr-product` (div): Product wrapper class
 * `prfr-product-image` (div): Product image wrapper (contains a > img)
 * `prfr-product-description` (div)
 * `prfr-product-price` (div)
 * `prfr-button-link` (a): The call-to-action button

Colors can be adjusted by overriding the default CSS variables:

 * `--prfr-button-text-color`: Button text color (default: #fff)
 * `--prfr-button-background-color`: Button background color (default: #611431)
 * `--prfr-button-hover-color`: Button hover color (default: #363636)
 * `--prfr-product-border-color`: Color for the border around the individual products

## Dibu-eegisyo

Ma jiraan wax dibu-eegis ah oo ku saabsan kaabahan.

## Ka-qaybgalayaasha & Horumariyayaasha

“ProductFrame – Curated products from affiliate feeds” waa softiweer il furan. Dadka
soo socda ayaa wax ku biiriyay kaabahan.

Ka-qaybgalayaasha

 *   [ Koen Reus ](https://profiles.wordpress.org/koen12344/)

“ProductFrame – Curated products from affiliate feeds” waxaa lagu tarjumay 1 luqad.
Way ku mahadsan yihiin [turjumaannada](https://translate.wordpress.org/projects/wp-plugins/productframe/contributors)
ka-qaybqaadashadooda.

[Ku tarjun “ProductFrame – Curated products from affiliate feeds” luqaddaada.](https://translate.wordpress.org/projects/wp-plugins/productframe)

### Ma xiisaynaysaa horumarinta?

[Baadh koodka](https://plugins.trac.wordpress.org/browser/productframe/), fiiri 
[bakhaarka SVN](https://plugins.svn.wordpress.org/productframe/), ama iska qor [diiwaanka horumarinta](https://plugins.trac.wordpress.org/log/productframe/)
adigoo adeegsanaya [RSS](https://plugins.trac.wordpress.org/log/productframe/?limit=100&mode=stop_on_copy&format=rss).

## Isbeddellada

#### 0.5.1

 * Fix: MySQL error when search query returns no results

#### 0.5.0

 * Change: Renamed plugin to “ProductFrame”
 * Improved: Link shortcode returns product name when no anchor text is supplied

#### 0.4.5

 * Added: Allow filtering by whether products are on sale
 * Improved: [#28] Display discounted price in selection creator
 * Improved: Show 404 error page when redirecting to product that doesn’t exist
 * Fix: Incorrect cache key causing wrong selection to be displayed
 * Fix: [#30] Selection creator fields getting duplicated when changing order

#### 0.4.4

 * Added: Dutch translations
 * Fix: Translations not loaded on product selection metabox

#### 0.4.3

 * Improved: Various improvements to pass WP Plugin Check
 * Fix: [#29] Products with ASCII characters in slug not properly redirected
 * Fix: Images not loading for some feeds in the selection creator

#### 0.4.2

 * Fix: [#25] GitHub updater not working

#### 0.4.1

 * Fix: Duplicated products when images URLs in feed are changed

#### 0.4.0

 * Added: [#16] Function to clear product thumbnail cache
 * Added: [#7] Allow filtering product selections by feed
 * Improved: [#5] Retain selection view settings in user memory
 * Improved: [#4] Make “Selections” primary menu item
 * Improved: [#21] Allow searching products by EAN/SKU in selection creator
 * Improved: [#8] Do not show products that are no longer available in dynamic shortcodes
 * Fix: [#13] Incorrect thumbnail cropping on non-square product images
 * Fix: [#19] Descriptions showing html characters in selection creator
 * Fix: [#18] Selection showing all products when filtering by Selected = Yes, despite
   none being selected
 * Fix: [#12] Fatal error when a selection with no products is referenced
 * Fix: [#10] Not all products being imported from TradeTracker feeds

#### 0.2.0

 * Added: Uninstall function
 * Added: Daisycon support
 * Added: Shortcode for direct links to products
 * Improved: SQL logic

#### 0.1.1

 * Added: Product ID and Feed in selection section
 * Added: AdTraction sale price
 * Fix: product_ids parameter
 * Fix: selection logic
 * Fix: AdTraction prices above 999

#### 0.1.0

 * Initial public alpha release

## Meta

 *  Version **0.5.1**
 *  Last updated **4 bil kahor**
 *  Active installations **In ka yar 10**
 *  WordPress version ** 6.0 ama ka sareeya **
 *  Tested up to **6.9.4**
 *  PHP version ** 8.0 ama ka sareeya **
 *  Languages
 * [Dutch](https://nl.wordpress.org/plugins/productframe/) iyo .[English (US)](https://wordpress.org/plugins/productframe/).
 *  [Ku tarjun luqaddaada](https://translate.wordpress.org/projects/wp-plugins/productframe)
 * Tags
 * [adtraction](https://so.wordpress.org/plugins/tags/adtraction/)[affiliate](https://so.wordpress.org/plugins/tags/affiliate/)
   [feed](https://so.wordpress.org/plugins/tags/feed/)[products](https://so.wordpress.org/plugins/tags/products/)
   [tradetracker](https://so.wordpress.org/plugins/tags/tradetracker/)
 *  [Aragti Sare](https://so.wordpress.org/plugins/productframe/advanced/)

## Qiimeynta

No reviews have been submitted yet.

[Ku dar dibu-eegistayda](https://wordpress.org/support/plugin/productframe/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/productframe/reviews/)

## Ka-qaybgalayaasha

 *   [ Koen Reus ](https://profiles.wordpress.org/koen12344/)

## Taageero

Ma heysaa waxaad dhahdo? Caawimaad ma u baahan tahay?

 [Eeg madasha taageerada](https://wordpress.org/support/plugin/productframe/)

## Ku deeq

Ma jeclaan lahayd inaad taageerto horumarinta kaabahan?

 [ Ugu deeq kaabahan ](https://koenreus.com)