Hi all,
I was wondering the Data or Widget API support multiple tags or not. For example, the widget API as follow:
widget = new panoramio.PhotoListWidget(
"div_list_ex",
{ 'tag': ['Cambodia', 'Bank', 'Beach'] },
{
'width': 400,
'height': 100,
'columns': 5,
'croppedPhotos': true
}
)
widget.setPosition(0)
When I tried the above code, no error appears. Looking to the documentation, tag is a string to pass in. I'm wondering it is possible or not?