[WordPress] 外掛分享: Artificial Poets – AI for WP, Image Generation, & More

首頁外掛目錄 › Artificial Poets – AI for WP, Image Generation, & More
WordPress 外掛 Artificial Poets – AI for WP, Image Generation, & More 的封面圖片
10+
安裝啟用
尚無評分
360 天前
最後更新
問題解決
WordPress 5.2+ PHP 7.2+ v0.1 上架:2025-05-06

內容簡介

**總結:**
Artificial Poets 是一個全能 AI 外掛程式,可用於 WordPress,幫助您以圖像生成、音訊和即將推出的視頻功能增強內容,全部都可以直接從 WordPress 控制面板執行。

**問題與答案:**
1. 這個外掛程式有哪些目前的功能?
- 🎨 AI 圖像生成:自動為段落或完整文章生成圖像
- 🧠 自訂圖像風格:保存並重複使用您喜歡的視覺風格
- ✅ 易於使用:無需外部 API 或編碼

2. 這個外掛程式即將推出哪些新功能?
- 🎥 AI 視頻生成:將文章轉換為短視頻
- 🔊 文本轉播客:即時將任何文章轉換為音訊
- 🧾 智能搜索:在您的網站上添加自然語言搜索功能
- 💬 AI 聊天小工具:讓訪客通過 AI 聊天與您的內容進行互動

3. 誰是這個外掛程式的理想使用對象?
- 這個外掛程式非常適合部落客、代理機構和創作者,想要節省時間、並且使用最新的 AI 工具脫穎而出,全部在 WordPress 內完成。

4. 這個外掛程式涉及哪些外部服務?
- 這個外掛程式與 Artificial Poets 提供的外部 API 整合,以提供一系列功能,包括驗證 API 金鑰、獲取當前積分、添加新風格、列出私人風格、刪除私人風格、生成圖像,以及獲取風格和模型信息。

希望這些問題與答案對您有所幫助!

外掛標籤

開發者團隊

⬇ 下載最新版 (v0.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Artificial Poets – AI for WP, Image Generation, & More」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Artificial Poets is an all-in-one AI plugin for WordPress that helps you enhance your content with image generation, audio, and soon video capabilities — all directly from your WordPress dashboard.
Current features:
– 🎨 AI Image Generation: Automatically generate images for paragraphs or full posts
– 🧠 Custom Image Styles: Save and reuse your favorite visual styles
– ✅ Easy to Use: No external APIs or coding required
Coming soon:
– 🎥 AI Video Generation: Turn your posts into short videos
– 🔊 Text-to-Podcast: Instantly convert any article into audio
– 🧾 Smart Search: Add natural language search to your website
– 💬 AI Chat Widget: Let visitors interact with your content via AI chat
Perfect for bloggers, agencies, and creators who want to save time and stand out using the latest AI tools — all within WordPress.
Source Code
This project contains both JavaScript/CSS and PHP code, organized as follows:

src/: Contains all JavaScript and CSS source code without minification.
phpsrc/: Contains all PHP source files without minification .

Installation and how to run
To set up the development environment and compile the project, follow these steps:
Install all required dependencies
npm install
npm run start
Generate Plugin ZIP
To generate a ZIP file of the plugin for distribution or installation:
`bash

npm run plugin-zip

Project Structure

/
├── src/ # JS and CSS code
├── phpsrc/ # PHP files
├── node_modules/
├── package.json
└── README.md
`
External Services
This plugin integrates with the external API provided by Artificial Poets to offer a range of functionalities, as detailed below:
API Endpoints

Validate API Key
POST https://api.artificialpoets.com/wp/sites/validate
Validates the user’s API key and sends basic site information. This is executed only once during API key activation.
Request body:
json
{
"site_name": "The horse",
"site_url": "https://example.com",
"admin_user": "admin",
"admin_email": "[email protected]",
"description": "A blog about horses"
}

Get Current Credits
GET https://api.artificialpoets.com/wp/sites/getCredits
Retrieves the current available credits. This is called when generating images or adding styles.

Add New Style
POST https://api.artificialpoets.com/wp/prompts/addNewStyle
Adds a new custom style.
Request body:
json
{
"prompt": "A majestic horse running through a field",
"title": "The Horse"
}

List Private Styles
GET https://api.artificialpoets.com/wp/prompts/listPrivateStyles
Lists all private (user-specific) styles.

Delete Private Style
DELETE https://api.artificialpoets.com/wp/prompts/deletePrivateStyle
Deletes a specific private style.

Generate Image
POST https://api.artificialpoets.com/wp/ai-images/
Generates an AI-generated image based on provided content. The request contains data from the form textarea associated with the current post.
Request body:
json
{
"text": "A painting of a beautiful sunset over the ocean",
"size": "Medium size",
"style": "Impressionist"
}

List Available Styles and Models
GET https://api.artificialpoets.com/wp/sites/getInfoAboutStylesAndModels
Retrieves information about all available styles and models.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon