I am trying to tweet with image using javascript.I read about cards, and put the following on page i am sharing:
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="http://203.110.93.244/"> <meta name="twitter:creator" content="@SarahMaslinNir"> <meta name="twitter:title" content="Parade of Fans for Houston’s Funeral"> <meta name="twitter:description" content="NEWARK - The guest list and parade of limousines witproject here."> <meta name="twitter:image" content="http://www.promon.in/media/images/products/2015/09/listing_image_vsRFOqw.jpg"> then i use this javascript to tweet:
twttr.widgets.createShareButton( 'http://203.110.93.244/offers/eat-n-drink/Delhi-greater-kailash-rara-avis/81/', document.getElementById('twitter-btn'), { text: '#HelloWorld', }); Problem is, I am not getting any image thumbnail. Please guide me towards a viable solution. Thanks.