Reply Rephraser
A simple WordPress plugin to send content to ChatGPT and return rephrased text in simple English with corrected grammar and a human tone (with Markdown support)
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/bornforlamp/reply-rephraser/archive/refs/heads/main.zipReply Rephraser - WordPress Plugin
A simple WordPress plugin to send content to ChatGPT and return rephrased text in simple English, with corrected grammar, a friendly human tone, and Markdown formatting.
🚀 Usage
-
Add OpenAI API Key
Openreply-rephraser.phpand replace'Enter your API key here'inside thereply_get_rephrased_text()function with your OpenAI API key. -
Upload Plugin
Upload thereply-rephraserfolder to your WordPresswp-content/plugins/directory. -
Activate Plugin
Go to WordPress Admin → Plugins, find Reply Rephraser, and click Activate. -
Use the Plugin
- Navigate to Reply Rephraser in the WordPress admin menu.
- Paste the text you want to rephrase into the textarea.
- Click Rephrase → your text will appear nicely formatted with Markdown, corrected grammar, and a friendly human tone.
📝 Features
- Rephrase text into simple English.
- Corrects grammar and punctuation.
- Maintains a friendly human tone.
- Supports Markdown formatting (bold, italics, lists).
- Adds a friendly greeting and apology if missing.
- Ends messages with Best regards, .
- Copy to clipboard button for easy use.
⚡ Notes
- Ensure you have a valid OpenAI API key and sufficient quota.
Parsedown.phpmust be present in the plugin folder for Markdown rendering.
📜 License
MIT License. Free to use and modify.