Link to Stackoverflow question:
Per the Twitter Web Intents documentation, I figure that I should be able to create the following links, and have them properly open a Web Intents window to twitter. The Web Intents window opens properly, however I get the error “Sorry, that page doesn’t exist”. Here is what I have done.
I added the following script tag to my Angular template:
Then, I have an ng-repeat for each tweet, which contains the following code:
Reply
Retweet
Favorite
For each tweet that is on the page, the proper HTML is generated. In the case that the tweet has the id 431111460186759200, the following html is generated for these links:
Reply
Retweet
Favorite
When I click on these links, the proper modal is opened, in the recommended size (thanks to the widget.js file I embedded), with the correct URL. However, instead of showing the Web Intent screen, it shows me a screening saying “Sorry, that page doesn’t exist. Thanks for noticing—we’re going to fix it up and have things back to normal soon.”
Any thoughts?