Title: Insert Multiple Amazon Products
Last modified: November 7, 2016

---

# Insert Multiple Amazon Products

 *  [zshah512](https://wordpress.org/support/users/zshah512/)
 * (@zshah512)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/insert-multiple-amazon-products/)
 * Is there way a to insert different Amazon products throughout a post? For example,
   I want to show a Nintendo Amazon carousel on the top of the article and a Playstation
   Amazon Carousel at the bottom of the article. How can I accomplish this? I dont
   want both amazon products to be grouped together. I want to display them separately
   on a single page.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [keywordrush](https://wordpress.org/support/users/keywordrush/)
 * (@keywordrush)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/insert-multiple-amazon-products/#post-8408665)
 * Use next param:
 *     ```
       [content-egg module=Amazon next=3]
       ...
       [content-egg module=Amazon next=5]
       ```
   
 * …
    -  This reply was modified 9 years, 5 months ago by [keywordrush](https://wordpress.org/support/users/keywordrush/).
 *  Thread Starter [zshah512](https://wordpress.org/support/users/zshah512/)
 * (@zshah512)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/insert-multiple-amazon-products/#post-8416365)
 * Fantastic! That worked, but what if I want to repeat 1 product again? Seems like
   its running in a sequence right now and there’s no way to show 1 product multiple
   times.
 *  Plugin Author [keywordrush](https://wordpress.org/support/users/keywordrush/)
 * (@keywordrush)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/insert-multiple-amazon-products/#post-8416756)
 *     ```
       [content-egg module=Amazon limit=1 offset=2]
       [content-egg module=Amazon limit=1 offset=2]
       ```
   
 *  Thread Starter [zshah512](https://wordpress.org/support/users/zshah512/)
 * (@zshah512)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/insert-multiple-amazon-products/#post-8416863)
 * Thanks, but how would this work if I wanted to show the 1st product again?
 *  Plugin Author [keywordrush](https://wordpress.org/support/users/keywordrush/)
 * (@keywordrush)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/insert-multiple-amazon-products/#post-8418104)
 * 1st product:
    [content-egg module=Amazon offset=1 limit=1] 1st product again:[
   content-egg module=Amazon offset=1 limit=1]

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Insert Multiple Amazon Products’ is closed to new replies.

 * ![](https://ps.w.org/content-egg/assets/icon.svg?rev=2546039)
 * [Content Egg – Affiliate Product Importer & Price Comparison](https://wordpress.org/plugins/content-egg/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/content-egg/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/content-egg/)
 * [Active Topics](https://wordpress.org/support/plugin/content-egg/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/content-egg/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/content-egg/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [keywordrush](https://wordpress.org/support/users/keywordrush/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/insert-multiple-amazon-products/#post-8418104)
 * Status: not resolved