[WordPress] 外掛分享: Webinista WreadIt

首頁外掛目錄 › Webinista WreadIt
全新外掛
安裝啟用
尚無評分
219 天前
最後更新
問題解決
WordPress 6.7+ PHP 8.0+ v1.2.0 上架:2025-08-25

內容簡介

總結:Webinista WreadIt 是一個 WordPress 外掛,可使用 Amazon Polly 創建文章的音頻版本。你需要在 Amazon Web Services 上具備 S3 存儲桶,並且建立 IAM 用戶取得身份識別碼和秘密金鑰。此外,您可以透過 GitHub 觀看、編輯或下載源代碼。

問題與答案:
1. Webinista WreadIt 目前的版本是什麼?
- 目前版本是 v1.1.1。您可以查看所有發布版本。

2. Webinista WreadIt 使用的是什麼許可證?
- Webinista WreadIt使用 GNU General Public License 第3版的條款許可。其中一些依賴使用 MIT 2.0 和 Apache 2.0 許可證。

3. 開發此外掛需要哪些先決條件?
- 開發需要您擁有 Node、PHP 和 Composer,以及熟悉 Amazon Web Services,並且您需要具有 Amazon S3 存儲桶和對 Polly 的完整訪問權限和對 S3 存儲桶的讀/寫訪問權限以及 IAM 用戶的身份識別碼和秘密金鑰。

4. 啟用此外掛後點擊「Generate Audio Version」按鈕會向 Amazon Polly 發送哪些數據?
- 點擊「Generate Audio Version」按鈕會將博客文章的標題、內容、博客文章的 slug、博客文章作者的顯示名稱、您的 AWS 金鑰 ID、您的秘密金鑰和您的 S3 存儲桶名稱發送給 Amazon Polly。

5. 音頻文件如何可供聽眾閱聽?
- 音頻文件必須設置為公開讀取才能供聽眾使用,並且Webinista WreadIt使用S3的虛擬主機,音頻文件的 URL 格式為https://<bucket name>.s3.<region code>.amazonaws.com/<your optional prefix/><file name>。例如,如果您的存儲桶名稱為 myblogsaudio,存儲桶區域為 us-east-2,並設置了 media/ 前綴,則您的音頻 URL 將以https://myblogsaudio.s3.us-east-2.amazonaws.com/media/ 開頭。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.2.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Webinista WreadIt」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Webinista WreadIt 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.
You can also view, edit, or download the source code 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 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, PHP, and Composer available on your system.

Clone the GitHub repo https://github.com/webinista/webinista-wreadit
From webinista-wreadit directory, run the following commands:

npm install to install the JavaScript dependencies for the front-end.
composer install to install PHP dependencies. You may also need to install the php-scoper plugin using composer bin php-scoper require --dev humbug/php-scoper.
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.

Use npm run build to generate the front-end plugin files.
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,
general Data Privacy FAQs, and AWS Privacy Notice to understand how Amazon uses your data. Read the AWS Customer Agreement and AWS 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. URLs for audio files use the pattern shown below, unless you’ve set a custom domain.
https://.s3..amazonaws.com/

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.

延伸相關外掛

文章
Filter
Mastodon