如何在不使用插件的情况下使用WordPress添加Google地图

时间:2010-09-28 06:22:58

标签: wordpress google-maps

我们如何使用WordPress添加Google地图。

考虑我的坐标

<longitude>17.549062233809</longitude>
<latitude>40.68792578497581</latitude>

任何人都可以给我一个想法。

谢谢

2 个答案:

答案 0 :(得分:1)

如果您只想要这些坐标的静态地图,那么您可以在http://maps.google.com/中输入 40.687926,17.549062 并获取地图嵌入代码,即:

<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=40.687926,17.549062&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=36.231745,70.136719&amp;ie=UTF8&amp;ll=40.687173,17.550865&amp;spn=1.085161,2.191772&amp;z=9&amp;output=embed"></iframe>

只需将其复制并粘贴到您博客的任何位置即可。

否则请使用其他建议。

答案 1 :(得分:0)

使用google maps api for javascript嵌入地图并假设您提供坐标,因为您要进行标记检查here