I have tried a different approach to show summary card for my webpage. I have put all the meta tags needed:
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@9itish">
<meta name="twitter:creator" content="@9itish">
<meta name="twitter:image:src" content="http://www.8mags.com/images/cssimage.png">
<link rel="stylesheet" href="button.css">
<meta property="og:title" content="CSS trick to create 3D buttons easily" />
<meta property="og:description" content="Learn how to create 3D CSS button by adding just 8 lines of CSS code to a basic button. Then add just two more lines and you have 7 different styles of 3D buttons. Totally easy-peasy." />
<meta name="twitter:title" content="CSS trick to create 3D buttons easily">
<meta name="twitter:description" content="Learn how to create 3D CSS button by adding just 8 lines of CSS code to a basic button. Then add just two more lines and you have 7 different styles of 3D buttons. Totally easy-peasy.">
I know that this part of code is extra
<link rel="stylesheet" href="button.css">
<meta property="og:title" content="CSS trick to create 3D buttons easily" />
<meta property="og:description" content="Learn how to create 3D CSS button by adding just 8 lines of CSS code to a basic button. Then add just two more lines and you have 7 different styles of 3D buttons. Totally easy-peasy." />
Does it matter if I keep or remove this extra code from here? I have added all other necessary meta tags needed for twitter summary card. The link to webpage is here