WP Manifestindependent plugin directory
manifest / ai / wordpress-ai-article-pro

AI Article Pro

A professional AI-powered article generator that integrates directly with the WordPress Block Editor, converting AI text into native blocks.

by Osama Roza · github.com/el2t/wordpress-ai-article-pro · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/el2t/wordpress-ai-article-pro/archive/refs/heads/main.zip

A professional AI-powered article generator that integrates directly with the WordPress Block Editor, converting AI text into native blocks.

Description

AI Article Pro transforms your writing workflow by integrating the power of OpenAI's GPT-4 directly into the WordPress Gutenberg editor. Unlike other tools that dump raw text, AI Article Pro uses advanced parsing to convert generated content into native WordPress blocks (Headings, Paragraphs, Lists).

Key Features:

  • Native Block Integration: Automatically converts AI responses into editable WordPress blocks using the native rawHandler engine.
  • Modern & Fast: Built with React, ES6, and the WordPress REST API for a seamless, lag-free experience.
  • Secure: Implements strict security standards including Nonce verification and server-side permission checks.
  • Multi-language Support: Ready for English and Arabic content generation out of the box.
  • Developer Friendly: Clean code structure following WordPress Coding Standards.

Installation

  1. Upload the plugin files to the /wp-content/plugins/ai-article-pro directory, or install the plugin through the WordPress plugins screen.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Go to the AI Settings page in the admin menu.
  4. Enter your OpenAI API Key.
  5. Open any Post or Page, and look for the "AI Article Pro" sidebar.

Frequently Asked Questions

Does this plugin require an API Key?

Yes, you need a valid OpenAI API Key to generate content.

Which AI model is used?

The plugin is currently configured to use gpt-4o for high-quality content generation.

Can I generate content in Arabic?

Yes! You can switch the default generation language to Arabic from the settings page.

Screenshots

  1. The AI Generator sidebar in the Block Editor.
  2. Settings page for API Key configuration.

Changelog

1.0.0

  • Initial release.
  • Implemented secure REST API integration.
  • Added Native Block Conversion support.