You can display your Juicer feed on different webpages and choose which social networks or accounts to show, even if your plan allows only one feed. With a simple change to your embed code, you can filter your feed to show only specific sources from your “Social Media Sources” panel.
How Filtering Works
Suppose you want to display only Facebook posts on one page and only Instagram posts on another. Or, maybe you want to show posts from one X (Twitter) account on one page, and a different X account elsewhere. You can do this by adding a filter to your Juicer embed code.
Using the Standard Embed Code
Add data-filter
to your embed code to specify which sources to show.
Example:
<div class="juicer-feed" data-filter="Facebook, Instagram"></div>
Using the WordPress Shortcode
If you’re using WordPress, add filter
to your Juicer shortcode.
Example:
[juicer name="YOUR-JUICER-FEED-NAME" filter="Facebook, Instagram"]
Important Notes
- You can only filter by social networks or accounts listed in your “Social Media Sources” panel.
- Filtering by specific words or hashtags within posts is not supported here. For that, use the “Moderate and Filter” panel in your Juicer dashboard.
Additional Options
There are other ways to customize your embed code. For more details, see our FAQ entry.
Need Help?
If you have questions or need support, email us at hello@juicer.io.