Title: WP AutoTags
Author: zhys
Published: <strong>22 سپتامبر 2015</strong>
Last modified: 12 می 2020

---

جستجوی افزونه‌ها

![](https://ps.w.org/wp-autotags/assets/banner-772x250.jpg?rev=1905357)

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](https://ps.w.org/wp-autotags/assets/icon.svg?rev=2303399)

# WP AutoTags

 توسط [zhys](https://profiles.wordpress.org/yzhs/)

[دانلود](https://downloads.wordpress.org/plugin/wp-autotags.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/wp-autotags/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/wp-autotags/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/wp-autotags/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/wp-autotags/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/wp-autotags/)

## توضیحات

英文:Often publish articles and updates people loves forgets to set tags when editing
an article, the article automatically add keywords tag. tag extraction based on 
TF-IDF implementation. Built-in [TF-IDF interface](http://cws.9sep.org/extract) 
does not work when you try to find an existing tag in WordPress. If found, these
markers are added to the post automatically each time you save the post.
 Ps：Go
to \”Settings» Writing \” Configure. TF-IDF only supports English and Chinese.Plugin
work in PHP5.5+. Visit [Official](http://www.9sep.org/wp-auto-tags) page.

Chinese：在文章发布以及修改时自动为没有设置标签的文章添加标签，标签的提取基于TF-
IDF实现。内置的[TF-IDF接口](http://cws.9sep.org/extract)无法正常工作时则通过WordPress
已有标签进行匹配添加工作。
 Ps：后台通过 设置->撰写 页面对插件进行配置。TF-IDF关键
词提取接口仅支持中文&英文文本 兼容性: 除WordPress、PHP巨大更新弃用基础函数库，本
插件在PHP5.5及以上版本正常工作 欢迎访问[WP AutoTags文章自动标签插件](http://www.9sep.org/wp-auto-tags)
查看详细简介，希望得到更多使用过程中遇到的问题或建议。

## عکس‌های صفحه

[⌊简单演示: A simple preview after activating the plug-in⌉⌊简单演示: A simple preview
after activating the plug-in⌉[

简单演示: A simple preview after activating the plug-in

## نصب

 1. Download zip file
 2. Upload the WP AutoTags plugin to your blog
 3. Activate it

## سوالات متداول

Please leave a message to plugins release page :). Visit [Comments Page](http://www.9sep.org/wp-auto-tags#comments).

## نقد و بررسی‌ها

![](https://secure.gravatar.com/avatar/aac4a9167eee735df14b70a820c082b3a36df260452ccc9abaf0d6ba45296ff7?
s=60&d=retro&r=g)

### 󠀁[thangks and report a bug](https://wordpress.org/support/topic/thangks-and-report-a-bug/)󠁿

 [heylogo](https://profiles.wordpress.org/heylogo/) 16 مارس 2022

Maybe function wp_aatags_run should be like this below： function wp_aatags_run(
$post_ID) { $tags = get_option(‘wp_aatags_opts’); $number = get_option(‘wp_aatags_aadnumber’);
global $wpdb; if (!wp_is_post_revision($post_ID) && !get_the_tags($post_ID)) { $
post_title = get_post($post_ID)->post_title; $post_content = get_post($post_ID)-
>post_content; switch ($tags) { case 3: $requix = strtolower($post_title); break;
case 2: $requix = strtolower($post_title . ‘ ‘ . wp_trim_words($post_content, 999,”));
break; default: $requix = strtolower($post_title . ‘ ‘ . wp_trim_words($post_content,
333, ”)); break; } $body = wp_aatags_keycontents(wp_aatags_html2text($requix), $
number); if ($body != ‘rEr’) { $keywords = wp_aatags_kwsiconv($body); wp_add_post_tags(
$post_ID, $keywords); } else { wp_aatags_alts($post_ID, $post_title, $post_content);}}}

![](https://secure.gravatar.com/avatar/d4d8d2fe10d9d3030160d850f42e6abc7b40194f15f09071b022db6b7b11b8ad?
s=60&d=retro&r=g)

### 󠀁[请问能否让插件支持自定义文字类型](https://wordpress.org/support/topic/%e8%af%b7%e9%97%ae%e8%83%bd%e5%90%a6%e8%ae%a9%e6%8f%92%e4%bb%b6%e6%94%af%e6%8c%81%e8%87%aa%e5%ae%9a%e4%b9%89%e6%96%87%e5%ad%97%e7%b1%bb%e5%9e%8b/)󠁿

 [cafebox](https://profiles.wordpress.org/cafebox/) 26 می 2020

请问能否让插件支持自定义文字类型

 [ خواندن تمامی 1 نقد و بررسی‌ ](https://wordpress.org/support/plugin/wp-autotags/reviews/)

## توسعه دهندگان و همکاران

“WP AutoTags” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ zhys ](https://profiles.wordpress.org/yzhs/)

[ترجمه “WP AutoTags” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/wp-autotags)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/wp-autotags/)، [مخزن SVN](https://plugins.svn.wordpress.org/wp-autotags/)
را بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/wp-autotags/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/wp-autotags/) مشترک شوید.

## گزارش تغییرات

2020-05-12 v0.1.14 Fix svg ico,Tested up to 5.4.1
 2019-04-20 v0.1.12 Fix des,Tested
up to 5.1.1 2018-07-06 v0.1.11 Fix Remove the digital label ,Add simple preview 
2016-02-28 v0.1.7 Fix inclusion of special characters THX@Mark 🙂 2015-09-27 v0.1.5
test plugin supports WordPress version and fix the plugin description 2015-09-20
v0.1.3 fix plugin function name

## اطلاعات

 *  نگارش **0.1.14**
 *  آخرین به‌روزرسانی **6 سال پیش**
 *  نصب‌های فعال **1,000+**
 *  نگارش وردپرس ** 3.5.1 یا بالاتر **
 *  آزمایش‌شده تا **5.4.21**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/wp-autotags/)
 * برچسب
 * [auto tags](https://fa.wordpress.org/plugins/tags/auto-tags/)[autotags](https://fa.wordpress.org/plugins/tags/autotags/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/wp-autotags/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 2 5-ستاره     ](https://wordpress.org/support/plugin/wp-autotags/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/wp-autotags/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/wp-autotags/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/wp-autotags/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/wp-autotags/reviews/?filter=1)

[بررسی شما](https://wordpress.org/support/plugin/wp-autotags/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/wp-autotags/reviews/)

## مشارکت کنندگان

 *   [ zhys ](https://profiles.wordpress.org/yzhs/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/wp-autotags/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](https://www.9sep.org/)