Add a morgage calculator widget?
-
I would like to add a mortgage calculator as a widget. I’m assuming the easiest is to paste the HTML in a text widget. Does that make sense, or is there a better way of doing this? The HTML for the mortgage calculator is shown below:
<div style=”width:150px;”> </div><link href=”http://www.mortgagesum.com/mortgagewidget/css/mgstyle.css” rel=”stylesheet” type=”text/css” />
<div id=”morgtage_calc”>Mortgage calculator</div>
<script type=”text/javascript”>var mycolor=’green'</script>
<script type=”text/javascript” src=”http://www.mortgagesum.com/mortgagewidget/js/script.js”></script> -
Javascript is stripped out for security reasons. You will have to find another set of code that does not include it.
-
Try the widgetbox install code seen here. http://www.widgetbox.com/widget/mortgage-calculators.
-
I’m trying to add a currency calculator/monitor from WidgetBox (same as Agent503, kinda), but when I put the code into a Text widget, it shows up on the site as an ad for SaneBull. Okay, there’s JavaScript on it, but what should I do to get the darned thing embedded?
-
further to above, this is the HTML code I get from widgetbox:
<script type=”text/javascript” src=”http://widgetserver.com/syndication/subscriber/InsertWidget.js?appId=1736ac5b-3849-4aec-ac19-86a2df161028″></script><noscript>Get the SaneBull Currency Monitor widget and many other great free widgets at Widgetbox!</noscript> -
-
In order for the code to display properly, you need to paste it between backticks, those little marks on the same key as ~. But from what I can see there, it looks like you’re using the Javascript version of their widget; if they offer an HTML-only version, that would be the one to use. It will not be dynamic, but it won’t get stripped out either.
-
- The topic ‘Add a morgage calculator widget?’ is closed to new replies.