Version Description
- Fixed DOMElement breaks of text containing
&
Download this release
Release Info
Developer | freelancephp |
Plugin | WP External Links (nofollow new tab seo) |
Version | 2.0.4 |
Comparing to | |
See all releases |
Code changes from version 2.0.3 to 2.0.4
- includes/admin/class-wpel-network-page.php +1 -1
- includes/admin/class-wpel-settings-page.php +1 -1
- includes/admin/network-fields/class-wpel-network-admin-fields.php +1 -1
- includes/admin/network-fields/class-wpel-network-fields.php +1 -1
- includes/admin/settings-fields/class-wpel-admin-fields.php +1 -1
- includes/admin/settings-fields/class-wpel-exceptions-fields.php +1 -1
- includes/admin/settings-fields/class-wpel-external-link-fields.php +1 -1
- includes/admin/settings-fields/class-wpel-internal-link-fields.php +1 -1
- includes/admin/settings-fields/class-wpel-link-fields-base.php +1 -1
- includes/class-wpel-front-ignore.php +1 -1
- includes/class-wpel-front.php +1 -1
- includes/class-wpel-link.php +1 -1
- includes/class-wpel-plugin.php +1 -1
- includes/class-wpel-registerhooks.php +1 -1
- includes/class-wpel-template-tags.php +1 -1
- includes/class-wpel-textdomain.php +1 -1
- libs/fwp/class-fwp-dom-element.php +2 -1
- readme.txt +4 -1
- templates/network-page/help-tabs/under-construction.php +1 -1
- templates/network-page/main.php +1 -1
- templates/partials/nav-tabs.php +1 -1
- templates/partials/tab-contents/fields-default.php +1 -1
- templates/partials/tab-contents/support.php +1 -1
- templates/requirements-notice.php +1 -1
- templates/settings-page/help-tabs/data-attributes.php +1 -1
- templates/settings-page/help-tabs/under-construction.php +1 -1
- templates/settings-page/main.php +1 -1
- templates/settings-page/tab-contents/exceptions.php +1 -1
- wp-external-links.php +2 -2
includes/admin/class-wpel-network-page.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/admin/class-wpel-settings-page.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/admin/network-fields/class-wpel-network-admin-fields.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/admin/network-fields/class-wpel-network-fields.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/admin/settings-fields/class-wpel-admin-fields.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/admin/settings-fields/class-wpel-exceptions-fields.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/admin/settings-fields/class-wpel-external-link-fields.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/admin/settings-fields/class-wpel-internal-link-fields.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/admin/settings-fields/class-wpel-link-fields-base.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/class-wpel-front-ignore.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/class-wpel-front.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/class-wpel-link.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
*
|
8 |
* @package WPEL
|
9 |
* @category WordPress Plugin
|
10 |
-
* @version 2.0.
|
11 |
* @author Victor Villaverde Laan
|
12 |
* @link http://www.finewebdev.com
|
13 |
* @link https://github.com/freelancephp/WP-External-Links
|
7 |
*
|
8 |
* @package WPEL
|
9 |
* @category WordPress Plugin
|
10 |
+
* @version 2.0.4
|
11 |
* @author Victor Villaverde Laan
|
12 |
* @link http://www.finewebdev.com
|
13 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/class-wpel-plugin.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/class-wpel-registerhooks.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/class-wpel-template-tags.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/class-wpel-textdomain.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
libs/fwp/class-fwp-dom-element.php
CHANGED
@@ -57,7 +57,8 @@ class FWP_DOM_Element_1x0x0 extends DOMElement
|
|
57 |
*/
|
58 |
public function setContent( $content )
|
59 |
{
|
60 |
-
$
|
|
|
61 |
}
|
62 |
|
63 |
/**
|
57 |
*/
|
58 |
public function setContent( $content )
|
59 |
{
|
60 |
+
$clean_content = str_replace( '&', '&', $content );
|
61 |
+
$this->nodeValue = $clean_content;
|
62 |
}
|
63 |
|
64 |
/**
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: freelancephp
|
|
3 |
Tags: links, new window, new tab, external links, nofollow, follow, seo, noopener, noreferrer, internal links, link icon, link target, _blank, wpmu
|
4 |
Requires at least: 4.2.0
|
5 |
Tested up to: 4.5.2
|
6 |
-
Stable tag: 2.0.
|
7 |
|
8 |
Open external links in a new tab / window, add "nofollow", "noopener" and font icons, SEO and more. Also for internal links.
|
9 |
|
@@ -209,6 +209,9 @@ See [FAQ](https://wordpress.org/plugins/wp-external-links/faq/) for more info.
|
|
209 |
|
210 |
== Changelog ==
|
211 |
|
|
|
|
|
|
|
212 |
= 2.0.3 =
|
213 |
* Fixed bug ignoring links in <header> section
|
214 |
|
3 |
Tags: links, new window, new tab, external links, nofollow, follow, seo, noopener, noreferrer, internal links, link icon, link target, _blank, wpmu
|
4 |
Requires at least: 4.2.0
|
5 |
Tested up to: 4.5.2
|
6 |
+
Stable tag: 2.0.4
|
7 |
|
8 |
Open external links in a new tab / window, add "nofollow", "noopener" and font icons, SEO and more. Also for internal links.
|
9 |
|
209 |
|
210 |
== Changelog ==
|
211 |
|
212 |
+
= 2.0.4 =
|
213 |
+
* Fixed DOMElement breaks of text containing `&`
|
214 |
+
|
215 |
= 2.0.3 =
|
216 |
* Fixed bug ignoring links in <header> section
|
217 |
|
templates/network-page/help-tabs/under-construction.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/network-page/main.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/partials/nav-tabs.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/partials/tab-contents/fields-default.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/partials/tab-contents/support.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/requirements-notice.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/settings-page/help-tabs/data-attributes.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/settings-page/help-tabs/under-construction.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/settings-page/main.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/settings-page/tab-contents/exceptions.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link http://www.finewebdev.com
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
wp-external-links.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
-
* @version 2.0.
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link https://wordpress.org/plugins/wp-external-links/
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @wordpress-plugin
|
14 |
* Plugin Name: WP External Links
|
15 |
-
* Version: 2.0.
|
16 |
* Plugin URI: https://wordpress.org/plugins/wp-external-links/
|
17 |
* Description: Open external links in a new tab or window, adding "nofollow" and "noopener", set font icon, SEO friendly options and more.
|
18 |
* Author: Victor Villaverde Laan
|
4 |
*
|
5 |
* @package WPEL
|
6 |
* @category WordPress Plugin
|
7 |
+
* @version 2.0.4
|
8 |
* @author Victor Villaverde Laan
|
9 |
* @link https://wordpress.org/plugins/wp-external-links/
|
10 |
* @link https://github.com/freelancephp/WP-External-Links
|
12 |
*
|
13 |
* @wordpress-plugin
|
14 |
* Plugin Name: WP External Links
|
15 |
+
* Version: 2.0.4
|
16 |
* Plugin URI: https://wordpress.org/plugins/wp-external-links/
|
17 |
* Description: Open external links in a new tab or window, adding "nofollow" and "noopener", set font icon, SEO friendly options and more.
|
18 |
* Author: Victor Villaverde Laan
|