(Note I only have an Android phone, so below comments apply to that. I’ve been told the issue is also present on iOS).
When using a web intent link on some pages of our site, we are getting a different set of behaviors when the link is shared by browser vs the Twitter App.
<a href="https://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.bloomberg.com%2Fsponsor%2Fubs%2Ftogether%2F%3Fmvi%3D9425a299d5c44c5395ba372d21d8189c&amp;text=Sponsor Content: How%20unconstrained%20asset%20allocation%20can%20lead%20to%20outperformance&amp;via=business" class="bloomberg share link bb-social-link bb-social-link--twitter" target="_blank"></a>
For the above link, in browser it shares with the proper title, followed by the url and the @business tag. However, when this link opens in the twitter app, it only shares the url, with no title or via @business present.
From the documentation available here (https://dev.twitter.com/web/tweet-button/web-intent), it doesn’t look like anything is malformed, as we are using the text, url, and via parameters. Any help would be appreciated.
Thanks,
Spencer