Plugin Directory

Changeset 3262894


Ignore:
Timestamp:
03/27/2025 02:19:02 PM (12 months ago)
Author:
postology
Message:

tagreadme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postology/tags/1.0/readme.txt

    r3258464 r3262894  
    1 === Postology === 
    2 Contributors: postology-pro.com
     1=== Postology: Retain Readers with AI Summaries === 
     2Contributors: postology, 0harshit0
    33Tags: engagement, blog, summary, AI, post
    44Requires at least: 5.0 
    55Tested up to: 6.7 
    66Requires PHP: 7.2 
    7 Stable tag: 1.0
     7Requires Plugins: postology 
     8Stable tag: 1.0 
    89License: GPL-2.0-or-later 
    910License URI: http://www.gnu.org/licenses/gpl-2.0.html 
    1011
    1112== 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.
     13Transform 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.
    1314
    1415**Key Features** 
    1516
    16 ✅ **AI-Powered Summaries** 
    17 - Automatically generate concise key points for posts. 
    18 - Adjust summary tone and length. 
     17✅ **AI-Powered Summaries**
    1918
    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
    2222
    23 🎨 **Customization Options** 
    24 - Match the colors/fonts to your theme’s design. 
     23🧩 **Flexible Content Control**
    2524
    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
     441. **Install Free**: Upload the plugin → Activate → Summaries appear instantly.
     452. **Customize**: Adjust settings to fit your style.
     463. **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.
    3060
    3161== 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
     651. Log into your WordPress dashboard and navigate to `Plugins > Add New`
     662. Search for `Postology` in the search field
     673. Click `Install Now` and then `Activate` to enable the plugin
     68
     69**Manual Installation**
     70
     711. Download the Postology ZIP file from [wordpress.org/plugins/postology](https://wordpress.org/plugins/postology)
     722. Navigate to your WordPress dashboard and go to `Plugins > Add New`
     733. Click the `Upload Plugin` button, select the Postology ZIP file, and click `Install Now`
     744. After installation completes, click `Activate`
     75
     76**After Activation**
     77
     781. The Postology widget will automatically appear on all your blog posts
     792. Access the plugin settings by clicking on the `Postology` menu in your dashboard
     803. Customize summary length, appearance, and other options to match your site's needs
     81
     82**Documentation & Support**
     83
     84For detailed tutorials and customization options, visit our documentation: [postology-pro.tawk.help](https://postology-pro.tawk.help/)
     85
     86Need assistance? Contact us at [support@postology.com](mailto:support@postology.com)
    3687
    3788== Usage == 
    38 After activating the plugin, you can customize the settings from the **Postology** menu in your dashboard.
     89
     90After 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
     94This WordPress plugin connects to an external service at postology-pro.com via REST API calls. It primarily does two things:
     95
     961. 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.
     972. 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.** ✨
    39100
    40101== Frequently Asked Questions == 
     
    701313. **Customize to Your Style**: Adjust colors, fonts, and styles to match your blog’s theme, ensuring a cohesive and professional look.
    71132
    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.
    79133
    80134== Changelog == 
Note: See TracChangeset for help on using the changeset viewer.