I would like to use the Panoramio Widget Api in my Blogger blog to show a map with only my geo-located photos. I used following code:
<iframe src="http://www.panoramio.com/plugin/?user=12345&lt=51.21570&ln=4.47067&z=2&k=0" width="250px" height="250px" ></iframe>
Apparently filtering by user_id did not work . neither did filtering by tag.
What am I doing wrong?
<iframe style="margin: 10px"
src="http://square-shot-group.googlecode.com/files/singlemap.html?lat=51.2139&lng=4.4718&zoom=10&user=6613512"
frameborder="0" width="400" height="400" marginwidth="0" marginheight="0"> </iframe>
Thanks Quentin for replying, unfortunately your suggestion does not bring a solution.
It seems to me I cannot access the Google Hosting site from my computer. Applying your suggested code produces a map with photos not filtered for my user-id, and changing the coordinates has no effect either. These modifications do not alter the displayed result, neither by accessing the website directly via the url, nor via an iframe from my blog.
I also tried to implement the approach suggested by http://www.panoramio.com/api/data/api.html: The code is: http://www.panoramio.com/map/get_panoramas.php?set=public&from=0&to=20&minx=-180&miny=-90&maxx=180&maxy=90&size=medium&mapfilter=true (where public would be replaced by user id number)
When applying this code I got as reply a message that the php extension is unknown. I have a 2011 HP computer running under windows 7. Having to buy an additional program is no solution, my blog readers wouldn’t do this.
Hoping somebody can help me, thanks in advance
If you see plain text instead of HTML, you probably screwed up the svn:mime-type. Go back and fix that.