Skip to main content

How do I add the Website Integration to specific pages?

Colin Connor avatar
Written by Colin Connor
Updated over a month ago

This feature is available on all Goodshuffle Pro Plans.

If you prefer to show the Website Integration on specific pages, you will need to include this snippet of code on each of those pages

<div class="gspro-gallery-omni-present">
  <gspro-sprite></gspro-sprite>
  <gspro-item-detail data-mode="inactive"
      class="gspro-u-fullscreen"
      route="/item/:id/:title*"></gspro-item-detail>
  <gspro-wishlist route="/wishlist"></gspro-wishlist>
</div>
Did this answer your question?