iothk 發表於 2020-9-24 22:29:42

為DZ加入天氣概況

本文章最後由 iothk 於 2020-9-24 11:24 PM 編輯

請尊重智慧產權,轉載包括原著資訊,感謝合作及使用
原著 : Internet of Talking講聯網

code修正參照:
https://weatherwidget.io/
or
http://www.106tv.com/modules/WeatherLinkService.asp
or
https://openweathermap.org/widgets-constructor
or
https://www.booked.net/widgets/weather
or
https://www.weatherwx.com/free_weather_on_for_your_website.html
or
https://www.visualcrossing.com/resources/documentation/weather-api/how-do-i-add-weather-forecast-to-my-webpage/
or
https://www.powr.io/plugins/weather/standalone
or
https://www.bithacker.dev/fetch-weather-openweathermap-api-javascript
or
https://www.tianqi.com/plugin/

./template/default/common/ 下的文件
footer.htm

    </body>
上面加入
<a class="weatherwidget-io" href="https://forecast7.com/en/5d98116d07/asia-city/" data-label_1="ASIA CITY" data-label_2="WEATHER" data-theme="original" >ASIA CITY WEATHER</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s);if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src='https://weatherwidget.io/js/widget.min.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','weatherwidget-io-js');
</script>

頁: [1]
檢視完整版本: 為DZ加入天氣概況