This is Panoramio JavaScriptt API. Panoramio JavaScriptt API let you customize it.
var myRequest = {
'tag': 'austria',
'rect': {'sw': {'lat': -30, 'lng': 10.5}, 'ne': {'lat': 50.5, 'lng': 30}}
};
var myOptions = {
'width': 600,
'height': 500
};
var wapiblock = document.getElementById('wapiblock');
var photo_widget = new panoramio.PhotoWidget('wapiblock', myRequest, myOptions);
photo_widget.setPosition(0);
This is complete Code for Panoramio JavaScriptt API widget.It does not show in composing...