Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------
The External Links module is a very simple approach to adding icons to links
to external websites or e-mail addresses. It is a JavaScript-based
implementation, so the icons are only shown to users that have JavaScript
enabled.

External Links was written by Nathan Haug.
Built by Robots: http://www.lullabot.com

Module Maintained by Neslee Canil Pinto.


REQUIREMENTS
------------
This module requires no modules outside of Drupal core.


INSTALLATION
------------
Install the External Links as you would normally install a contributed
Drupal module. Visit https://www.drupal.org/node/1897420 for further information.

1) Copy the extlink folder in the modules folder in your Drupal directory.

2) Enable the module using Manage -> Extend (/admin/modules).


CONFIGURATION
-------------
No additional configuration is necessary though you may fine-tune settings at
Manage -> Configuration -> External Links
(/admin/config/user-interface/extlink).

A NOTE ABOUT THE CSS
--------------------
This module adds a CSS file that is only a few lines in length. You may choose
to move this CSS to your theme to prevent the file from needing to be loaded
separately. To do this:

1) Open the .info.yml file for your theme and add those lines of code to
   prevent the extlink.css file from loading:

    stylesheets-remove:
      - extlink.css

2) Open the extlink.css file within the extlink directory and copy all the code
   from the file into your theme's style.css file.
3) Copy the extlink.png and mailto.png files to your theme's directory.

Note that you DO NOT need to make an extlink.css file. Specifying the file
in the .info.yml file is enough to tell Drupal not to load the original file.


MAINTAINERS
-----------
Current maintainer:
 * Neslee Canil Pinto - https://www.drupal.org/u/neslee-canil-pinto

Past maintainers:
 * Lachlan Ennis (elachlan) - https://www.drupal.org/u/elachlan
 * Nate Haug (quicksketch) - https://www.drupal.org/u/quicksketch