Important changes to Tiny Cloud pricing > Find out more

Autolink Plugin

Automatically create hyperlinks.

Contribute to this page

The Autolink plugin automatically creates hyperlinks when a user inputs a valid, complete URL. For example www.example.com is converted to http://www.example.com.

Note that this option won't convert incomplete URLs. For example example.com would remain as unlinked text and URLs must include www to be automatically converted.

Type: String

Autolink plugin example
tinymce.init({
  selector: "textarea",  // change this value according to your HTML
  plugins: "autolink"
});

Can't find what you're looking for? Let us know.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.