Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Only the image for twitter meta tags is not showing.my facebook meta tags are working properly but my twitter image is not showing but other details are showing.

Log
INFO:  Page fetched successfully
INFO:  15 metatags were found
INFO:  twitter:card = summary_large_image tag found
INFO:  Card loaded successfully


<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="<?php echo $artcover; ?>">
<meta name="twitter:title" content="<?php echo $artistname; ?>">
<meta name="twitter:description" content="<?php echo $songname; ?>">

 
  
  <meta prefix="og: https://ogp.me/music#" />
 <meta name="og:url"           content="https://www.verotconsulting.com/starsnation/starsnation1.php">
<meta property="og:type"               content="article">
<meta property="og:title"              content="<?php echo $artistname; ?>">
<meta property="og:description"        content="<?php echo $songname; ?>">
<meta  property="og:image"        content="<?php echo $artcover; ?>">
<meta property="og:image:width" content="2048px" />
<meta property="og:image:height" content="1399px" />


What I have tried:

<pre><meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="<?php echo $artcover; ?>">
<meta name="twitter:title" content="<?php echo $artistname; ?>">
<meta name="twitter:description" content="<?php echo $songname; ?>">
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900