espresto/reclaim-social-media

Add a foursquare mod.

Closed this issue · 2 comments

Add a foursquare mod.

+1
would like to see it made with leaflet like idno.co does it, i.e. here: http://erinjo.is/2014/checked-into-golden-gate-park

which also reminds me of how we should display the data. i'll write about it soon, but this is in a nutshell what i though about:

  • per default only show minimal content. drop the blockquote stuff for twitter and just render the tweet, with links and images. all meta data is stored in custom fields.
  • may be even the „(View on {service})“ link should be dropped out of the content. since the original_permalink is saved in a custom field, we can render it into the template or beneath the content with some hooks.
  • if there is a native embed code, it's constructed and saved in a custom field
  • let the user choose how she wants to display the content: minimal, native embed or option abc.
  • for 4sq that would mean an optional display of a) „i checked in @ {venue}“ b) a map (with text) c) native 4sq embed (if there is one)

whats missing is an optional map view. will be a separate issue.