Direct Embeds
Embed demo games on any website using an iframe. No WordPress required.
What are Direct Embeds?
Every game in the SlotsReach catalog has a unique embed URL. Point an iframe at that URL and visitors can play the demo directly on your page.
This works on any platform — WordPress, Webflow, custom HTML sites, even landing pages. Your API key authenticates the request.
Embed Code
Replace sweet-bonanza-pragmatic-play with your game slug and YOUR_API_KEY with your actual key.
<iframe
src="https://slotsreach.com/api/embed/sweet-bonanza-pragmatic-play?token=YOUR_API_KEY"
width="100%"
height="600"
frameborder="0"
allowfullscreen>
</iframe>Getting Game Slugs
Game slugs follow the format {game-title}-{provider-slug}. For example:
- Sweet Bonanza by Pragmatic Play →
sweet-bonanza-pragmatic-play - Book of Dead by Play'n GO →
book-of-dead-playn-go - Wanted Dead or a Wild by Hacksaw Gaming →
wanted-dead-or-a-wild-hacksaw-gaming
You can browse the full catalog at slotsreach.com. The slug is visible in the URL of each game page.
If you use the WordPress plugin, all imported game slugs are available under SlotsReach → Games in your WP admin.
Usage Notes
API Requests
Each game load counts as one API request against your account. Consider using a “Play Demo” button that loads the iframe on click rather than auto-loading — this saves bandwidth and improves page performance.
HTTPS Required
The embed URL uses HTTPS. Your site must also use HTTPS, otherwise browsers will block the iframe as mixed content.
Domain Allowlist
Your API key is tied to the domain you registered. Embeds on unregistered domains will show an error. Add additional domains in your Dashboard.