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), add an exception for Juicer's external JavaScript.
1. 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.
2. Juicer WordPress Plugin
- Install the Juicer plugin via WordPress' "Add new plugin" menu or manually upload the .zip file. You can find both links 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 editor - Paste your
[juicer name='YOUR_FEED_NAME']
shortcode - Save the page.
3. Juicer PHP Function for WordPress Theme
- Install and activate the Juicer WordPress plugin. Links can be found here.
- Add this PHP function to your theme files (e.g., footer.php):
<?php juicer_feed('name=YOUR_FEED_NAME') ?>