
內容簡介
這是一款使用人工智慧和自然語言處理 (NLP) 技術的外掛,能夠生成正確且有意義的文章摘要。
功能
自動生成文章摘要。
在所有文章或指定文章中顯示摘要。
可自訂的短代碼。
如果需要,也可以手動添加文章摘要。
連接 MeaningCloud API
短代碼
在文章中顯示摘要
[awps]
在文章中以自訂標題顯示摘要
[awps title="文章摘要"]
在文章中顯示自訂摘要
[awps summary="我喜歡自動 WordPress 文章摘要外掛,但我更喜歡自訂此文章的摘要"]
短代碼自訂
您可以使用以下選項自訂短代碼:
title – 摘要小工具標題。
summary – 自訂摘要,以替換自動生成的摘要。
範例:
[awps title="文章摘要" summary="我喜歡自動 WordPress 文章摘要外掛,但我更喜歡自訂此文章的摘要"]
CSS 自訂
將 awps_summary 類別添加到 CSS 中,然後將其樣式設定為適合您的風格。
範例:
.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;
}
或者
.awps_summary {
background: #333360;
padding: 30px 50px;
color: #fff;
font-size: 15px;
margin-bottom: 40px;
}
.awps_summary h3 {
font-weight: 500;
font-size: 24px;
}
外掛標籤
開發者團隊
② 後台搜尋「AWPS – Summarize Posts With AI」→ 直接安裝(推薦)
原文外掛簡介
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;
}
