Hace tiempo os contábamos cómo insertar un meipi en otra web. En elproyecto de 6.000km en el que estoy metido necesitábamos meter el mapa en el blog, como teníamos un espacio reducido la leyenda nos molestaba. Así que ahora puedes añadir el mapa sin la leyenda añadiendo “&legend=false” al final de la URL:
Con leyenda
http://meipi.org/6000km.map.php?embedded=true
El código queda
<iframe src="http://meipi.org/6000km.map.php?embedded=true" height="590" frameborder="0" width="790" scrolling="no" marginheight="0" marginwidth="0"></iframe>
Sin leyenda
http://meipi.org/6000km.map.php?embedded=true&legend=false
<iframe src="http://meipi.org/6000km.map.php?embedded=true&legend=false" height="590" frameborder="0" width="790" scrolling="no" marginheight="0" marginwidth="0"></iframe>
Para meterlo en un wordpress cualquiera basta ponerse en formato ‘html’ cuando estés escribiendo una entrada y copiar el código de más arriba sustituyendo el nombre del meipi y el tamaño en píxeles (en el ejemplo 590px de alto y 790px de ancho.
<iframe src="http://meipi.org/nombredetumeipi.map.php?embedded=true&legend=false" height="590" frameborder="0" width="790" scrolling="no" marginheight="0" marginwidth="0"></iframe>
Si quieres añadirlo en la barra de widgets basta con añadir uno en formato texto y meterle el mismo código.


English