#What it does# Adds a simple button to the TinyMCE toolbar enabling users to add links without requiring the user to enter and highlight text first.
#Setup#
- Download the SimpleLink plugin here: https://github.com/webadvanced/TinyMCE-Simple-Link-Plugin/tags
- Extract the package and place the SimpleLink folder in the TinyMCE plugins folder
- Add the SimpleLink plugin to your init call:
plugins : "simplelink"
theme_advanced_buttons1 : "simplelink"
Your done =)