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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…