Joomla is a popular, open-source, content management system (CMS), which enables you to build Web sites and powerful online applications. You can learn more about Joomla here. This topic shows you how you can easily publish Brightcove Players to your Joomla pages.
To publish a Brightcove Player to a Joomla page, the following steps are required:
By default, Joomla is configured to use the TinyMCE editor. The TinyMCE editor is configured to strip certain HTML tags when they are pasted into the editor. In order to paste in the Standard (iframe) player publishing code into the Joomla editor, you need to make sure that the <iframe>
tag will not be removed by the editor.
The TinyMCE editor will also strip out the <script>
tag when using the Advanced (in-page) player publishing code. One way around this is to configure your Joomla instance to not use the TinyMCE editor. To select another editor, follow these steps:
<script>
tag.If your Joomla installation is configured to use another editor, you need to make sure that the player publishing code is not edited by the editor when you paste and save the code in Joomla. This may require you to change other Joomla settings or possibly use an extension (Jumi or Sourcerer) to allow you to paste in JavaScript code into your editor.
Once your editor is configured so that it will not edit the code, you can generate the player embed code.