我们如何使用WordPress添加Google地图。
考虑我的坐标
<longitude>17.549062233809</longitude>
<latitude>40.68792578497581</latitude>
任何人都可以给我一个想法。
谢谢
答案 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&source=s_q&hl=en&geocode=&q=40.687926,17.549062&aq=&sll=37.0625,-95.677068&sspn=36.231745,70.136719&ie=UTF8&ll=40.687173,17.550865&spn=1.085161,2.191772&z=9&output=embed"></iframe>
只需将其复制并粘贴到您博客的任何位置即可。
否则请使用其他建议。
答案 1 :(得分:0)
使用google maps api for javascript嵌入地图并假设您提供坐标,因为您要进行标记检查here