Hi,
Using the following link in the Twitter Card Validator:
https://dev.piccing.com/media/Bee/f98b817d4c0146438a924cd857fe0f6c
I get the following log:
INFO: Page fetched successfully
INFO: 8 metatags were found
INFO: twitter:card = summary_large_image tag found
INFO: Card loaded successfully
BUT, no image is rendered.
Here is the HTML generated:
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Bee on Piccing in Men's Fashion</title> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:description" content="The description." /> <meta name="twitter:title" content="Bee on Piccing in Men's Fashion" /> <meta name="twitter:site" content="@SocnetDev"> <meta name="twitter:image" content="6fffd19b-dc80-4c5d-ae74-5b2a18a029d3" /> <meta name="twitter:creator" content="@SocnetDev" /> </head> <body> </body> </html>
Any help with this would really be appreciated.