Changeset 3262894
- Timestamp:
- 03/27/2025 02:19:02 PM (12 months ago)
- File:
-
- 1 edited
-
postology/tags/1.0/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
postology/tags/1.0/readme.txt
r3258464 r3262894 1 === Postology ===2 Contributors: postology -pro.com1 === Postology: Retain Readers with AI Summaries === 2 Contributors: postology, 0harshit0 3 3 Tags: engagement, blog, summary, AI, post 4 4 Requires at least: 5.0 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.2 7 Stable tag: 1.0 7 Requires Plugins: postology 8 Stable tag: 1.0 8 9 License: GPL-2.0-or-later 9 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 11 11 12 == Description == 12 Postology uses AI to create compelling post summaries that hold your reader's attention, increasing engagement and reader retention. Make your blog stand out today. Try it now.13 Transform your blog with AI-powered post summaries that capture your readers' attention, reduce bounce rates, and increase engagement. Postology automatically creates concise, compelling summaries of your content that keep visitors on your site longer. 13 14 14 15 **Key Features** 15 16 16 ✅ **AI-Powered Summaries** 17 - Automatically generate concise key points for posts. 18 - Adjust summary tone and length. 17 ✅ **AI-Powered Summaries** 19 18 20 🧩 **Flexible Content Control** 21 - Choose where and what it summarizes, with options to exclude pages or sections. 19 - Automatically generate concise bullet point summaries of your posts 20 - Save your readers' time while keeping them engaged 21 - Help visitors quickly understand your content value 22 22 23 🎨 **Customization Options** 24 - Match the colors/fonts to your theme’s design. 23 🧩 **Flexible Content Control** 25 24 26 📊 **Pro Features** 27 - **Up to 10 bullet points** (vs. 2 in Free). 28 - **Unlimited usage with your OpenAI API key**. 29 - **Visitors analytics**. 25 - Choose exactly where summaries appear throughout your site 26 - Easy to implement on all blog posts 27 - Exclude specific posts when needed 28 29 🎨 **Seamless Design Integration** 30 31 - Match colors and fonts to your theme's design 32 - Responsive layout works on all devices 33 - Customizable positioning options 34 35 📊 **Pro Features** 36 37 - **Enhanced Summaries**: Up to 10 bullet points (vs. 2 in Free) 38 - **Customize Style**: Adjust tone (casual, formal) and length of summaries 39 - **Unlimited Usage**: Connect your OpenAI API key for unlimited summaries 40 - **Analytics Dashboard**: Track visitor engagement with your summaries 41 42 **🚀 Get Started in 2 Minutes** 43 44 1. **Install Free**: Upload the plugin → Activate → Summaries appear instantly. 45 2. **Customize**: Adjust settings to fit your style. 46 3. **Engage**: Watch readers stay longer and convert more. 47 48 **📚 Learn More** 49 50 - [Documentation](https://postology-pro.tawk.help/) | [Support](mailto:contact@postology-pro.com) 51 52 **🎯 Perfect For:** 53 54 - Bloggers | Content Marketers | News Sites | Educational Platforms | Anyone Who Wants Readers to Stay Longer 55 56 **🔗 Need More?** 57 58 - *Agencies*: Contact us for multi-site licensing. 59 - *Developers*: Extend Postology via hooks and filters. 30 60 31 61 == Installation == 32 1. Navigate to **Plugins > Add New**. 33 2. Upload the ZIP file and click **Activate**. 34 3. The widget appears automatically on blog posts. 35 4. Customize settings from the **Postology** menu in your dashboard. 62 63 **WordPress Admin Method** 64 65 1. Log into your WordPress dashboard and navigate to `Plugins > Add New` 66 2. Search for `Postology` in the search field 67 3. Click `Install Now` and then `Activate` to enable the plugin 68 69 **Manual Installation** 70 71 1. Download the Postology ZIP file from [wordpress.org/plugins/postology](https://wordpress.org/plugins/postology) 72 2. Navigate to your WordPress dashboard and go to `Plugins > Add New` 73 3. Click the `Upload Plugin` button, select the Postology ZIP file, and click `Install Now` 74 4. After installation completes, click `Activate` 75 76 **After Activation** 77 78 1. The Postology widget will automatically appear on all your blog posts 79 2. Access the plugin settings by clicking on the `Postology` menu in your dashboard 80 3. Customize summary length, appearance, and other options to match your site's needs 81 82 **Documentation & Support** 83 84 For detailed tutorials and customization options, visit our documentation: [postology-pro.tawk.help](https://postology-pro.tawk.help/) 85 86 Need assistance? Contact us at [support@postology.com](mailto:support@postology.com) 36 87 37 88 == Usage == 38 After activating the plugin, you can customize the settings from the **Postology** menu in your dashboard. 89 90 After activating the plugin, simply visit the **Postology** menu in your WordPress dashboard to customize settings. The summary widget will automatically appear on your posts. 91 92 == External services == 93 94 This WordPress plugin connects to an external service at postology-pro.com via REST API calls. It primarily does two things: 95 96 1. Manage User Credits: When a new user signs up or requests free credits, the plugin sends an HTTP POST request to the endpoint /wp-json/credit-manager/create-free-user. This helps the external service register the user and allocate free credits. 97 2. Generate Summaries/Chat: When a user requests a summary or uses a chat-like feature, the plugin makes another HTTP POST call to /wp-json/credit-manager/chat, passing the necessary data to the external service, which then processes the request. The plugin uses wp_remote_post with JSON-encoded data and a 60-second timeout to ensure the communication is reliable. This setup offloads the credit management and summary generation tasks to the external service rather than handling them entirely on your WordPress site. 98 99 ✨ **Turn Visitors into Readers. No Coding Required.** ✨ 39 100 40 101 == Frequently Asked Questions == … … 70 131 3. **Customize to Your Style**: Adjust colors, fonts, and styles to match your blog’s theme, ensuring a cohesive and professional look. 71 132 72 == External services ==73 74 This WordPress plugin connects to an external service at postology-pro.com via REST API calls. It primarily does two things:75 76 1. Manage User Credits: When a new user signs up or requests free credits, the plugin sends an HTTP POST request to the endpoint /wp-json/credit-manager/create-free-user. This helps the external service register the user and allocate free credits.77 2. Generate Summaries/Chat: When a user requests a summary or uses a chat-like feature, the plugin makes another HTTP POST call to /wp-json/credit-manager/chat, passing the necessary data to the external service, which then processes the request.78 The plugin uses wp_remote_post with JSON-encoded data and a 60-second timeout to ensure the communication is reliable. This setup offloads the credit management and summary generation tasks to the external service rather than handling them entirely on your WordPress site.79 133 80 134 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.