Plugin Directory

Changeset 3020148


Ignore:
Timestamp:
01/11/2024 06:20:16 AM (2 years ago)
Author:
ken107
Message:

v1.7 rename to SiteNarrator

Location:
sitespeaker-widget/trunk
Files:
2 edited

Legend:

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

    r2976474 r3020148  
    1 === ReadAloud Widget ===
     1=== SiteNarrator Widget ===
    22Contributors: ken107
    33Donate link: https://www.lsdsoftware.com/
    4 Tags: tts, text-to-speech, widget, read-aloud, audio, voice, text-to-audio, speech, speechify
     4Tags: tts, text-to-speech, widget, read-aloud, site-narrator, audio, voice, text-to-audio, speech, speechify
    55Requires at least: 3.0
    66Tested up to: 6.3
     
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Let your users listen to your content with the ReadAloud text-to-speech widget
     12Let your users listen to your content with the SiteNarrator text-to-speech widget
    1313
    1414== Description ==
    1515
    16 The ReadAloud text-to-speech widget is embedded into your posts and give users an alternate way to consume your content as audio.
     16The SiteNarrator text-to-speech widget is embedded into your posts and give users an alternate way to consume your content as audio.
    1717
    1818== Installation ==
    1919
    20 1. [Sign up](https://dashboard.readaloudwidget.com/?p=SignUp) for an account.
     201. [Sign up](https://dashboard.sitenarrator.com/?p=SignUp) for an account.
    21212. After signup, login to the customer dashboard and add your website domain(s).
    22223. Click on 'Get Code' in the dashboard and note down your API key.
    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.
     234. Install the SiteNarrator Widget plugin through the WordPress plugins store.
     245. Activate the plugin through the 'SiteNarrator Widget Settings' menu in WordPress.
    2525
    2626== Frequently Asked Questions ==
     
    2929Text to Speech technology reads aloud digital text—the words on computers, smartphones and tablets.  TTS helps people with learning disabilities improve their reading comprehension.
    3030
    31 ### How does the ReadAloud Widget work?
    32 The ReadAloud widget appears at the top your posts as a button labeled "Listen to this article".  When clicked, the button is replaced by an audio player that plays back the synthesized speech of your article content.
     31### How does the SiteNarrator widget work?
     32The SiteNarrator widget appears at the top your posts as a button labeled "Listen to this article".  When clicked, the button is replaced by an audio player that plays back the synthesized speech of your article content.
    3333
    3434### How much does it cost?
    35 View [pricing](https://dashboard.readaloudwidget.com/pricing.html).
     35View [pricing](https://dashboard.sitenarrator.com/pricing.html).
    3636
    37 ### Is ReadAloud Widget billed on the domain or account level?
     37### Is SiteNarrator billed on the domain or account level?
    3838An account can be associated with many domains.  Billing is based on the cumulative cost incurred on all domains associated with the account.
    3939
    40 ### Where can ReadAloud Widget be purchased?
    41 ReadAloud Widget can be purchased globally in any country using a credit card.
     40### Where can SiteNarrator be purchased?
     41SiteNarrator can be purchased globally in any country using a credit card.
    4242
    4343### How do my website users use the widget?  Do my users have to download anything?
    4444Users do not need to download or install anything to use the widget. When they click on the "Listen to this article" button on your website, the widget will be embedded directly into the page to enable playback of synthesized speech.
    4545
    46 ### Which devices and browsers support the ReadAloud Widget?
     46### Which devices and browsers support the SiteNarrator widget?
    4747The widget works on all device types, including desktop, mobile, and tablet devices. It supports all modern browsers.
    4848
    49 ### What languages does the widget support?
     49### What languages does the SiteNarrator widget support?
    5050The widget support 25+ languages including English, Spanish, French, German, Hindi, Chinese Mandarin, Italian, Portuguese, Russian, Japanese, and Arabic.
    5151
     
    5959No, we do not sell customer or user data to third parties.
    6060
    61 ### Does the ReadAloud widget support DOCs and PDFs?
     61### Does the SiteNarrator widget support DOCs and PDFs?
    6262The widget does not support reading DOCs, PDFs, or any type of documents that are embedded into the web page.
    6363
  • sitespeaker-widget/trunk/sitespeaker.php

    r2976473 r3020148  
    11<?php
    22/**
    3  * Plugin Name: ReadAloud Widget
     3 * Plugin Name: SiteNarrator Widget
    44 * Plugin URI: http://readaloudwidget.com
    5  * Description: Speechify your website with the ReadAloud Text-to-Speech widget
    6  * Version: 1.6
     5 * Description: Speechify your website with the SiteNarrator Text-to-Speech widget
     6 * Version: 1.7
    77 * Author: LSD Software
    88 * Author URI: http://lsdsoftware.com
     
    1717
    1818function sitespeaker_menu() {
    19     add_options_page('ReadAloud Widget', 'ReadAloud Widget', 'manage_options', 'sitespeaker_settings_page', 'sitespeaker_settings');
     19    add_options_page('SiteNarrator Widget', 'SiteNarrator Widget', 'manage_options', 'sitespeaker_settings_page', 'sitespeaker_settings');
    2020}
    2121
     
    2323?>
    2424<div class="wrap">
    25     <h2>ReadAloud Widget</h2>
     25    <h2>SiteNarrator Widget</h2>
    2626    <form action="options.php" method="post">
    2727        <?php settings_fields('sitespeaker_settings'); ?>
     
    4343
    4444function sitespeaker_main_settings_section_text() {
    45     echo "<p style='max-width: 60em;'>You can find your API key in your User Profile in the ReadAloud Widget customer <a target='_blank' href='https://dashboard.readaloudwidget.com/?p=Login'>dashboard</a>.  " .
    46         "If you don't have an account, you can sign up for one <a target='_blank' href='https://dashboard.readaloudwidget.com/?p=SignUp'>here</a>.  " .
     45    echo "<p style='max-width: 60em;'>You can find your API key in your User Profile in the SiteNarrator customer <a target='_blank' href='https://dashboard.sitenarrator.com/?p=Login'>dashboard</a>.  " .
     46        "If you don't have an account, you can sign up for one <a target='_blank' href='https://dashboard.sitenarrator.com/?p=SignUp'>here</a>.  " .
    4747        "<u>Note</u>: your site's domain must be whitelisted in the dashboard for the API key to work.</p>";
    4848
Note: See TracChangeset for help on using the changeset viewer.