Version Description
- PHP notice/warning remove/fix.
Download this release
Release Info
Developer | cybernetikz |
Plugin | Nofollow for external link |
Version | 1.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.1 to 1.1.1
- nofollow-external-link.php +2 -1
- readme.txt +11 -11
nofollow-external-link.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Nofollow for external link
|
4 |
Plugin URI: http://www.cybernetikz.com
|
5 |
Description: Just simple, if you activate this plugins, <code>rel="nofollow"</code> and <code>target="_blank"</code> will be added automatically, for all the external links of your website <strong>posts</strong> or <strong>pages</strong>. Also you can <strong>exclude domains</strong>, not to add <code>rel="nofollow"</code> for the selected external links.
|
6 |
-
Version: 1.1
|
7 |
Author: CyberNetikz
|
8 |
Author URI: http://www.cybernetikz.com
|
9 |
License: GPL2
|
@@ -53,6 +53,7 @@ function cn_nf_url_parse( $content ) {
|
|
53 |
//$ownDomain = get_option('home');
|
54 |
$ownDomain = $_SERVER['HTTP_HOST'];
|
55 |
|
|
|
56 |
if(get_option('cn_nf_exclude_domains')!='') {
|
57 |
$exclude_domains_list = explode(",",get_option('cn_nf_exclude_domains'));
|
58 |
}
|
3 |
Plugin Name: Nofollow for external link
|
4 |
Plugin URI: http://www.cybernetikz.com
|
5 |
Description: Just simple, if you activate this plugins, <code>rel="nofollow"</code> and <code>target="_blank"</code> will be added automatically, for all the external links of your website <strong>posts</strong> or <strong>pages</strong>. Also you can <strong>exclude domains</strong>, not to add <code>rel="nofollow"</code> for the selected external links.
|
6 |
+
Version: 1.1.1
|
7 |
Author: CyberNetikz
|
8 |
Author URI: http://www.cybernetikz.com
|
9 |
License: GPL2
|
53 |
//$ownDomain = get_option('home');
|
54 |
$ownDomain = $_SERVER['HTTP_HOST'];
|
55 |
|
56 |
+
$exclude_domains_list = array();
|
57 |
if(get_option('cn_nf_exclude_domains')!='') {
|
58 |
$exclude_domains_list = explode(",",get_option('cn_nf_exclude_domains'));
|
59 |
}
|
readme.txt
CHANGED
@@ -4,11 +4,11 @@ Contributors: cybernetikz
|
|
4 |
Donate link:
|
5 |
Tags: nofollow,link,rel=nofollow,rel nofollow,seo,nofollow links,external link,external links,nofollow for external link,nofollow external link,nofollow external links
|
6 |
Requires at least: 2.9.2
|
7 |
-
Tested up to: 4.2.
|
8 |
-
Stable tag: 1.1
|
9 |
License: GPL2
|
10 |
|
11 |
-
Automatically insert `rel=nofollow` and `target=_blank` to all the external links into your website posts or pages.
|
12 |
|
13 |
== Description ==
|
14 |
|
@@ -16,7 +16,7 @@ Just simple, if you use this plugins, `rel=nofollow` and `target=_blank` will be
|
|
16 |
|
17 |
> <strong>PAID SUPPORT ($30/Hr, We ACCEPT PAYPAL )</strong>
|
18 |
>
|
19 |
-
> We assume most of the users would find it easy to install & use this plugin but those who needs
|
20 |
>
|
21 |
> <strong>a. Get the plugin installed </strong>
|
22 |
>
|
@@ -52,14 +52,11 @@ Wating for your valuable feedback/comments.
|
|
52 |
5. Now check the external links will open in new window and `rel=nofollow` added.
|
53 |
|
54 |
== Frequently Asked Questions ==
|
|
|
|
|
55 |
|
56 |
-
|
57 |
-
|
58 |
-
<strong>Ans:</strong> Yes now you can exclude domain names. Please go to WordPress Admin Panel -> Settings -> NoFollow ExtLinks, and follow instructions.
|
59 |
-
|
60 |
-
<strong>Ques.</strong> Does this plugins works for custom post type content?
|
61 |
-
|
62 |
-
<strong>Ans:</strong> Yes it does.
|
63 |
|
64 |
== Screenshots ==
|
65 |
|
@@ -68,6 +65,9 @@ Wating for your valuable feedback/comments.
|
|
68 |
|
69 |
== Changelog ==
|
70 |
|
|
|
|
|
|
|
71 |
= 1.1 =
|
72 |
* Exclude Domains feature added.
|
73 |
* Not add `rel=nofollow` and `target=_blank` for #more or #gotop type links.
|
4 |
Donate link:
|
5 |
Tags: nofollow,link,rel=nofollow,rel nofollow,seo,nofollow links,external link,external links,nofollow for external link,nofollow external link,nofollow external links
|
6 |
Requires at least: 2.9.2
|
7 |
+
Tested up to: 4.2.4
|
8 |
+
Stable tag: 1.1.1
|
9 |
License: GPL2
|
10 |
|
11 |
+
Automatically insert `rel=nofollow` and `target=_blank` to all the external links into your website posts or pages. Support exclude domains.
|
12 |
|
13 |
== Description ==
|
14 |
|
16 |
|
17 |
> <strong>PAID SUPPORT ($30/Hr, We ACCEPT PAYPAL )</strong>
|
18 |
>
|
19 |
+
> We assume most of the users would find it easy to install & use this plugin but those who needs <strong><em>PAID SUPPORT</em></strong> on any of the following:
|
20 |
>
|
21 |
> <strong>a. Get the plugin installed </strong>
|
22 |
>
|
52 |
5. Now check the external links will open in new window and `rel=nofollow` added.
|
53 |
|
54 |
== Frequently Asked Questions ==
|
55 |
+
Ques. Can i exclude domain not to add `rel=nofollow`? How can i add domain names, for those links i don't want to add `rel=nofollow`?
|
56 |
+
Ans: Yes now you can exclude domain names. Please go to WordPress Admin Panel -> Settings -> NoFollow ExtLinks, and follow instructions.
|
57 |
|
58 |
+
Ques. Does this plugins works for custom post type content?
|
59 |
+
Ans: Yes it does.
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
== Screenshots ==
|
62 |
|
65 |
|
66 |
== Changelog ==
|
67 |
|
68 |
+
= 1.1.1 =
|
69 |
+
* PHP notice/warning remove/fix.
|
70 |
+
|
71 |
= 1.1 =
|
72 |
* Exclude Domains feature added.
|
73 |
* Not add `rel=nofollow` and `target=_blank` for #more or #gotop type links.
|