I've tried to embed widgets and other external code from places like WidgetBox and Weather.com into my DNN sites, but it just pasting the source into the HTML area of the text/HTML field usually doesn't work, and the Iframe module often doesn't have the parameters that the originator wants. For example, I'm trying to post the current weather widget from Weather.com on my site with no luck.
Any suggestions?
Thanks
=====================================================
[script removed]
/* Locations can be edited manually by updating 'wx_locID' below. Please also update */
/* the location name and link in the above div (wx_module) to reflect any changes made. */
var wx_locID = 'USVA0023';
/* If you are editing locations manually and are adding multiple modules to one page, each */
/* module must have a unique div id. Please append a unique # to the div above, as well */
/* as the one referenced just below. If you use the builder to create individual modules */
/* you will not need to edit these parameters. */
var wx_targetDiv = 'wx_module_7554';
/* Please do not change the configuration value [wx_config] manually - your module */
/* will no longer function if you do. If at any time you wish to modify this */
/* configuration please use the graphical configuration tool found at */
/* https://registration.weather.com/ursa/wow/step2 */
var wx_config='SZ=180x150*WX=FHW*LNK=WWLD*UNT=F*BGI=plane*MAP=CSC|null*DN=equityrise.com*TIER=0*PID=1071220412*MD5=6da869cf9044dc9c87f2e71bcb60e975';
document.write('');
[script removed]
=================================================