Go to Juicer

Juicer.io Support Center

Search for any help questions or topics.

Displaying the same Juicer feed multiple times on a website

Avatar
Mario
Updated 2 years ago

There is no limit to the number of locations you can embed a single Juicer feed,

A common question is whether a user can display the same Juicer feed (wall of posts) on different pages of a website, multiple times on the same webpage, or on entirely different websites. The answer is yes. You can do this by simply pasting the embed code for the Juicer feed anywhere on a website, there is no limitation. 

If you'd like your feed to appear differently in the different locations, many customizations are available to be made in the embed code. For example, you can display the feed in the "Modern" style on one page, and the "Slider" style on another, using the data-style attribute. 

Displaying a feed multiple times on the same page

If you are displaying the same feed twice (or more) on a single webpage (not the overall site), you do not need to paste the full embed code after the first embed. Only insert the <ul class...> line of your embed code after the first instance. 

So, the first embed would appear like this (with your own feed-id included):

<script src="https://assets.juicer.io/embed.js" type="text/javascript"></script>
<link href="https://assets.juicer.io/embed.css" media="all" rel="stylesheet" type="text/css" />
<ul class="juicer-feed" data-feed-id="your-feed-id"></ul>

...and the second embed would include only this:

<ul class="juicer-feed" data-feed-id="your-feed-id"></ul>

 

On free plans, also include the final "Powered by Juicer" portion of the embed code.

 

If you have any questions or need any help please email us at hello@juicer.io

Did this answer your question?
😞 😐 😃