I'm trying to embed the widget below from Accuweather into a content editor webpart:
<a href="http://www.accuweather.com/en/us/new-york-ny/10007/weather-forecast/349727" class="aw-widget-legal"><!-- By accessing and/or using this code snippet, you agree to AccuWeather’s terms and conditions (in English) which can be found at http://www.accuweather.com/en/free-weather-widgets/terms and AccuWeather’s Privacy Statement (in English) which can be found at http://www.accuweather.com/en/privacy. --></a><div id="awcc1476279165115" class="aw-widget-current" data-locationkey="" data-unit="c" data-language="en-us" data-useip="true" data-uid="awcc1476279165115"></div><script type="text/javascript" src="http://oap.accuweather.com/launch.js"></script>
and I am successful for the most part. Problem is, since my intranet is using "https://" then a pop-up always appears that I need to click since by default the page can only display secure content and my widget uses "http://" instead.
Now the tricky part is accuweather doesn't seem to have a "https://" version so even if I tried to rename the urls to use "https://" it still has the same behavior.
Is there a workaround for this aside from disabling the error message handler (which I don't want to do) in the Browser's settings?