Plugin Directory

Changeset 2714438


Ignore:
Timestamp:
04/25/2022 02:59:54 PM (4 years ago)
Author:
ken107
Message:

rename to ReadAloud Widget

Location:
sitespeaker-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sitespeaker-widget/trunk/readme.txt

    r2714423 r2714438  
    1 === ReadAloud TTS Plugin ===
     1=== ReadAloud Widget Plugin ===
    22Contributors: ken107
    33Donate link: https://www.readaloudwidget.com/
     
    21212. After signup, login to the customer portal and add your website domain(s).
    22223. Click on 'Get Code' in the portal and note down your API key.
    23 4. Install the ReadAloud TTS plugin through the WordPress plugins store.
    24 5. Activate the plugin through the 'ReadAloud TTS Settings' menu in WordPress.
     234. Install the ReadAloud Widget plugin through the WordPress plugins store.
     245. Activate the plugin through the 'ReadAloud Widget' Settings menu in WordPress.
    2525
    2626== Frequently Asked Questions ==
  • sitespeaker-widget/trunk/sitespeaker.php

    r2714423 r2714438  
    11<?php
    22/**
    3  * Plugin Name: ReadAloud TTS
     3 * Plugin Name: ReadAloud Widget
    44 * Plugin URI: https://www.readaloudwidget.com/wordpress-plugin/
    55 * Description: Speechify your website with the ReadAloud Text-to-Speech widget
     
    1717
    1818function 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');
    2020}
    2121
Note: See TracChangeset for help on using the changeset viewer.