Cool Weather Plugin for WordPress

Sunday 27 May 2007 @ 11:36 pm

Full Name:Cool Weather
Plugin Version: 1.8
For WP:2.1.+
Copyright: GPL
Introduction:this plugin allow you add the custom weather reports into your blog.
AuthorAndot
Author Location:China
Plugin PageGo to
DownloadCoolWeather(zip)and coolweather_rpc.zip(if you want your OWN RPC Service)
Languageenglish, more or add your languages.
How To:

  1. Download “coolweather” and unzip it.
  2. Upload “coolweather” to the plugins folder of your WordPress installation.
  3. Activate the plugin in your administration panel.
  4. edit your template file,add the codes below to where you want to show the Weather infomatiion.
    1. <?php class_exists('CoolWeather') ? CoolWeather::show(): ''; ?>
  5. If you want your own RPC Service,please download the coolweather_rpc.zip,unzip it and upload it to the plugins folder of your WordPress installation.then edit the URL in “coolweather.js” of “coolweather” folder.