Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
410 views
in Technique[技术] by (71.8m points)

html - LinkedIn website share always showing 1 min read

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

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

1 Reply

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...