manifest / integrations / readspeaker-helper
ReadSpeaker Helper
Helper plugin for readspeaker
by Kristoffer Svanmark · github.com/helsingborg-stad/readspeaker-helper · website
★ 1stars
6kcomposer installs
1forks
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/helsingborg-stad/readspeaker-helper/archive/refs/heads/master.zipAlso on Packagist as helsingborg-stad/readspeaker-helper:
composer require helsingborg-stad/readspeaker-helperFrom the readme
DEPRECATED - ReadSpeaker Helper
Note: This plugin requires Advanced Custom Fields to be installed.
A helper which will help you include the ReadSpeaker.com readspeaker solution to you WordPress site.
Multisite support
The default behaviour for multisites is that the settings is loaded from each and every site on it's own. Use the filter "ReadSpeakerHelper\multisiteload" to set multisite loading to "true" if you want to load the settings from the main blog for all blogs.
Action reference
ReadSpeakerHelper/beforethereadspeaker
Executes just before the readspeaker element is outputted (not when manually placed)
ReadSpeakerHelper/beforetheplaybutton
Executes before the play button is outputted (only when manually placed)
ReadSpeakerHelper/beforetheplayerelement
Executes before the player element is outputted (only when manually placed)
Filter reference
ReadSpeakerPlayer/playbutton
Modify the play button markup
ReadSpeakerHelper/playbuttonclass
Modify the play button classes
ReadSpeakerPlayer/playerelement
Modify the player element markup
ReadSpeakerHelper/readspeakertag
Modify the complete readspeaker tag