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
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:
| Attribute | Values | Default |
|---|---|---|
data-text | Any string | Transcribe audio with Grok |
data-theme | dark | light | dark |
data-size | sm | md | lg | md |
data-ref | Any short tag | your 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
Why embed it
- Audio bloggers + podcast hosts: give listeners a 1-click transcript of every episode without paying for hosted transcription.
- Course platforms: students transcribe lectures themselves on their own time, no admin overhead.
- Audio archives: visitors search the transcripts that they create themselves.
- Memberships / paywalls: gate the audio, surface a free transcript option visitors can self-serve.
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.