
AI powered automatic posts summarization plugin for WordPress.
| Author: | Simpma (profile at wordpress.org) |
| WordPress version required: | 4.6 |
| WordPress version tested: | 6.7.5 |
| Plugin version: | 2.0.0 |
| Added to WordPress repository: | 21-08-2022 |
| Last updated: | 26-11-2024 |
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | https://wordpress.org/plugins/automatic-wp-po... |
| Total downloads: | 1 970 |
| Active installs: | 10+ |
![]() Click to start download |
|
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;
}
Screenshots
FAQ



