🧪 Embed de Gasolineras — Pruebas

Así se ve el mapa embebido desde otros sitios. Usa <iframe>.

🔵 Mapa completo (sidebar visible)

<iframe src="https://elabeto.com/Gasolineras/"
    width="100%" height="500"></iframe>

🟢 Embed ligero (solo mapa)

<iframe src="https://elabeto.com/Gasolineras/embed.html?fuel=gasoleo_a&lat=40.4168&lng=-3.7038&zoom=12"
    width="100%" height="450"
    style="border:0;border-radius:8px;"
    allow="geolocation"></iframe>

⚙️ Parámetros URL del embed

Parámetro Valor Descripción Ejemplo
fuel gasoleo_a (default) Tipo de combustible a mostrar ?fuel=gasolina_95_e5
fuelLabel Texto libre Etiqueta visible del combustible &fuelLabel=Gasolina+95
lat, lng Coordenadas Centro del mapa &lat=40.4168&lng=-3.7038
zoom 1-20 Nivel de zoom inicial &zoom=14
topbar 1 / 0 Mostrar barra superior informativa &topbar=0
brand 1 / 0 Mostrar marca "Gasolineras" &brand=0
ads 0 / 1 Activar espacio para AdSense &ads=1
theme light / dark Estilo del mapa &theme=dark

🌙 Tema oscuro

<iframe src="https://elabeto.com/Gasolineras/embed.html?fuel=gasoleo_a&theme=dark&brand=0&topbar=0"
    width="100%" height="450"></iframe>

💰 Con espacio AdSense

Activa el banner inferior para anuncios. Necesitas una cuenta AdSense y configurar ADSENSE_CLIENT y ADSENSE_SLOT en el embed.

<iframe src="https://elabeto.com/Gasolineras/embed.html?ads=1"
    width="100%" height="520"></iframe>
<script>
  window.ADSENSE_CLIENT = 'ca-pub-XXXXX';
  window.ADSENSE_SLOT   = '1234567890';
</script>

⚠️ AdSense necesita configurarse en tu cuenta. Sin ella no se mostrarán anuncios.