Adding TinyMCE plugin into my website

2 replies · opened Dec 16, 2019

SsangamlimbuDec 16, 2019

Hi,

How do I add TinyMCE editor into my website. Do I still need to sign up with tinyMCE and use below format

<script src="https://cdn.tiny.cloud/1/**no-api-key**/tinymce/5/tinymce.min.js" referrerpolicy="origin"></script>

with my own api key and then put following script:

<script>
tinymce.init({
selector: '#mytextarea'
});
</script>

Or, is there any predefined in-built theme "class", which will avoid me to use above steps resulting in duplicating resource load for this plugin, which is then similar to integrating this plugin myself on any other templates?

SSemicolon WebSTAFFDec 17, 2019

Hello,

The TinyMCE Plugin needs to be added manually. We already have an example included with Canvas: http://themes.semicolonweb.com/html/canvas/wysiwyg.html . You can find the wysiwyg.html in the Package/HTML Folder which contains all the CSS/JS Linking Examples.

Hope this Helps!

Meanwhile, if you like you can also use CDN instead as this would not cause conflicts.

Let us know if we can help you with anything else or if you find any further issues.

SsangamlimbuDec 20, 2019

Hello,

Thank you the assistance. This cleared my doubts.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard