1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

HTML Issue with Twitter Card - What We are Missing

Discussion in 'HTML & Website Design' started by seomanualsubmission, Feb 13, 2021.

  1. #1
    Hi,

    i added to our website code of open graph and twitter ...... so if we share to social media then pictures, title, description etc are coming properly in Facebook, Linkedin but On twitter image is missing .... While image URL in code id perfect.

    If i am using any tools like buffer then images are coming properly and sharing also to properly to twitter but when i am sharing from website then twitter is not showing image.

    Code are as below
    <meta name="twitter:card" content="summary">
        <meta name="twitter:site" content="@RSSeoSolution">
        <meta name="twitter:creator" content="@RSSeoSolution">
        <meta name="twitter:title" content="Seo Link Building Services Solutions - RS SEO Solution">
        <meta name="twitter:description" content="RS Seo Solution provides professional complete seo link building services solutions. Get quality seo service, link building service, niche one-way link building service, manual submission service and other all seo related services.">
        <meta name="twitter:image" content="https://www.rsseosolution.com/assets/img/mockup/1566586317home.jpg">
        <meta property="og:image" content="https://www.rsseosolution.com/assets/img/mockup/1566586317home.jpg">
        <meta property="og:image:type" content="image/JPEG">
        <meta property="og:locale" content="en_US" />
        <meta property="og:title" content="Seo Link Building Services Solutions - RS SEO Solution" />
        <meta property="og:description" content="RS Seo Solution provides professional complete seo link building services solutions. Get quality seo service, link building service, niche one-way link building service, manual submission service and other all seo related services." />
        <meta property="og:url" content="https://www.rsseosolution.com/" />
        <meta property="og:site_name" content="RS Seo Solution" />
        <meta property="article:publisher" content="https://www.facebook.com/RS.Seo.Services.Solution/" />
    Code (markup):
    You can check live our issue also at https://www.rsseosolution.com/view/what-are-keywords-and-its-importance-in-seo-84 ..... sharing buttons are at end of blog ...... all social platforms work perfect but not twitter (Image only, remaining all things are coming perfect).

    Please guide me to fix this issue.
     
    seomanualsubmission, Feb 13, 2021 IP
  2. qwikad.com

    qwikad.com Illustrious Member Affiliate Manager

    Messages:
    7,151
    Likes Received:
    1,656
    Best Answers:
    29
    Trophy Points:
    475
    #2
    Try changing

    <meta name="twitter:card" content="summary">

    to

    <meta name="twitter:card" content="summary_large_image" />

    .
     
    qwikad.com, Feb 13, 2021 IP
  3. seomanualsubmission

    seomanualsubmission Well-Known Member

    Messages:
    904
    Likes Received:
    128
    Best Answers:
    4
    Trophy Points:
    165
    #3
    Changed but issue is still same. Attaching example picture ....... When i am sharing manually then image is not comming and when i am adding throw any tools then picture is showing properly.
    [​IMG]
     
    seomanualsubmission, Feb 13, 2021 IP
  4. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #4
    I had this problem a couple years ago, and it was due to the version of SSL on the hosting not being modern enough for the half-tweet's standards. A stopgap fix was to allow http access to the /images, whilst the correct fix was to update the server which didn't want to "take" enough for what Twitter wanted with Debian. I ended up having to migrate to Ubuntu just to get modern enough packages.

    Basically, HTTPS is fragile... and due to the constant changes to SSL/TLS it's very easy to have hosting fall behind.

    Though honestly, this is part of why I tell 90% of the opengraph and twitter rubbish to go **** themselves. Particularly the ones that are pointlessly redundant to existing tags and meta.
     
    deathshadow, Feb 14, 2021 IP