Plugin Directory

Changeset 3020161


Ignore:
Timestamp:
01/11/2024 07:05:31 AM (2 years ago)
Author:
ken107
Message:

improve descriptions

Location:
sitespeaker-widget/trunk
Files:
2 edited

Legend:

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

    r3020148 r3020161  
    1616The SiteNarrator text-to-speech widget is embedded into your posts and give users an alternate way to consume your content as audio.
    1717
     18You can select many natural sounding voices from Google Wavenet and Amazon Polly.
     19
     20We automatically synthesize your articles into audio and deliver them to users via Amazon CloudFront.
     21
     22Articles are synthesized only the first time. When an article is updated, only changed paragraphs are resynthesized.
     23
     24You can monitor detailed daily usage and cost via our customer dashboard.
     25
    1826== Installation ==
    1927
     
    2634== Frequently Asked Questions ==
    2735
    28 ### What is Text to Speech(TTS) technology?
     36# What is Text to Speech(TTS) technology?
    2937Text to Speech technology reads aloud digital text—the words on computers, smartphones and tablets.  TTS helps people with learning disabilities improve their reading comprehension.
    3038
    31 ### How does the SiteNarrator widget work?
     39# How does the SiteNarrator widget work?
    3240The 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.
    3341
    34 ### How much does it cost?
     42# How much does it cost?
    3543View [pricing](https://dashboard.sitenarrator.com/pricing.html).
    3644
    37 ### Is SiteNarrator billed on the domain or account level?
     45# Is SiteNarrator billed on the domain or account level?
    3846An account can be associated with many domains.  Billing is based on the cumulative cost incurred on all domains associated with the account.
    3947
    40 ### Where can SiteNarrator be purchased?
     48# Where can SiteNarrator be purchased?
    4149SiteNarrator can be purchased globally in any country using a credit card.
    4250
    43 ### How do my website users use the widget?  Do my users have to download anything?
     51# How do my website users use the widget?  Do my users have to download anything?
    4452Users 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.
    4553
    46 ### Which devices and browsers support the SiteNarrator widget?
     54# Which devices and browsers support the SiteNarrator widget?
    4755The widget works on all device types, including desktop, mobile, and tablet devices. It supports all modern browsers.
    4856
    49 ### What languages does the SiteNarrator widget support?
     57# What languages does the SiteNarrator widget support?
    5058The widget support 25+ languages including English, Spanish, French, German, Hindi, Chinese Mandarin, Italian, Portuguese, Russian, Japanese, and Arabic.
    5159
    52 ### What kind of data and reporting does the widget collect and share?
     60# What kind of data and reporting does the widget collect and share?
    5361The widget collects the URL of the article listened to, time of day, device type(desktop/mobile), OS, and GEO.
    5462
    55 ### Where do you recommend a webmaster place the Listen button on a website?
    56 We recommend placing the widget at the top of articles, or in a visible place above the fold in the content.
     63# Where do you recommend a webmaster place the Listen button on a website?
     64We recommend placing the widget at the top of articles, or in a visible place above the fold.
    5765
    58 ### Do you sell my website’s user data?
     66# Do you sell my website’s user data?
    5967No, we do not sell customer or user data to third parties.
    6068
    61 ### Does the SiteNarrator widget support DOCs and PDFs?
     69# Does the SiteNarrator widget support DOCs and PDFs?
    6270The widget does not support reading DOCs, PDFs, or any type of documents that are embedded into the web page.
    6371
    64 ### Can I cancel?
     72# How do I cancel?
    6573You can cancel anytime by removing the widget from your website. By removing the widget from your site, you no longer incur service charges.
    6674
     
    69771. User sees a 'Listen to this article' button at the top of every post.
    70782. When clicked, the button expands into an audio player and starts speaking.
    71 
    72 == Changelog ==
    73 
    74 ### 0.5
    75 * Beta release.
    76 
    77 == Upgrade Notice ==
    78 
    79 ### 0.5
    80 This version is the first release.
  • sitespeaker-widget/trunk/sitespeaker.php

    r3020148 r3020161  
    11<?php
    22/**
    3  * Plugin Name: SiteNarrator Widget
     3 * Plugin Name: SiteNarrator Text-to-Speech Widget
    44 * Plugin URI: http://readaloudwidget.com
    55 * Description: Speechify your website with the SiteNarrator Text-to-Speech widget
Note: See TracChangeset for help on using the changeset viewer.