Title: Webinista WreadIt
Author: webinista
Published: <strong>2025 年 8 月 26 日</strong>
Last modified: 2025 年 9 月 5 日

---

搜索插件

![](https://ps.w.org/webinista-wreadit/assets/icon.svg?rev=3343826)

# Webinista WreadIt

 作者：[webinista](https://profiles.wordpress.org/webinista/)

[下载](https://downloads.wordpress.org/plugin/webinista-wreadit.1.2.0.zip)

 * [详情](https://cn.wordpress.org/plugins/webinista-wreadit/#description)
 * [评价](https://cn.wordpress.org/plugins/webinista-wreadit/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/webinista-wreadit/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/webinista-wreadit/#developers)

 [支持](https://wordpress.org/support/plugin/webinista-wreadit/)

## 描述

Webinista WreadIt [https://wreadit.webinista.com](https://wreadit.webinista.com)

A WordPress plugin for creating audio versions of your posts using Amazon Polly.

Current version: v1.2.0 [See all releases](https://github.com/webinista/webinista-wreadit/releases/).

You can also view, edit, or download the [source code](https://github.com/webinista/webinista-wreadit/)
from GitHub.

#### License

Webinista WreadIt is licensed under the terms of the GNU General Public License,
version 3. Some of its dependencies use the MIT 2.0 and Apache 2.0 licenses.

    ```
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details.
    ```

#### Prerequisites

This plugin assumes that you are familiar with [Amazon Web Services](https://aws.amazon.com/)
and that you have an account. You will need:

 * An Amazon Simple Storage Service (S3) bucket.
 * An IAM user with full access to Polly and read/write access to the S3 bucket.
 * A key ID and Secret Access Key for the IAM user.

### Development

You can also build this plugin from source. This requires having [Node](https://nodejs.org/),
PHP, and [Composer](https://getcomposer.org/) available on your system.

 1. Clone the GitHub repo https://github.com/webinista/webinista-wreadit
 2. From `webinista-wreadit` directory, run the following commands:
 3.  a. `npm install` to install the JavaScript dependencies for the front-end.
     b. `composer install` to install PHP dependencies. You may also need to install the
        [php-scoper plugin](https://github.com/humbug/php-scoper/blob/main/docs/installation.md#composer)
        using `composer bin php-scoper require --dev humbug/php-scoper`.
     c. Run the `build-wreadit-aws3.sh` script. This script downloads the latest version
        of the AWS SDK for PHP, extracts the relevant interfaces and common files, and
        scopes it to the project’s name space.
 4. Use `npm run build` to generate the front-end plugin files.
 5. Upload the `webinista-wreadit` directory to `/wp-content/plugins/`.

Activate the plugin and add your credentials before using.

### External services

This plugin connects to Amazon Polly, and Amazon S3. Clicking the _Generate Audio
Version_ button sends the following data to Amazon Polly:

 * The title and text of the blog post.
 * The slug of the blog post.
 * The _display name_ of the post’s author. (Manage using the _Display name publicly
   as_ setting on the _Edit User_ screen.)
 * Your AWS Key ID.
 * Your Secret Access Key.
 * The name of your S3 bucket.

Read Amazon’s [Polly FAQs](https://aws.amazon.com/polly/faqs/#topic-2),
 general
[Data Privacy FAQs](https://aws.amazon.com/compliance/data-privacy-faq/), and [AWS Privacy Notice](https://aws.amazon.com/privacy/)
to understand how Amazon uses your data. Read the [AWS Customer Agreement](https://aws.amazon.com/agreement/)
and [AWS Service Terms](https://aws.amazon.com/service-terms/) to understand your
rights and obligations with regard to Amazon’s services.

Amazon Polly requires your Key ID and Secret Access Key in order to authenticate
the request. Amazon Polly saves the generated audio file to your S3 bucket.

Webinista WreadIt uses [S3’s virtual hosting](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html).
URLs for audio files use the pattern shown below, unless you’ve set a custom domain.

    ```
    https://<bucket name>.s3.<region code>.amazonaws.com/<your optional prefix/><file name>
    ```

For example, if your bucket name is `myblogsaudio`, your bucket region is `us-east-
2`, and you’ve set a `media/` prefix, your audio URLs will begin with `https://myblogsaudio.
s3.us-east-2.amazonaws.com/media/`.

File names begin with the slug of each blog post. Amazon Polly also appends a unique
identifier to the name.

_Audio files must be publicly readable_ to be available to your listeners.

## 安装

 1. Upload the `webinista-wreadit` folder to your `/wp-content/plugins/` directory.
    You can also upload the entire `.zip` file via the plugin page of WordPress by 
    clicking ‘Add New’ and selecting the zip from your computer.
 2. Activate the plugin
 3. Enter your credentials in the appropriate fields.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Webinista WreadIt」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ webinista ](https://profiles.wordpress.org/webinista/)

[帮助将「Webinista WreadIt」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/webinista-wreadit)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/webinista-wreadit/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/webinista-wreadit/)，或通过[RSS](https://plugins.trac.wordpress.org/log/webinista-wreadit/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/webinista-wreadit/)。

## 更新日志

#### 1.2.0 / 2025-09-03

Enhancement

 * Removed AWS SDK in favor of a subset of the SDK that’s been scoped to the project.
    - See https://github.com/webinista/webinista-wreadit/issues/18

Misc

 * Updated @wordpress/jest-preset-default to 12.30.0
 * Updated @wordpress/scripts to 30.23.0
 * Updated @wordpress/components to 30.3.0
 * Updated @wordpress/dom-ready to 4.30.0

#### 1.1.1 / 2025-08-09

Bug fixes

 * Ensures that a default post types value gets included with form submission. (
   Regression introduced in version 1.1.0).
 * Changed default voice value to one that’s compatible with both Standard and Neural
   engines.

Enhancement

 * Disables voice options that are incompatible with the selected engine.

Misc

 * Updated Amazon SDK to version 3.352.5
 * Updated @wordpress/components to version 30.1.0
 * Updated @wordpress/dom-ready to version 4.28.0
 * Updated @wordpress/jest-preset-default to 12.28.0
 * Updated @wordpress/scripts to 30.21.0

#### 1.1.0 / 2025-08-02

Misc

 * Bump form-data from 4.0.3 to 4.0.4
 * Rewrite WreadIt audio URLs in the Media Library.
 * Update WordPress JavaScript packages.

## 额外信息

 *  版本 **1.2.0**
 *  最后更新：**9 月前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.7 或更高版本 **
 *  已测试的最高版本为 **6.8.5**
 *  PHP 版本 ** 8.0 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/webinista-wreadit/)
 * 标签
 * [speech](https://cn.wordpress.org/plugins/tags/speech/)[text to audio](https://cn.wordpress.org/plugins/tags/text-to-audio/)
   [text to speech](https://cn.wordpress.org/plugins/tags/text-to-speech/)[tts](https://cn.wordpress.org/plugins/tags/tts/)
 *  [高级视图](https://cn.wordpress.org/plugins/webinista-wreadit/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/webinista-wreadit/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/webinista-wreadit/reviews/)

## 贡献者

 *   [ webinista ](https://profiles.wordpress.org/webinista/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/webinista-wreadit/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://ko-fi.com/webinista)