I have done as the guide in Optimize Tweets with Cards, but it does not work like put my image and description in a card to share to others.
I want to share my webpage in a card for twitter.
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="summary" />
<meta name="twitter:creator" content="summary" />
<meta name="twitter:image" content="https://stackoverflow.com/questions/56339282/how-to-share-my-webpage-to-twitter-in-a-card/are_6b65b534.jpg" />
<meta name="twitter:description" content="@ViewBag.Description" />
As I put the guide code in my webpage, I still just get a url when I share my webpage.
Thanks for your help.