Plugin info

Total downloads: 1,838
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 11/26/2024 (399 days ago)
Added to WordPress: 8/21/2022 (3 years old)
Minimum WordPress version: 4.6
Tested up to WordPress version: 6.7.4
Minimum PHP version: 7.0

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 399 days ago

26/100

Is AWPS – Summarize Posts With AI abandoned?

Possibly abandoned (last update 399 days ago).

Compatibility

Requires WordPress: 4.6
Tested up to: 6.7.4
Requires PHP: 7.0

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WPSummarize – AI Summaries with key takeaways for your posts
Rating 5.0/5 (4 reviews)Active installs 40
PFD AI Quick Read Summarizer
Rating 0.0/5 (0 reviews)Active installs 0

Description

AWPS leverages Artificial Intelligence via the MeaningCloud API to generate precise and meaningful summaries of posts.

Features

  • Automatically generate posts summary.
  • Display summary on all posts or only specific posts.
  • Customizable shortcode.
  • Ability to also manually add summary to posts if you prefer.
  • Connect to MeaningCloud API

Shortcode

Show summary in a post

[awps]

Show summary in a post with a custom title

[awps title=”Post Summary”]

Show custom summary in a post

[awps summary=”I love automatic WordPress post summarizer plugin but here is the summary I prefer for this post”]

Shortcode Customization

You can customize the shortcode with the following options:

  • title – Summary widget title.
  • summary – Custom summary to replace automatically generated summary with.

Example:

[awps title=”Post Summary” summary=”I love automatic WordPress post summarizer plugin but here is the summary I prefer for this post”]

CSS Customization

Add awps_summary class to your CSS and style it to suit you.

Examples:

.awps_summary {
    background: #f0dcdc;
    padding: 10px 50px;
    margin-bottom: 40px;
    border: 2px solid #ff0707;
    border-style: dashed;
}

.awps_summary h3 {
    font-weight: 500;
    font-size: 28px;
}

Or

.awps_summary {
    background: #333360;
    padding: 30px 50px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 40px;
}

.awps_summary h3 {
    font-weight: 500;
    font-size: 24px;
}

Installation

  1. Get your api key from MeaningCloud
  2. Install the plugin via WordPress dashboard / or download the ZIP achieve from WordPress repository
  3. Go to the plugin settings page WordPress Dashboard ** > **Posts > Automatic WP Posts Summarizer
  4. Paste the api key in the api key field and configure other settings to suit you.

Frequently Asked Questions

How do you generate post summary automatically?

With the help of MeaningCloud Text Summarization API,,
the plugin is able to use Artificial Intelligence and Natural Language Processing(NLP) to generate posts summary.

What if I’m not satisfied with the generated summary?

You can use the summary option in the plugin shortcode to add your preferred summary.

Example: [awps summary=”My preferred summary”]

Review feed

No reviews available

Screenshots

Changelog

No changelog available