Skip to main content

Introduction

The Seenic External JavaScript IFrame API provides third-party developers the ability to deeply integrate Seenic Tours to their solutions.

Using this API provides ability to make custom filtering, use your own website components to control Seenic Tours and make it look like part of your website/application.

What you can do

  • Send method calls from the parent window to the iframe
  • Subscribe to state and receive responses from the iframe
  • Use a simple, promise-based API from your application code

How it works

The library establishes a messaging channel between the parent page and the iframe. All communication uses the standard browser postMessage API.

Next steps