Embed Weather Forecast in SharePoint
Embed Weather Forecast in SharePoint
Step 1: Create a Page, Edit it and add Script Editor Web Part to it.
Step 2: Paste the below Code.
<iframe id="forecast_embed" frameborder="0" height="245" width="800" src="//forecast.io/embed/#lat=28.704059&lon=77.102490&name=New Delhi&color=#00aaff&font=Georgia&units=ca"></iframe>
Note : lat(Latitude) and lon(Longitude) are different for each location. Please specify latitude and longitude of your desired location.
Click Here if it does not work with SharePoint Online
Step 1: Create a Page, Edit it and add Script Editor Web Part to it.
Step 2: Paste the below Code.
<iframe id="forecast_embed" frameborder="0" height="245" width="800" src="//forecast.io/embed/#lat=28.704059&lon=77.102490&name=New Delhi&color=#00aaff&font=Georgia&units=ca"></iframe>
Note : lat(Latitude) and lon(Longitude) are different for each location. Please specify latitude and longitude of your desired location.
Click Here if it does not work with SharePoint Online
Comments
Post a Comment