Embed Toolkit
Embed Creek tools on any page with some simple copy-and-paste codes.
Getting your embed code
You can get your embed code in Creek Studio here: Studio > Website > Embeds
Example
To start using it, add the main script to the <head>
of your website.
You can get your embed code in Creek Studio here: Studio > Website > Embeds
<head>
<!-- Before the closing "</head>" tag, insert the <script> tag for your studio. -->
<script src="https://embed.creek.org/studio/s123/v1.0.1/studio.js" defer></script>
</head>
After adding this <script>
tag, you can then add custom elements to your pages like this:
<creek-show-schedule></creek-show-schedule>
This renders a show schedule like this:
Studio ID
In the example above s123
is the ID of your studio. The correct ID is automatically included in the Embeds area of Creek Studio.