Skip to content

Instantly share code, notes, and snippets.

@sixteenmillimeter
Created April 28, 2014 13:21
Show Gist options
  • Save sixteenmillimeter/11371879 to your computer and use it in GitHub Desktop.
Save sixteenmillimeter/11371879 to your computer and use it in GitHub Desktop.
<html>
<head>
</head>
<body>
<script>
var sms = function (str) {
window.location.href = 'sms:?body=' + str;
};
sms('Product Title \n http://academy.com \n Custom Message');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment