Skip to main content

What If Juicer Is Breaking Parts Of Your Website?

jQuery or no-jQuery

Updated over a week ago

If Juicer is interfering with your website's functionality, particularly navigation menus, try the solutions below.

Quick Solutions

  • Use No-jQuery Version: Replace the standard JS line in your embed code with:

    <script src="//assets.juicer.io/embed-no-jquery.js" type="text/javascript"></script>

  • Load Custom jQuery Version:

    <script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script> <script type="text/javascript" src="https://www.juicer.io/embed/YOUR-FEED-ID/embed-code.js?nojquery=true" async defer></script>

⚠️ Note: Remember to replace YOUR-FEED-ID with your actual feed ID.

Platform-Specific Solutions

  1. Use the iframe version: located on your feed’s Dashboard, accessible via the 'Embed' button in the top-right corner.

    ⚠️ Note: Feed embedded via iframe is not responsive and lacks a post overlay feature. For more control over iframes, please check the article Auto-Resizing Juicer iframes to Fit Content.

  2. WordPress Users: Consider using the Juicer WordPress plugin. More information on that can be found here.

⚠️ Note: After making these changes, please clear your browser cache and test.

Did this answer your question?