I’m so sorry, JA Popup doesn’t support load other module on it.
JA Popup plugin supports only types of content to display using Framework like AJAX, iFrame, Youtube video, image, slideshow, Inline.
+ ajax: loading external page or HTML content via AJAX method
Example:
{japopup type="ajax" content="http://www.bing.com/" width="500" height="400"}Load an Url using AJAX{/japopup}
+ iFrame: loading external page or HTML content via iFrame method
Example:
{japopup type="iframe" content="http://www.bing.com/" width="500" height="400"}Load a sample iFrame{/japopup}
+ youtube: loading Youtube video. Note: use embeded link
Example:
{japopup type="youtube" content="http://www.youtube.com/v/cdphzxz64BY?hl=en&fs=1" width="640" height="380" title="Political Roast: Obama Emanuel 2005"}Political Roast: Obama Emanuel 2005{/japopup}
+ image: loading a specified image
Example:
{japopup type="image" content="images/sampledata/fruitshop/apple.jpg" width="400" height="300" title="Sample image"}Sample image{/japopup}
+ slideshow: loading a group of images via a slideshow
Example:
{japopup type="slideshow" content="images/sampledata/fruitshop/apple.jpg,images/sampledata/fruitshop/bananas_2.jpg" width="400" height="300" title="Sample image"} Sample image {/japopup}
+ Inline: To display full HTML content in the expander
Example:
{japopup type="inline" content="inline1" width="500" height="400" }Inline{/japopup}