Slots Launch Embeds releasesself-updates
Tiny WordPress plugin to use slotslaunch.com direct embeds
by Slots Launch · github.com/slotslaunch/slotslaunch-wp-embeds · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/slotslaunch/slotslaunch-wp-embeds/archive/refs/heads/main.zipShips its own WordPress updater (Update URI header), so new versions show up under Dashboard → Updates.
Readme
Slots Launch Embeds (WordPress)
Lightweight WordPress plugin for signed Slots Launch game embeds. Install, add your API credentials, paste a shortcode — no game sync, no custom code.
Repository: github.com/slotslaunch/slotslaunch-wp-embeds
For full game sync, rankings, and advanced features, use the main Slots Launch WordPress plugin.
Install
- Download a release (includes
vendor/), or clone and runcomposer install --no-dev. - Upload to
wp-content/plugins/slotslaunch-wp-embeds/and activate. - Go to Settings → Slots Launch Embeds.
- Enter your API key and API secret from Launch Pad → API.
Shortcode
[slotslaunch_game id="45958"]
Optional attributes:
[slotslaunch_game id="45958" height="600" width="100%" autoload="false"]
Set autoload="false" to output the embed container without loading the game until the visitor clicks play. See docs/click-to-load.md.
Alias: [slotslaunch id="45958"]
Game IDs are shown in Launch Pad. You can also use Copy Shortcode on any game page.
wp-config.php (optional)
define('SLOTSLAUNCH_API_KEY', 'your-api-key');
define('SLOTSLAUNCH_API_SECRET', 'your-api-secret');
define('SLOTSLAUNCH_SITE_DOMAIN', 'yourdomain.com');
Constants override saved settings. The API secret must never appear in theme files or front-end JavaScript.
How it works
The shortcode outputs a placeholder. JavaScript calls WordPress admin-ajax.php, PHP signs a fresh iframe URL, and the game loads. Works with full-page cache plugins because exp and sig are not stored in cached HTML.
Uses slotslaunch-php on the server. Your API secret never leaves PHP.
Deadline
Signed embeds are required from November 15, 2026. This plugin signs URLs automatically once configured.
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.