Embed Live Wind on Your Website with Specific Location

You can embed a specific map location from live-wind.com.au directly into your website. The embed code below will display the map centered on the latitude and longitude provided in the URL.

Location Coordinates: Latitude: 144.927, Longitude: -37.9483

To embed this specific location, use the following HTML code. You can modify the lat and lon parameters in the src URL to display a different location.

<iframe src="https://live-wind.com.au/index.php?lat=144.927&lon=-37.9483" style="width:100%; height:500px; border:none;"></iframe>

How to Use the Embed Code:

  1. Select and copy the entire HTML code provided above.
  2. Open the HTML file of the web page where you want to embed the live wind information for this location.
  3. Paste the copied code into the desired location within the <body> tags.
  4. Save your HTML file and refresh your web page to see the embedded live wind data centered on the specified coordinates.

Customizing the Location: To embed a different map location, simply change the values of the lat (latitude) and lon (longitude) parameters in the src attribute of the <iframe> tag. For example:

<iframe src="https://live-wind.com.au/index.php?lat=YOUR_LATITUDE&lon=YOUR_LONGITUDE" style="width:100%; height:500px; border:none;"></iframe>

Remember to adjust the width and height attributes as needed for your website layout.