[WordPress] 外掛分享: MM AI Post Generator

首頁外掛目錄 › MM AI Post Generator
全新外掛
安裝啟用
尚無評分
剛更新
最後更新
問題解決
WordPress 6.0+ PHP 8.1+ v1.0.1 上架:2026-03-15

內容簡介

MM AI Post Generator 是一款強大的 WordPress 外掛,透過先進的 AI 技術自動生成高品質、SEO 優化的部落格文章和網頁內容,提升內容創作效率。

【主要功能】
• AI 驅動的內容生成
• 支援多種 AI 提供者
• 原生 Gutenberg 區塊支援
• 自動創建和發布文章
• 智能快取系統
• 系統健康診斷功能

外掛標籤

開發者團隊

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

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

原文外掛簡介

MM AI Post Generator is a powerful WordPress plugin that revolutionizes content creation by leveraging advanced AI technology. Generate high-quality, SEO-optimized blog posts, articles, and web content automatically using your preferred AI provider.
✨ Key Features
🎯 AI-Powered Content Generation
– Generate complete blog posts from keywords or topics
– SEO-optimized titles and meta descriptions
– FAQ schema markup generation
– Customizable tone and content length
🔧 Multiple AI Provider Support
– OpenAI (GPT-3.5, GPT-4)
– Groq (fast inference)
– Any OpenAI-compatible API
🎨 WordPress Integration
– Native Gutenberg block support
– Admin dashboard for content generation
– Automatic post creation and publishing
– SEO optimization features
⚡ Performance & Security
– Intelligent caching system
– Rate limiting protection
– Comprehensive error handling
– Secure API key storage
📊 Advanced Features
– System health diagnostics
– Detailed logging and debugging
– Rate limiting controls
– Backup and restore functionality
🚀 Use Cases

Content Marketers: Generate blog posts quickly and efficiently
SEO Specialists: Create optimized content for better rankings
Business Owners: Maintain consistent content publishing
Agencies: Scale content production for multiple clients
Bloggers: Overcome writer’s block with AI assistance

Configuration
Step 1: API Configuration

Navigate to MM AI Post Generator > Settings in your WordPress admin
Enter your AI API credentials:

API Key: Your OpenAI or compatible API key
API URL: Endpoint URL (default: https://api.openai.com/v1)
API Model: AI model to use (e.g., gpt-3.5-turbo)

Step 2: Default Settings
Configure your preferred defaults:
– Default Tone: Professional, Casual, Informative, Friendly, or Formal
– Default Length: Short (300-500 words), Medium (500-1000 words), or Long (1000+ words)
– FAQ Schema: Enable/disable automatic FAQ generation
– Cache Duration: How long to cache generated content
Step 3: Advanced Settings
Fine-tune performance:
– Rate Limiting: Control API usage (requests per hour)
– Cache Settings: Optimize for your server resources
Usage
Method 1: Admin Dashboard

Go to MM AI Post Generator > Generate Content
Fill in the content details:

Keywords/Topic: Main topic or keywords
Target Audience: Describe your audience (optional)
Tone: Select writing style
Content Length: Choose article length
Post Type: Where to save the content

Click Generate Content
Review and edit the generated content
Click Insert as Draft Post to save

Method 2: Gutenberg Block

Create a new post or page
Click the + button to add a block
Search for “AI Content”
Configure your content parameters
Generate content directly in the editor

Method 3: REST API
Use the REST API for programmatic content generation:
`

POST /wp-json/mapg/v1/generate
{
“keywords”: “WordPress SEO tips”,
“tone”: “professional”,
“length”: “medium”
}
`
API Providers

OpenAI

URL: https://api.openai.com/v1
Models: gpt-3.5-turbo, gpt-4, gpt-4-turbo-preview
Best for: High-quality content, complex topics

Groq

URL: https://api.groq.com/openai/v1
Models: mixtral-8x7b-32768, llama2-70b-4096
Best for: Fast generation, cost-effective

Other Providers
Any OpenAI-compatible API endpoint is supported. Configure the URL and model accordingly.
External services
This plugin relies on external AI API services to generate content. When you use MM AI Post Generator, your site will communicate with these services as configured in the plugin settings.
OpenAI

What it is used for: Generating blog post titles, meta descriptions, full article content, and FAQs.
When data is sent:

When you click Generate Content in the MM AI Post Generator interface.
When you trigger content generation via the REST API.

What data is sent:

Your prompt parameters, including:
Keywords / topic
Optional target audience description
Desired tone and content length
(Optionally) language or other configuration fields you provide in the form
The plugin also sends system instructions that describe the desired JSON response format.
Your API key is used only in the HTTP Authorization header to authenticate with the OpenAI API.

Where it is sent:

To the OpenAI API at https://api.openai.com/v1 (or the URL you configure).

Legal:

OpenAI Terms of Use: https://openai.com/policies/terms-of-use
OpenAI Privacy Policy: https://openai.com/policies/privacy-policy

Groq

What it is used for: As an alternative AI provider for generating the same types of content as OpenAI (titles, meta descriptions, article body, FAQs).
When data is sent:

When you configure the API URL to a Groq endpoint and click Generate Content, or when you call the REST API.

What data is sent:

The same prompt parameters as above (keywords/topic, tone, length, audience, etc.).
System instructions describing the desired JSON response format.
Your Groq-compatible API key in the HTTP Authorization header.

Where it is sent:

To the Groq OpenAI-compatible API at https://api.groq.com/openai/v1 (or the URL you configure).

Legal:

Groq Terms of Use: https://groq.com/terms-of-use/
Groq Privacy Policy: https://groq.com/privacy-policy/

Other OpenAI-compatible providers

What it is used for: If you configure a different OpenAI-compatible API endpoint, it will be used to generate AI content instead of OpenAI or Groq.
When data is sent:

Whenever you generate content through the MM AI Post Generator interface or REST API with that provider configured.

What data is sent:

The same prompt and configuration parameters as described above (keywords/topic, tone, length, audience, etc.), plus system instructions for JSON output.
Your provider-specific API key in the HTTP Authorization header.

Where it is sent:

To the custom API URL that you configure in MM AI Post Generator > Settings.

Legal:

You are responsible for reviewing and accepting the terms of service and privacy policy of any custom provider you configure. Please refer to your chosen provider’s documentation for their current terms and privacy policy.

Troubleshooting
Common Issues
“API key is not configured”
– Ensure you’ve entered a valid API key in settings
– Check that the key has sufficient credits/permissions
“Rate limit exceeded”
– Wait for the hourly reset (displayed in settings)
– Increase rate limit in advanced settings
– Consider upgrading your API plan
“Connection failed”
– Verify API URL is correct
– Check server firewall settings
– Ensure cURL and OpenSSL extensions are enabled
“Content generation failed”
– Check system status in settings
– Review error logs in WordPress debug.log
– Verify API model is compatible with your provider
System Diagnostics
Use the built-in system status checker:
1. Go to Settings > MM AI Post Generator
2. Scroll to System Status section
3. Review all diagnostic checks
4. Address any failed requirements
Debug Mode
Enable debugging for detailed error information:
1. Add to wp-config.php: define('WP_DEBUG', true);
2. Check /wp-content/debug.log for detailed errors
3. Review plugin logs in database table wp_mapg_logs
Credits
Developed by Maulik Makwana – Professional WordPress development services.
License
This plugin is licensed under the GPL v2 or later.
MM AI Post Generator
Copyright (C) 2024, Maulik Makwana

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 2 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.

You should have received a copy of the GNU General Public License
along with this program. If not, see .

延伸相關外掛

文章
Filter
Apply Filters
Mastodon