Juicer can be added to your WordPress site in three ways:
βοΈNote:Β If your WordPress site uses caching, optimization, or performance plugins (e.g., WP Rocket, NitroPack), add an exception for Juicer's external JavaScript.
Default Feed Embed Code Method
Copy your Juicer embed code from your feed Embed window
β
In WordPress, create or edit a post/page.
Choose the
<Code>block in the content editor.Paste your embed code
Save the page.
Juicer WordPress Plugin
Install the Juicer plugin via WordPress' "Add new plugin" menu or manually upload the .zip file. You can find the download link here.
Activate the plugin.
Create or edit a page/post.
Copy the WordPress shortcode from your feed Embed window
Choose the
[Shortcode]block in the content editorPaste your
[juicer name='YOUR_FEED_NAME']shortcodeSave the page.
Juicer PHP Function for WordPress Theme
Install and activate the Juicer WordPress plugin. The link can be found here.
Add this PHP function to your theme files (e.g., footer.php):
<?php juicer_feed('name=YOUR_FEED_NAME') ?>Done!




