Skip to main content

Embed your feed on multiple pages while filtering by social network or account

Quickly display selected social media sources on different webpages using Juicer’s filtering options.

Written by Mario T.

You can show your Juicer feed on multiple pages and choose which social networks or accounts appear on each, even if your plan allows only one feed. For example, you can show only Facebook posts on one page and only Instagram on another, or posts from one X account on one page and a different X account elsewhere. You do this by adding a filter to your embed code.

Filter the standard embed code

Append ?filter= to the embed script URL with a comma-separated list of social network names or source names from your Sources panel.

<script type="text/javascript" src="https://www.juicer.io/embed/YOUR-FEED-SLUG/embed-code.js?filter=Facebook,Instagram" async defer></script>

The filter is applied server-side when posts are fetched, so only the matching ones ever load.

Filter the WordPress shortcode

If you use the Juicer WordPress plugin, add a filter attribute to your shortcode.

[juicer name="YOUR-JUICER-FEED-NAME" filter="Facebook, Instagram"]

Important notes

  • You can only filter by social networks or accounts that exist in your Sources panel.

  • Filtering by specific words or hashtags inside posts isn't supported here. For that, use the Content Filtering panel (Moderation → Filtering) in your dashboard.

If your filter isn't catching the sources you expect, or the embedded feed shows the wrong posts, contact us with the feed name, the URL of the page where you've embedded it, and the exact filter value you used, and we'll take a look.

Did this answer your question?