Changeset 2714438
- Timestamp:
- 04/25/2022 02:59:54 PM (4 years ago)
- Location:
- sitespeaker-widget/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
sitespeaker.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sitespeaker-widget/trunk/readme.txt
r2714423 r2714438 1 === ReadAloud TTSPlugin ===1 === ReadAloud Widget Plugin === 2 2 Contributors: ken107 3 3 Donate link: https://www.readaloudwidget.com/ … … 21 21 2. After signup, login to the customer portal and add your website domain(s). 22 22 3. Click on 'Get Code' in the portal and note down your API key. 23 4. Install the ReadAloud TTSplugin through the WordPress plugins store.24 5. Activate the plugin through the 'ReadAloud TTS Settings'menu in WordPress.23 4. Install the ReadAloud Widget plugin through the WordPress plugins store. 24 5. Activate the plugin through the 'ReadAloud Widget' Settings menu in WordPress. 25 25 26 26 == Frequently Asked Questions == -
sitespeaker-widget/trunk/sitespeaker.php
r2714423 r2714438 1 1 <?php 2 2 /** 3 * Plugin Name: ReadAloud TTS3 * Plugin Name: ReadAloud Widget 4 4 * Plugin URI: https://www.readaloudwidget.com/wordpress-plugin/ 5 5 * Description: Speechify your website with the ReadAloud Text-to-Speech widget … … 17 17 18 18 function sitespeaker_menu() { 19 add_options_page('ReadAloud TTS', 'ReadAloud TTS', 'manage_options', 'sitespeaker_settings_page', 'sitespeaker_settings');19 add_options_page('ReadAloud Widget', 'ReadAloud Widget', 'manage_options', 'sitespeaker_settings_page', 'sitespeaker_settings'); 20 20 } 21 21
Note: See TracChangeset
for help on using the changeset viewer.