Σήμερα
Αύριο
Αντιγράψτε τον παρακάτω κώδικα και επικολλήστε τον στο HTML του site σας, εκεί που θέλετε να εμφανίζεται ο καιρός.
<!-- Forecast Weather Widget Start --> <div id="weather-widget-container" data-id="59800"></div> <script> (function() { const container = document.getElementById('weather-widget-container'); if (!container) return; const widgetId = container.getAttribute('data-id'); const apiUrl = 'https://www.forecastweather.gr/client/src/get_widget.php?id=' + widgetId; fetch(apiUrl) .then(response => { if (!response.ok) throw new Error('Network response was not ok'); return response.text(); }) .then(html => { container.innerHTML = html; }) .catch(error => { console.error('Widget Error:', error); }); })(); </script> <!-- Forecast Weather Widget End -->
Εάν η επιχείρησή σας έχει καταπληκτική θέα μοιραστείτε την και ανεβάστε την επισκεψιμότητά της!