RedEye
RedEye

Reputation: 859

TinyMCE - Make a url clickable

I'm working on a TinyMCE client request. In TinyMCE, a user inputs a url into the editor. (Let's say www.google.com). The user saves the input and "www.google.com" is rendered as plain text inside of a p tag. How can I make this url clickable? Our application is using TinyMCE version 3.5. I would very much appreciate some guidance here as I'm new to the inner workings of TinyMCE. Thank you.

Upvotes: 1

Views: 2293

Answers (1)

Nagra
Nagra

Reputation: 464

If you've upgraded to TinyMCE 4, add plugins: "autolink" to your TinyMCE init function.

If not, http://www.tinymce.com/wiki.php/Plugin3x:autolink

Upvotes: 2

Related Questions