Hi Andy,
Thanks for the reply. Yes after changing this to DNS address, now the image and title is coming correctly. But the description is not coming from twitter:description meta tag rather its coming from og:description meta tag.
Here is the meta tags.
<meta name="title" content="Test page" /> <meta name="description" content="text ..." /> <meta property="og:title" content="test facebook" /> <meta property="og:description" content="Test Facebook Description" /> <meta property="og:site_name" content="Title" /> <meta property="og:image" content="" /> <meta name="twitter:title" content="Test Twitter" /> <meta name="twitter:description" content="Test Twitter Description" /> <meta name="twitter:domain" content="Title" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:image" content="" />
Is there anything we need to do here?
Thanks in advance.