Show local weather forecasts on your own webpage with "Weather365.net Homepageweather.
All you need is a little bit HTML and the CityID of your location.
You can insert a homepagweather with GEOLOCATION function as well. Check it here or at the end of the page.
5 steps to do that: (Ex. Paris)
| Step | Description | Howto |
| 1 |
Search CityID |
Search Paris in our Local weather here on weather365.net --> check here |
| 2 |
Search your location - in our ex. Paris |
type location and click on Search-Button |
| 3 |
In our case "Paris" will be found immediately because its unique. If you have multiple hits, then they will be shown in a list. |
if multiple hits choose your location. |
| 4 |
Where is CityID ? |
CityID is located here behind. "Paris" (8710). The value 8710 is the CityID we need to go forward. Note it. |
| 5 |
Now you can include the "Homepage-Weather" into your own Homepage |
Copy the HTML code above with right CityID into your Homepage |
Version I: 3 day forecast ( Weather + Temp )
| Einzufügender Code |
PREVIEW |
|
<iframe src="http://www.weather365.net/foreign/city6a.php?cityid=8710&language=31" width="99%" height="118" align="left" scrolling="no" frameborder="0" allowtransparency="true" name="Weather365"> <p>Your Browser cannot display frames. <a href="http://www.weather365.net"> WEATHER365.net </a></p> </iframe>
|
|
Version II) 3 day (use with dark backgrounds) ( Weather+ Temp )
| Einzufügender Code |
PREVIEW |
|
<iframe src="http://www.weather365.net/foreign/city6b.php?cityid=8710&language=31" width="99%" height="118" align="left" scrolling="no" frameborder="0" allowtransparency="true" name="Weather365"> <p>Your Browser cannot display frames. <a href="http://www.weather365.net"> WEATHER365.net </a></p> </iframe>
|
|
Version III) 3 day (Weather + Temp + Precipitation Risk )
| Einzufügender Code |
PREVIEW |
|
<iframe src="http://www.weather365.net/foreign/city1a.php?cityid=8710?language=31" width="99%" height="130" align="left" scrolling="no" frameborder="0" allowtransparency="true" name="Weather365"><p>Your Browser cannot display frames. <a href="http://www.weather365.net"> WEATHER365.net </a></p> </iframe>
|
|
Version IV) 3 day (use with dark backgrounds) (Weather + Temp + Precipitation Risk )
| Einzufügender Code |
PREVIEW |
|
<iframe src="http://www.weather365.net/foreign/city1b.php?cityid=8710&language=31" width="99%" height="130" align="left" scrolling="no" frameborder="0" allowtransparency="true" name="Weather365"> <p>Your Browser cannot display frames.<a href="http://www.weather365.net"> WEATHER365.net </a></p> </iframe>
|
|
Version V) 3 day (Weather + Temp + Precipitation Risk + Wind)
| Einzufügender Code |
PREVIEW |
|
<iframe src="http://www.weather365.net/foreign/city2a.php?cityid=8710&language=31" width="99%" height="142" align="left" scrolling="no" frameborder="0" allowtransparency="true" name="Weather365"> <p>Your Browser cannot display frames.<a href="http://www.weather365.net"> WEATHER365.net </a></p> </iframe>
|
|
Version VI) 3 day (use with dark backgrounds) (Weather + Temp + Precipitation Risk + Wind )
| Einzufügender Code |
PREVIEW |
|
<iframe src="http://www.weather365.net/foreign/city2b.php?cityid=8710&language=31" width="99%" height="142" align="left" scrolling="no" frameborder="0" allowtransparency="true" name="Weather365"> <p>Your Browser cannot display frames.<a href="http://www.weather365.net"> WEATHER365.net </a></p> </iframe>
|
|
Version 1
| HTML Code |
PREVIEW.
|
<iframe src="http://www.weather365.net/foreign/city.php?cityid=8710&language=31" width="98%" height="183" align="left" scrolling="no" frameborder="0" allowtransparency="true" name="Weather365"> <p>Your Browser is not able to handle IFRAME: Check here for more weather: <a href="http://www.weather365.net"> WEATHER365.net </a></p> </iframe>
|
|
Version 2 - Example now Rome (9902)
| HTML Code |
PREVIEW.
|
| <iframe src="http://www.weather365.net/foreign/city3.php?cityid=9902&language=31" width="98%" height="205" align="left" scrolling="no" frameborder="0" allowtransparency="true" name="Weather365"> <p>Your Browser is not able to handle IFRAME: Check here for more weather: <a href="http://www.weather365.net"> WEATHER365.net </a></p> </iframe> |
|
Version GEOIP: 3 day forecast using GEOIP / Geolocation
Geolocation is the identification of the real-world geographic location of an object, such as a cell phone or an Internet-connected computer terminal. Geolocation may refer to the practice of assessing the location, or to the actual assessed location. In this case no cityid is necessary.
HTML Code
|
Preview
|
|
<iframe src="http://www.weather365.net/foreign/city3a.php" width="99%" height="142" align="left" scrolling="no" frameborder="0" allowtransparency="true" name="Weather365"> <p>Your Browser is not able to handle IFRAME: Check here for more weather:<a href="http://www.weather365.net"> WEATHER365.net </a></p> </iframe>
|
|
Details for the use of WEATHER365 Homepage Weather:
The use of our homepage weather is free of charge, no matter if you are running a commercial or non commercial webpage.
But there are some rules and restrictions:
- do not integrate more than 4 (four) homepage weather modules per homepage
- always show the copyright details of WEATHER365 LTD.
- we do not assume any responsibility or guarantee for the availability of this service and reserve the right to change or adjust the service at any time
- by integrating the service to your webpage you accept this rules and restrictions
If you are running a commercial website and need secure and reliable weather forecasts we will be pleased to help you at any time - just get in CONTACT with us.
|