Hello,
I am working on a hub site and am trying to embed a WalkScore widget, for which the code is provided by WalkScore. When I copy and paste the code in the HTML editor, the text box remains blanc and then when I return to the editor, the code has been significantly reduced.
I removed the urls and location info for privacy, but here is the code:
<script type='text/javascript'>
var ws_wsid = '';
var ws_address = ';
var ws_format = 'tall';
var ws_width = '400';
var ws_height = '500';
</script><style type='text/css'>#ws-walkscore-tile{position:relative;text-align:left}#ws-walkscore-tile *{float:none;}</style><div id='ws-walkscore-tile'></div><script type='text/javascript' src=''></script>
Is there something in the code that could be changed so this widget can be displayed, or is there something here that is not supported in hub?
Thank you!