Showit Setup

Showit Setup

Requirements

You will need…

  1. A Showit subscription (basic tier is sufficient)
  2. Access to the Showit site dashboard
  3. The ability to copy and paste code snippets
  4. Your Goodshuffle Website Integration public browser key

Overview

These are the high-level steps:

  1. Activate you Website Integration.
  2. Add HTML code snippets to your page's header.
  3. Create a page for the basic gallery and embed an HTML code snippet.

This document will guide you through setting up a basic Website Integration on a Showit site, but more customization will likely be desired. This customization is intuitive thanks to Showit's easy to use drag-and-drop interface.

We encourage you to experiment with personalizing your site after running through these basic setup instructions.

Walk-Through

Activation

If you'd prefer to follow along with a video tutorial, we have one available here!

You can do this from the Integrations Tab of your account. Copy the “Public Browser Key” on this screen for subsequent use.

Integration Tab

Inject in Page Header

To inject code in your page header, you will need to inject code into your site's “Header” Canvas by following the steps below:

  1. Go to the Site Canvases menu (under the Site tab of the lefthand menu)
  2. Select the Header Canvas (if this is not a brand new Showit site, your header may be named something different)
  3. Click inside the Header on your page so that you are editing the Header Canvas
  4. Click on the middle button of the button grouping at the bottom of the page (shown in the image below)

Embed HTML

  1. Select Embed Code
  2. Double click on the black box that appears on the header
  3. Paste the below code snippet into the box:
<script type="module" src="https://unpkg.com/@goodshuffle/[email protected]/dist/gspro-wc/gspro-wc.esm.js"></script>
<script nomodule="" src="https://unpkg.com/@goodshuffle/[email protected]/dist/gspro-wc/gspro-wc.js"></script>
<gspro-wishlist-config
    data-url="https://data.goodshuffle.com/vendor/YOUR-PUBLIC-WEBSITE-KEY"
></gspro-wishlist-config>

PLEASE NOTE! You need to replace the text YOUR-PUBLIC-WEBSITE-KEY below with your Public Browser Key from Goodshuffle Pro (retrieved in the Activation step above).

  1. Click Save
  2. Your Website Integration is now installed on your site
  3. Proceed to the next section

Previous versions of the Website Integration also required footer code. Some of our tutorial resources may still reference a footer, but if you are on version 0.5.0 or later of the Website Integration you can safely ignore the footer setup.

Head to the Page tab:

  1. Click the three dots to the right of the page name
  2. Select Add Blank Canvas
  3. Double click New Canvas and rename to “Gallery”
  4. Click on the Gallery Canvas
  5. Click inside the page on the blue button labelled “Gallery”
  6. Give this new Gallery Canvas a height of 3000px on the right side of the screen on both Mobile AND Desktop tabs.
  7. Embed HTML. This is exactly the same as the process described in the ‘Inject in Page Header’ step above
  8. Paste the following snippet into the popup:
<gspro-item-gallery></gspro-item-gallery>
  1. Make sure to resize your gallery iframe to fit your page. You can either drag and drop the corners of the blue box containing your gallery, or change the numerical values on the right side of the screen.
  2. Save and publish your changes.

That's it!