Skip to main content

How to manually move to v2 widgets

Malvina Smaqi avatar
Written by Malvina Smaqi
Updated today

99% of stores can ignore this document! Widgets will automatically update when you move to 2.0, this is specifically for stores that have a custom Junip installation (most commonly "headless" stores).

Our new v2 widgets use an updated script tag URL. While we’ve automatically updated this for most stores, for manually added or hardcoded script tags, we’ll need your help to update the URL.

Instructions below:

  1. Locate the script tag
    Go to your Shopify Admin > Online Store > Themes > Edit Code. The script tag is likely in the layout/theme.liquid file or in any file where Junip content is displayed.

  2. Find the current script tag

    You'd want to look for this line: <script type="text/javascript" async="true" src="https://scripts.juniphq.com/v1/junip_shopify.js"></script>

  3. Update the script URL

    Simply update the URL with the new one: https://widgets.juniphq.com/v1/junip_shopify.js

  4. Final Script

    The updated Junip script should look like this: <script type="text/javascript" async="true" src="https://widgets.juniphq.com/v1/junip_shopify.js"></script>

The new widgets come with new avatars, the "Verified Buyer" badge is hoverable, updated "Sort" filters ("Latest" instead of "Most recent"), and much more. Seeing these updates confirms that you've successfully transitioned to the new widgets! 🎉

If you have any questions or run into any issues, please reach out to our support team! Happy to help.

Did this answer your question?