Compose thought moment from web to Path apps.
path://compose/thought?subject=subject&text=text
<script src="vendors.js"></script> # jQuery & Lodash
<script src="bundle.js"></script>
pathnerScheme({
subject: 'subject',
text: 'text',
unsupportedHandler: function () {
console.log('This browser does not support Path scheme.');
// window.locations = 'http(s)://...'
// Redirect to Path Partner's Page ( Post moment via web )
}
});
MIT