New Window Icon is a Moodle filter that appends the Font Awesome external link icon to links that open in a new window. It also inserts the necessary HTML for accessibility as described by Font Awesome Accessibility Documentation.
-
Download the plugin and extract into filter/newwindowicon.
-
Install like any other Moodle plugin (visit Site Administration).
-
Turn on the filter at the site level:
Site Administration -> Filters -> Manage Filters
-
Turn on the filter at the course level:
Course Settings -> Filters
Here are a few examples of links that will have the new window icon appended to them:
- <a href="http://google.com" target="_blank">Google</a>
- <a href="http://google.com" target="_new">Google</a>
This plugin was developed by Idaho State University