bang-on://
bang-on://?q=
Example:
bang-on://?q=Twitter
Documentation: App Lookup
bang-on://?q=[clipboard]
bang-on://?q=[clipboard]%20!bang
Just replace !bang with the !bang you'd like to hard code into the Action.
bang-on://?q=[prompt]
bang-on://?q=[prompt]%20!bang
Just replace !bang with the !bang you'd like to hard code into the Action.
Name: Search Bang On for Title
URL:
bang-on://?q=[[title]]
Note: This action will send Bang On whatever is on the first line of your draft.
To install the action copy and paste the following URL into your iOS browser's location bar and hit enter • Help
drafts://x-callback-url/import_action?type=URL&name=Search%20Bang%20On%20for%20Title&url=bang-on%3A%2F%2F%3Fq%3D%5B%5Btitle%5D%5D
App Name: Search Bang On for Selection
Protocol: bang-on:
URL Scheme Template:
bang-on://?q={[TEXT-SELECTED]}
Visibility:
Standard Menu: Off
Text Selection Menu: On
Link Menu: Off
Important Note: Bookmarklets that take advantage of your text selection work differently or don't work at all in different browsers. Please see the guide for further details and workarounds.
javascript:location.href='bang-on://'+location.href
javascript:location.href='bang-on://?q='+encodeURIComponent(window.getSelection())
javascript:location.href='bang-on://?q='+encodeURIComponent(window.getSelection())+'%20'+'!bang'
Just replace !bang with the !bang you'd like to hard code into the bookmarklet.