Franky,
Do you think it might be possible to allow additional fields for the address data in the eme_locations DB to work with the hcard format?
I came across it while looking at foursquare integration which requires seperate tags to match a location. I think the same could apply for facebook opengraph API which I’ll be looking into next.
Maybe user: geoffreysf found a workaround as he mentioned using hcard in the following post: http://www.e-dynamics.be/bbpress/topic.php?id=180#post-861
Anyway – in simplest form, it would be great to have fields for each of the following:
fn – The name of the business = #NAME
adr – This class name should wrap all address information
street-address – The street address (not including city, state, etc.)
locality – The city or town = #TOWN
region – The state, provence, etc.
postal-code – The postal code
The fn and locality can already be used with existing placeholders NAME & TOWN.
Some reference info in case you don’t know what I’m talking about is here:
https://foursquare.com/business/brands/offerings/savetofoursquare/tester
http://microformats.org/wiki/hcard#Property_List
Thanks