Is it possible to use this code on WP.com blog?
-
Hi, All! Have tried in vain to embed the following code on to my blog page. Does anyone know why I am not successful with it?
Thanks a million in advance.
Best,
BCB
Code:
<script type=”text/javascript” src=”http://maps.google.com/maps?oe=utf-8&file=api&v=2&key=your-gmap-key”></script>
<script type=”text/javascript” src=”http://static.findmespot.com/live-widget/1.2/js/SpotMain.js”></script>
<script type=”text/javascript”>
var widget = new Spot.Ui.LiveWidget({ renderTo: “spot-live-widget”,
feeds: [ “0qd85Rfix0Jfi2nSfdOL1BmqmMtKM6ptk” ],
height: 400,
width: 500,
mapType: “physical”
});
</script>
<div id=”spot-live-widget”></div>The blog I need help with is: (visible only to logged in users)
-
-
-
Oh, well… At least now I know that I did not do anything incorrectly.
Thank you so much! -
You can embed Google Maps into your WordPress.com blog but you have to use the process I linked to above.
-
Problem is, the map I am trying to embed has a GPS data overlay from another website. I will have to resort to just a hyperlink then…Less cool-looking though…
-
-
-
- The topic ‘Is it possible to use this code on WP.com blog?’ is closed to new replies.