How do I get the Tweet button include the full URL of the current page, including the query string? E.g. www.myexample.com/category/page?v=0&num=123
The default code from Twitter (https://dev.twitter.com/web/tweet-button/parameters) works on my site, except it only provides the first part, e.g. www.myexample.com/category/page
I have quite a few pages* on one section of my site that are populated with varying content from a database, depending on the values in the query string, so it’s critical the share links have the query string or else the page is devoid of content.
After a couple hours of fruitless effort trying to get this to work I figured I ask for some help. If anybody needs me to provide additional info let me know.
*It’s really just one page with dynamic content, and thus only one Tweet button.