WP Manifestindependent plugin directory
manifest / integrations / slotslaunch-wp-embeds

Slots Launch Embeds releasesself-updates

Tiny WordPress plugin to use slotslaunch.com direct embeds

by Slots Launch · github.com/slotslaunch/slotslaunch-wp-embeds · website

0stars
0forks

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.zip

Ships 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

  1. Download a release (includes vendor/), or clone and run composer install --no-dev.
  2. Upload to wp-content/plugins/slotslaunch-wp-embeds/ and activate.
  3. Go to Settings → Slots Launch Embeds.
  4. 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

TagPublished
1.0.2 Aug 27, 2026
1.0.1 Aug 27, 2026

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.