‘Javascript’

10/Jan/09

Embed YouTube content into TinyMCE

If you ever want to paste the embed code from YouTube into your TinyMCE editor you’ll need to make sure that you’ve enabled the media plugin. If you don’t, it’ll strip out pretty much all of your code and stop it from working. (no comments)

22/Dec/08

Adding dynamic TinyMCE editors

If you ever tried to dynamically add a TinyMCE editor instance to your page you'll know it isn't always straight forward. I had to do this recently and found the way that works. (2 comments)