Platform integrations that add the Recite Me Toolbar Launcher without editing your site templates.
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.
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.
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.
The settings keep the required site-wide options at the top, then separate each launcher button into its own tab.
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>