To access your branded images, You will have the choice of using the HWwarnings Service Plug-in to integrate clickable warning maps into HAMweather 3.
Alternatively, to add maps with out the need of using HAMweather 3,a small, simple script is available that only takes minutes to set up.
Once the script is installed you can add the warning maps to your web site with the standard HTML <img> tag. The src attribute of the <img> tag is point to your image fetch script, passing parameters that specify the map location and size. An example <img> tag would look similiar too:
<img src="/path/to/warnfetch.php?state=us&size=480x360" width="480" height="360">
|