brightkite-syntax: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(captured a few BrightKite commands off the top of my head.)
 
m (added examples and kbd markup)
Line 5: Line 5:
== BrightKite basics ==
== BrightKite basics ==


* @address - check in at an address
* <kbd>@address</kbd> - check in at an address. e.g. <kbd>@1026 Valencia St, San Francisco, CA</kbd> Shorter forms can sometimes work too, e.g. <kbd>1026 Valencia St, SF CA</kbd>
* @placemark - check in at a placemark. Note: you must have previously defined it.
* <kbd>MARK newplacemark</kbd> - creates placemark newplacemark for your currently checked in location. e.g. <kbd>MARK ritro</kbd>
* !message - posts a message to your currently checked in location
* <kbd>@placemark</kbd> - check in at a placemark. Note: you must have previously defined it. e.g. <kbd>@ritro</kbd>
* ?venue - does a search for venue near your currently checked in location and returns options to pick from
* <kbd>!message</kbd> - posts a message to your currently checked in location. e.g. <kbd>!the line is out the door</kbd>
* MARK newplacemark - creates placemark newplacemark for your currently checked in location.
* <kbd>?venue</kbd> - does a search for venue near your currently checked in location and returns options to pick from. e.g. <kbd>?Ritual</kbd>


== see also ==
== see also ==
* [[dodgeball-syntax]]
* [[dodgeball-syntax]]
* [[picoformats]]
* [[picoformats]]

Revision as of 23:45, 11 August 2008

BrightKite SMS syntax

From the top of my head:

BrightKite basics

  • @address - check in at an address. e.g. @1026 Valencia St, San Francisco, CA Shorter forms can sometimes work too, e.g. 1026 Valencia St, SF CA
  • MARK newplacemark - creates placemark newplacemark for your currently checked in location. e.g. MARK ritro
  • @placemark - check in at a placemark. Note: you must have previously defined it. e.g. @ritro
  • !message - posts a message to your currently checked in location. e.g. !the line is out the door
  • ?venue - does a search for venue near your currently checked in location and returns options to pick from. e.g. ?Ritual

see also