Get your own customer support community
 

my existing widget won't work in widgetbox - disallowed tags?

i have a widget that is already being used, but i want to make it available in the widgetbox gallery. no luck so far. the functionality is implemented in php on my server, and i have a block of html/css/js that is used to paste the widget into any web page.

here is the code that currently places the widget:

<style type="text/css">
#mortgage-rates {text-align: center; overflow: hidden;}
.mbrfoot {font-family: arial,verdana,sans-serif;font-size: 10px;background-color: #ffffff;color: #004477;width: 254px;text-align: center;}
.mbrfoot a { text-decoration: none; }
</style>
<!--[If IE]>
<iframe src="http://www.monitorbankrates.com/widget/mortgage-rates.php" height="115" width="254" frameborder="0" scrolling="no"></iframe>
<![endif]-->
<!--[if !IE]>-->

Your browser does not support this widget. Click here to see Mortgage Rates @ MonitorBankRates.com


<!--<![endif]-->
Powered by Mortgage Rates @ MBR



i have tried 3 different approaches to get the widget to load on widgetbox, with no success so far.

1. simply pasting my html/js code into an html/js widget. since there is a call to a remote server, i understand this shouldn't work.

2. using the proxy request snippet for the html/js widget.

3. using a remote widget.

in all 3 cases, the output i get is the "your browser does not support this widget" text, implying that the tag (i use firefox) is not supported. however this widget (and the very same code) does work in firefox when directly placed on any web page.

can anyone tell me what the issue is here? does widgetbox somehow disallow the tag? will it do the same for an <iframe> tag (which is required for ie in the case of this widget)?

any help much appreciated.</iframe>
Inappropriate?
1 person has this question

User_default_medium