I have this working perfectly on two development machines but when uploaded to the web server the video does not show on the web page. This is the relevant code:
Any suggestions please?
- Code: Select all
cms:editable
name='video_content'
label='Youtube'
type='richtext'>
[youtube L_KrXGWpXgY /] <!-- L_KrXGWpXgY is the BMB standard default video -->
</cms:editable>
<!-- Post Video -->
<cms:do_shortcodes><cms:show video_content /></cms:do_shortcodes>
Any suggestions please?