Skip to content

Getting Started

RequirementMinimum
WordPress6.0+
PHP8.0+

Note: SlideMind Bridge checks the PHP version on activation and displays a notice if the requirement is not met.

From WordPress.org:

  1. In your WordPress admin, go to Plugins > Add New.
  2. Search for SlideMind Bridge.
  3. Click Install Now, then Activate.

From a ZIP file:

  1. In your WordPress admin, go to Plugins > Add New > Upload Plugin.
  2. Upload the slidemind-bridge.zip file and click Install Now.
  3. Click Activate.

After activation, a new SlideMind Bridge menu appears in the WordPress admin sidebar with two pages: Packages and Reports.

SlideMind Bridge can be installed on its own or alongside SlideMind WP (the AI-powered e-learning gateway):

ModeDescription
StandaloneInstall Bridge by itself. All core features work — including LMS completion bridging if a supported LMS plugin is active. Pro features (Reports, LRS forwarding) can be unlocked with a standalone Bridge Pro license.
CompanionInstall Bridge alongside SlideMind WP. Both plugins share the same admin menu. Pro features unlock automatically with a SlideMind Pro license.

LMS integration (completion and score passback) is completely independent of SlideMind WP — it depends only on whether a supported LMS plugin is active on your site.


SlideMind Bridge supports the three main e-learning interoperability standards:

FormatManifest fileExample authoring tools
SCORM 1.2imsmanifest.xmlArticulate Storyline, Adobe Captivate, iSpring Suite, Lectora
SCORM 2004imsmanifest.xmlArticulate Storyline, Adobe Captivate, iSpring Suite
xAPI (Tin Can)tincan.xmlArticulate Storyline 360, Articulate Rise, Adobe Captivate (2019+), Adapt

Upload your package as a .zip file. Bridge automatically detects the format by looking for imsmanifest.xml (SCORM) or tincan.xml (xAPI) inside the archive.


  1. In the WordPress admin, go to SlideMind Bridge > Packages.
  2. Click the upload area or drag and drop a .zip file.
  3. Bridge extracts the archive, detects the format and version, and creates a package entry.
  4. The package appears in the list with its title, format badge, and a ready-to-use shortcode.

Tip: If your upload fails, check the PHP upload limits. Bridge displays a warning at the top of the Packages page when upload_max_filesize or post_max_size are too low. Contact your hosting provider or adjust these values in php.ini.


The simplest way to embed a package is with the shortcode:

[smbr_player id="123"]

Replace 123 with the package ID shown in the Packages list. You can copy the shortcode directly from the list using the copy button.

SlideMind Bridge also provides a SlideMind Player block in the WordPress block editor:

  1. Add a new block and search for SlideMind Player (in the SlideMind category).
  2. Select a package from the dropdown.
  3. Configure display mode, dimensions, and trigger options in the sidebar panels.
ModeBehaviorDefault
InlineEmbeds the content directly in the page as an iframe. A fullscreen button is available.Yes
OverlayOpens the content in a modal overlay. Triggered by a button, image, or link.
New windowOpens the content in a new browser tab. Triggered by a button, image, or link.

For the full reference of shortcode attributes, block options, and display mode details, see Embedding.


SlideMind Bridge auto-detects these LMS plugins and bridges completion and score data back to them:

LMS pluginDetection priorityStatus
LearnDash1 (highest)Fully tested
TutorLMS2Beta
LearnPress3Beta
LifterLMS4Beta
Sensei LMS5Beta

When a supported LMS is active, Bridge displays a green notice on the Packages page: “Active LMS detected: [name]”. Completion status and scores are automatically passed back to the LMS when a learner finishes a package.

If no LMS is detected, packages still play and track progress normally, but no completion passback occurs.

Note: For LMS bridging to work, each package must be associated with a course. See Administration for details on course association.


  • Embedding — Full shortcode and block reference, display modes, triggers
  • Reports — Learner progress tracking and analytics (Pro)
  • Administration — Package management, settings, LMS integration details
  • FAQ & Troubleshooting — Common questions and solutions