Fancybox now pops up, but without the embedded video. Here is the current setup:
1. The page (
ifilusa.com/component/content/article/2-uncategorised/16-test) has an article with this code: {loadposition video1}
2. A Custom HTML module with position "video1" has this code:
{arifancybox activeType="module" opt_titleShow="false" opt_width="650" opt_height="500" id="115" title="iFIL Products and Processes Overview Video"}{link}<img src="images/trade-show-booth.jpg" />{/link}{/arifancybox}
3. The fancybox module with id 115 and with no position is set to display Inline Content with this Youtube Embed code:
<object width="640" height="360" data="
www.youtube-nocookie.com/v/J9aqTb_zfMA?version=3&hl=en_US&rel=0" type="application/x-shockwave-flash">
<param name="movie" value="
www.youtube-nocookie.com/v/J9aqTb_zfMA?version=3&hl=en_US&rel=0" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
</object>
However, when I re-open this last module for editing, I see that the embed code is no longer in the Inline Content box.