|
|
我找到的一些天气预报提供者 通用配置: 在你选项/配置中加入如下代码: <center>replacement</center> 并将replacement替换为如下提供商的链接 新浪提供的天气预报,如果浏览者定制新浪的天气预报,那么显示的就是浏览者定制的城市 <iframe name="weather" id="weather" src="http://news.sina.com.cn/iframe/weather/jump4weather.html" width=100% height=139 BORDER=0 FRAMEBORDER=0></iframe> 搜狐提供的天气预报,如果浏览者定制新浪的天气预报,那么显示的就是浏览者定制的城市 <iframe src=http://weather.news.sohu.com/top.php frameborder=0 scrolling=no cellpadding="0" cellspacing="0" height=100% width=200 name=topw></iframe>
中央气象台提供的天气预报,浏览者可直接在你的blog上进行定制 <iframe width="288" frameborder=0 scrolling=no src="http://www.nmc.gov.cn/fcst6.php" allowtransparency=true height="214"></iframe> 高度和宽度可根据你的blog进行调整 为了尊重它人的劳动,请注明天气预报资料的来源,如"新浪提供的天气预报".
|
|