fr.linkedin.com/in/sbouachar www.scoop.it/u/salah-bouachari

sbouachari

Animateur numérique du Territoire
Reporter de Territoire

Boîte à outils Etourisme / Tutos / Astuces / etc...

Ajouter la météo

Première version

Aller sur
http://www.accuweather.com/en/free-weather-widgets/36hour

Puis saisir votre localité + changer la langue + l'unité de mesure (Fahrenheit en Degrés Celcius)

Puis dans la partie Jaune en bas de page (fixe) accepter les conditions et cliquer sur "Grab the code"

Selectionner le code puis copier le code dans un élément (+ à gauche) puis Widget/html

exemple de Code :

<a href="http://www.accuweather.com/fr/fr/biganos/136934/current-weather/136934" class="aw-widget-legal">
<!--
By accessing and/or using this code snippet, you agree to AccuWeather’s terms and conditions (in English) which can be found at http://www.accuweather.com/en/free-weather-widgets/terms and AccuWeather’s Privacy Statement (in English) which can be found at http://www.accuweather.com/en/privacy.
-->
</a><div id="awtd1402422656657" class="aw-widget-36hour"  data-locationkey="136934" data-unit="c" data-language="fr" data-useip="false" data-uid="awtd1402422656657" data-editlocation="false"></div><script type="text/javascript" src="http://oap.accuweather.com/launch.js"></script>

Nouvelle version

<script type="text/javascript">
//<![CDATA[
$(document).ready(function () {
        $('#meteo').weatherfeed(
                ['579913'],
                {
                        language : 'fr',
                     
                }
        );
});
//]]>
</script>
<div id="meteo">
</div>

trouver le code