Juicer Plugin Guide

Sign up via juicer.io and create a feed for free. (It only takes a minute)

Once you've done that you can use the shortcode:

[juicer name='YOUR_FEED_NAME']

To get your Juicer feed name:

  1. Sign into your account on juicer.io
  2. Navigate to juicer.io/dashboard
  3. You will be taken to a url like https://www.juicer.io/feeds/feed-slug
  4. The 'feed-slug' portion of the url is your feed name.
  5. To use a shortcode for the embed feed try [juicer name='feed-slug']
  6. Make sure you replace the value feed-slug of name attribute above with your feeds name.

Alternatively, you can add the feed to your template directly if you like using PHP. Here's an example:

<?php juicer_feed('name=juicer'); ?>

Note: For more advanced usage, please refer to the documentation -> Customization options