Go to Juicer

Juicer.io Support Center

Search for any help questions or topics.

Installing Juicer on a WordPress site

WordPress empowers your online presence with ease and flexibility
Avatar
Mario
Updated 3 weeks ago
Juicer can be added to your WordPress site in three ways:

  1. Default Feed Embed Code
  2. Juicer WordPress Plugin
  3. Juicer PHP Function for WordPress theme

⚠️ 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


  1. Copy your Juicer embed code from your feed Embed window.

  2. In WordPress, create or edit a post/page.
  3. Choose the <Code> block in the content editor.

  4. Paste your embed code.
  5. Save the page.

2. Juicer WordPress Plugin


  1. Install the Juicer plugin via WordPress' "Add new plugin" menu or manually upload the .zip file. You can find both links here.
  2. Activate the plugin.
  3. Create or edit a page/post.
  4. Copy the WordPress shortcode from your feed Embed window

  5. Choose the [Shortcode] block in the content editor

  6. Paste your [juicer name='YOUR_FEED_NAME'] shortcode
  7. Save the page.

3. Juicer PHP Function for WordPress Theme


  1. Install and activate the Juicer WordPress plugin. Links can be found here.
  2. Add this PHP function to your theme files (e.g., footer.php):
<?php juicer_feed('name=YOUR_FEED_NAME') ?>



If you have any questions or need any help, please email us at hello@juicer.io.
Did this answer your question?
😞 😐 😃