Skip to content

Instantly share code, notes, and snippets.

@Leask
Created July 19, 2013 11:00
Show Gist options
  • Save Leask/6038361 to your computer and use it in GitHub Desktop.
Save Leask/6038361 to your computer and use it in GitHub Desktop.
Make a link for "iMessage me" on the web
<a href="<?php echo preg_match('/Macintosh/', $_SERVER['HTTP_USER_AGENT']) ? 'imessage' : 'sms'; ?>:[email protected]">iMessage me!</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment