We'll create fresh WordPress site with Automatic WP Posts Summarizer installed. You have 20 minutes to test the plugin after that site we'll be deleted.
A plugin that uses Artificial Intelligence and Natural Language Processing (NLP) to generate an accurate and
meaningful summary of posts.
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”]
You can customize the shortcode with the following options:
Example:
[awps title=”Post Summary” summary=”I love automatic WordPress post summarizer plugin but here is the summary I prefer for this post”]
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;
}