Embed Documentation

Learn how to embed your Exhibito gallery on your website

Embed Your Gallery

You can embed your Exhibito gallery on any website using an iframe. This allows visitors to view your NFT collection directly on your site without leaving the page.

Note: Embed functionality is currently in development. This documentation will be updated when the feature is available.

Basic Embed Code

Once available, you'll be able to embed your gallery using this simple iframe code:

<iframe 
  src="https://exhibito.app/@username/gallery-slug" 
  width="100%" 
  height="800" 
  frameborder="0" 
  allowfullscreen>
</iframe>

Replace username and gallery-slug with your actual username and gallery slug.

Customization Options

Coming soon: Customize your embedded gallery with these options:

Height & Width

Adjust the width and height attributes to fit your page layout. Use percentages for responsive design.

Theme Selection

Choose from different gallery themes that match your website's design. Themes can be set in your gallery settings.

Auto-Height

Enable auto-height mode so the iframe adjusts to your gallery's content automatically.

Examples

Full Width Embed

<iframe 
  src="https://exhibito.app/@username/gallery-slug" 
  width="100%" 
  height="1000" 
  frameborder="0">
</iframe>

Centered Container

<div style="max-width: 1200px; margin: 0 auto;">
  <iframe 
    src="https://exhibito.app/@username/gallery-slug" 
    width="100%" 
    height="800" 
    frameborder="0">
  </iframe>
</div>

WordPress Integration

To embed in WordPress, you can use the HTML block or a custom HTML widget:

  1. Add a "Custom HTML" block to your page
  2. Paste your iframe embed code
  3. Publish or update your page

Tip: WordPress may strip iframe tags by default. If your embed doesn't show, you may need to install a plugin that allows iframes, or use a shortcode plugin.

Coming Soon

We're working on these embed features:

  • JavaScript SDK for advanced customization
  • Responsive embed widgets
  • Lightbox mode for full-screen viewing
  • Custom CSS injection
  • API endpoints for programmatic access
  • WordPress plugin
  • Shopify app

Questions About Embedding?

Have questions or need help with embedding? We're here to assist!