Launcher Plugins

Platform integrations that add the Recite Me Toolbar Launcher without editing your site templates.

← Back to the Button Builder

🔌 Choose your platform

If your site runs on one of these platforms, you can install the launcher straight from your admin area — no code to copy or paste.

WP

WordPress

A single-file plugin that adds the launcher during page rendering. Configure your client key and the common launcher options right from the WordPress admin screen.

+

More platforms to follow

Drupal, SharePoint and other integrations are on the way — each wrapping the same launcher. Not on the list yet? You can still add the launcher with the Button Builder.

WordPress — reciteLauncher v0.1.0

Installation

1 In your WordPress admin, go to Plugins then Add New Plugin.
2 Choose Upload Plugin, select reciteLauncher.zip, then install and activate it.
3 Open Settings then reciteLauncher, enter your Recite Me client key, and save.

What you can configure

The settings keep the required site-wide options at the top, then separate each launcher button into its own tab.

Client key

Required. Saved as the launcher data-clientid attribute.

Control tabs

Toolbar Button, Translation Button and Translation Dropdown each have their own enable switch. The admin returns to the same tab after saving.

Generated or existing

Each enabled control can be generated by the launcher, or attached to an existing button or link with a CSS selector.

Relevant options only

Positioning and colour settings only appear for generated controls. Selector fields only appear for existing controls.

Dropdown languages

Add, edit and remove language names and codes, and choose whether Show More and Reset links appear.

Fixed launcher source

The CDN URL is fixed in the plugin and is not editable, so installs stay consistent.

What it adds to your pages

When a button is enabled and a client key is present, the plugin writes the launcher script into wp_footer.

<script src="https://cdn.reciteme.com/reciteme_toolbar_launcher.min.js" data-clientid="your-client-id" data-buttons="toolbar,translate,language-dropdown" data-button-toolbar-position="floating-bottom-right" data-button-language-dropdown-languages='[{"code":"en","name":"English"}]' data-button-language-dropdown-include-show-more="true" data-button-language-dropdown-include-reset="true"> </script>
The plugin does not bundle the toolbar code. It adds the CDN launcher, and the launcher handles all Recite Me loading and button behaviour.