• zshah512

    (@zshah512)


    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

    (@keywordrush)

    Use next param:

    [content-egg module=Amazon next=3]
    ...
    [content-egg module=Amazon next=5]

    Thread Starter zshah512

    (@zshah512)

    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

    (@keywordrush)

    [content-egg module=Amazon limit=1 offset=2]
    [content-egg module=Amazon limit=1 offset=2]
    Thread Starter zshah512

    (@zshah512)

    Thanks, but how would this work if I wanted to show the 1st product again?

    Plugin Author keywordrush

    (@keywordrush)

    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.