Forum Discussion
jsgraves
Nov 19, 2020Copper Contributor
Embed Web Part - code for Forecast.io
Last week I noticed that the embed code for Forecast.io stopped working on my SharePoint site. <iframe height="200" width="100%" src="https://forecast.io/embed/#lat=36.7783&lon=-119.4179&name=C...
Matti Paukkonen
Nov 20, 2020Iron Contributor
Hi jsgraves,
Embed web part encodes the Url for iframe, and in page source code it looks like this: https://forecast.io/embed/#lat%3D36.7783%26lon%3D-119.4179%26name%3DCalifornia
And that is not working when copied to browser.
I think it has something to do with # character in the url, because if I remove that url is not encoded. Not solving your issue because target site is returning 404 after.
jsgraves
Nov 20, 2020Copper Contributor
Matti Paukkonen Thank you for the feedback. I'm really not sure what happened, because it was working just fine up until about a week ago.