Help

How do I insert videos/audio into a blog entry?

To insert videos/audio into a blog entry, you have to work with the editor in HTML/TEXT mode.

Follow these simple steps:

  1. Start by clicking the 'Toggle HTML source' button (indicated in the screenshot) on the editor to switch it from the default WYSIWYG mode to HTML/TEXT mode.

  2. Insert the video/audio's code block in the text area.

    To get the HTML code block for a video/audio you wish to publish, click on the 'Use Elsewhere' link found on the action list at the right hand side of the entry's page and copy & paste the code provided.

  3. To tweak the size of the video/audio's media player, edit the first line of the code block that specifies the width and height (in pixels) of the media player, e.g.:

    <object width="384" height="276"> can be changed to <object width="200" height="150">

  4. When you're all done, click SAVE.

Then view your handiwork on your blog with blissful satisfaction.