Page 1 of 1

Tiny MCE: how do you add hyperlink options in the menu?

Posted: Wed Nov 11, 2015 8:03 am
by simonmlewis
We are using this in the header:

Code: Select all

<script type="text/javascript" src="/js/tinymce/tinymce.min.js"></script>
<script type="text/javascript">
tinymce.init({
selector: '#mytextareaid',
menubar : false,
});
</script>
I'd like to learn how to add a URL link button, so the folks can highlight a set of text, click a button and pop in a URL.
There is a lot online, but it's quite confusing. I'm sure it's as easy as entering another row into this script list.

Re: Tiny MCE: how do you add hyperlink options in the menu?

Posted: Wed Nov 11, 2015 8:27 am
by Celauran
Make sure you've included the link plugin, then just add link and unlink buttons to your toolbar.