Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am trying to figure out how to remove the 1 min read in the description of when I share content to LinkedIn.

1 min read example

I have the open graph tags on the page, and verified they do not display 1 min read anywhere on the page. I've also played around with the og:type. Trying 'article', 'media', 'video', 'website', 'none'

Here is my tags. Verifying that the variable values do not have any illegal characters being used.

        <meta property="og:title" content="<?php echo $aSocialTitle; ?>">
        
        <meta property="og:site_name" content="<?php echo $aSocialTitle; ?>">
        <meta property="og:locale" content="en_US">
        <meta property="og:description" content="<?php echo $aSocialDescription; ?>">
        <meta property="og:image" content="<?php echo $aSocialIcon; ?>"/>
See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
406 views
Welcome To Ask or Share your Answers For Others

1 Answer

This seems to be a sitewide issue for LinkedIn.

After speaking to the LinkedIn support and elevating the problem to the tech team I got an answer that:

This was added for any URL that is shared - this would need to be filed as feedback vs. a bug.

In other words according to LinkedIn, this is not a bug, it's a feature.

I don't think they will be fixing it any time soon.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...