Is it possible to have a fallback href?
I put an URL Scheme in a website, code below:
<a href="tweetbot:///post?text=test">Tweet!</a>
This sends out a Tweet with the app Tweetbot containing "test". If people haven't installed Tweetbot, nothing will happen clicking the link. Is there a way to do a fallback to the web version of twitter and/or different apps?
Thanks