Skip to content

Instantly share code, notes, and snippets.

@jakemcgraw
Created October 16, 2010 21:09
Show Gist options
  • Save jakemcgraw/630264 to your computer and use it in GitHub Desktop.
Save jakemcgraw/630264 to your computer and use it in GitHub Desktop.
window.PHONO = null;
$.phono({
apiKey: "XXXXX",
onReady: function(){
PHONO = this;
}
});
$(function(){
$("button").click(function(){
PHONO.messaging.send("[email protected]", "hello");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment