I've read the directions two times and scanned the Forum. I'm not understanding what I'm doing wrong in setting this up.
Plugin enabled. Module in place. I put this code for a YouTube Video in both an article on the page "test mediabox"http://bournedigital.com/testing-mediabox.
All I get is a popup with 404 component not found.
It could be I'm putting the code in the wrong place, using an article. I tried putting it in the module under plugin code but that didn't work for me either.
Or I could have the syntax of the code wrong.
Or I may be not understanding something.
Help please.
<p>and here is an embed from vimeo that works what is showing here with code after mbox</p>
{mbox:src="http://www.youtube.com/embed/Fii-KPEmcMw"|VIDEO HEIGHT="390"|VIDEO WIDTH="640"|title=You Tube embedded |vthumb=VIDEO IMAGE|height=VIDEO IMAGE HEIGHT|width=VIDEO IMAGE WIDTH|caption=CAPTION TEXT} <iframe src="http://player.vimeo.com/video/22530335?title=0&byline=0&portrait=0&c olor=80ceff" frameborder="0" height="326" width="580"></iframe> and here is my attempt to use that embed in mbox {mbox:src="http://player.vimeo.com/video/22530335?title=0&byline=0&portrait=0&c olor=80ceff" width="580" height="326" frameborder="0"> } and here with the word iframe <iframe> {mbox:src="http://player.vimeo.com/video/22530335?title=0&amp;amp;amp;byline=0&amp; amp;amp;portrait=0&amp;amp;amp;color=80ceff" width="580" height="326" frameborder="0"}</iframe>