Mô tả
This plugin allows you to insert links with the nofollow rel tag to prevent search engines from crawling them. The shortcode also supports target=
and title=
attributes.
Readme Generator
- This plugin’s readme.txt file was generated by the bitacre Readme Generator for WordPress Plugins.
Support
Donations
Donations are graciously accepted to support the continued development and maintenance of this and other plugins. We currently accept Paypal and kind words.
Ảnh màn hình
Cài đặt
- Download the latest zip file and extract the ‘nofollow-shortcode’ directory.
- Upload it to your ‘/wp-content/plugins/’ directory.
- Activate ‘Nofollow Shortcode’ on the ‘Plugins’ menu in WordPress.
- Insert
[nofollow url="link-url.com"]Example link[/nofollow]
in your post or page (replacing your link’s information).
Hỏi đáp
- How do I use the shortcode?
-
Simply type
[nofollow url="link-url.com"]Example link[/nofollow]
into your post. Replacelink-url.com
andExample link
with your link’s information.You can also include other link optional attributes (if they are omitted, the title attribute will not be inserted and the target will default to _blank). A full example of the shortcode’s potential is
[nofollow url="link-url.com" title="Title of Link" target="_top"]Link Text[/nofollow]
.You can also use the shorter shortcodes of
[nofol]
and[nofo]
in the same way as[nofollow]
.As of version 1.1, you may use the
href=
attribute instead ofurl=
as that was causing a bit of confusion. However, both tags are still acceptable.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Nofollow Shortcode” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Nofollow Shortcode” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.1
- Added
href=
attribute to complimenturl=
attribute.
1.0
- First released version.
- There may still be bugs, but I can’t find any.