
actually i saw this a few months ago! which was december of last year! Just Read!
Mind as well share this to you people!
JavaScript (the have the script tag in the code) and iframe codes aren't allowed in Multiply for security reasons. Any other code that is simple HTML or Flash, like the ones that use the EMBED or OBJECT command, should work fine. Usually the site give you options for the code: look for the one in simple HTML (no script tags) or one that uses Flash.
Tip: many widgets that use JavaScript code also have a non-JavaScript code attached for compatibility reasons, like the counter from sitemeter.com. To use it on Multiply simply copy the code between the noscript tags. For example, if they give you this code:
<!-- Site Meter -->
<script type="text/javascript" src=">http://s24.sitemeter.com/js/counter.js?site=YourUsername">
</script>
<noscript>
<a href="http://s24.sitemeter.com/stats.asp?site=YourUsername" target="_top">
<img src="http://s24.sitemeter.com/meter.asp?site=YourUsername" alt="Site Meter" border="0"/></a>
</noscript>
<!-- Copyright (c)2006 Site Meter -->
Copy this part and use it in your site:
<a href="http://s24.sitemeter.com/stats.asp?site=YourUsername" target="_top">
<img src="http://s24.sitemeter.com/meter.asp?site=YourUsername" alt="Site Meter" border="0"/></a>
PS: JavaScript isn't the same as Java. Java widgets should work too, as they usually use the EMBED/OBJECT tag.
Hope This will help you guys!


Are you sure that Iframes are not allowed??
Maybe the iframe just won't appear because of the CSS code
iframe {display:none!important}

^yah...your right because of Css Codes! 

-Offline- |
An error mes
xavierkym wrote:
Are you sure that Iframes are not allowed??
You will see an error message saying javascript is not allowed if you try to use the iframe tag.
-Offline- |