3 lines of code to share content from website with large image on twitter
Our system recognizes when URLs are included in a Tweet, and crawls your site to fetch the Card type and content. To learn more about how our Card system works
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@twitter username " />
<meta name="twitter:creator" content="@twitter username " />
Top