Embed · v1 · April 2026

Add a "Transcribe Audio" Button to Your Site

A single script tag drops a free transcription button onto any page — blogs, podcast hosts, audio archives, course platforms. Visitors click, audio file goes through Grok STT, transcript opens in a new tab. No API key required, no signup wall on the visitor's side.

Live preview

This is the embed, running on this page

1-line install

Drop this anywhere in your HTML — usually under your audio player or at the end of a podcast post. No build step, no dependencies.

<div data-scribeforge></div>
<script src="https://scribeforge.tech/embed.js" defer></script>

Customize

Optional attributes on the <div data-scribeforge> element:

AttributeValuesDefault
data-textAny stringTranscribe audio with Grok
data-themedark | lightdark
data-sizesm | md | lgmd
data-refAny short tagyour hostname

Example with all options:

<div data-scribeforge
     data-text="Transcribe this episode"
     data-theme="dark"
     data-size="lg"
     data-ref="podcast-ep-42"></div>
<script src="https://scribeforge.tech/embed.js" defer></script>

Three live variations

Small + light theme
Large + custom text

Why embed it

Attribution

The embed includes a small "Powered by ScribeForge" link below the button. It is required if you use the script as-is — it is what keeps this free. Removing or hiding the attribution is not allowed.

Privacy

The script loads only from scribeforge.tech. No third-party analytics, no fingerprinting, no cookies. Clicks open the ScribeForge homepage with a ?ref= parameter so we can see which sites send the most visitors and reciprocate where appropriate.

Versioning

The URL https://scribeforge.tech/embed.js always serves the latest stable version. If you need version-pinning for production stability, contact us — we can publish a frozen build.

License

The embed script is free to use on any site. The button (and resulting traffic) leads to ScribeForge's free tier (scribeforge.tech), which has its own terms and privacy policy independent of the embedding site.