Go to Juicer

Juicer.io Support Center

Search for any help questions or topics.

Embed a Juicer Feed into Your Website

Choose the best embedding type for your website
Avatar
Mario
Updated 3 weeks ago

Looking to showcase your social media content on your website? Juicer's got you covered! We offer multiple ways to embed your curated feed, catering to different platforms and preferences. 

Let's dive into the options available: 

1. Standard website

2. WordPress

3. iframe

 

⚠️ Note: All embed codes await you in your feed's Embed Dashboard, accessible via the 'Embed' button in the top-right corner.

❗️Do not directly copy the code shown below without replacing
YOUR-JUICER-FEED-NAME with your feed name.

 

1. Standard website

For most websites, this straightforward method works like a charm:

<script type="text/javascript" src="https://www.juicer.io/embed/YOUR-JUICER-FEED-NAME/embed-code.js" async defer></script>

Your code will differ from the example above by having YOUR-JUICER-FEED-NAME replaced with your actual feed name. And you're good to go!


2. WordPress

WordPress users, we've got a special treat for you! We have a whole article on Juicer WordPress Plugin installation at Installing Juicer on a WordPress site.

 

3. iframe

In case neither of the above methods is acceptable to you, you can embed the feed using an iframe.

<iframe src='https://www.juicer.io/api/feeds/YOUR-JUICER-FEED-NAME/iframe' 
frameborder='0' width='1000' height='1000' style='display:block;margin:0 auto;'></iframe>

⚠️ Note: iframe embedding does not support overlays, as overlays cannot be controlled within the frame, and they cannot be displayed outside the iframe.


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

Did this answer your question?
😞 😐 😃