我尝试在 linkedin 上分享网址,但它并没有选择我的网站Description
,title
和image
。
我尝试过这些方法进行共享,但这些方法都没有。
第二个似乎对我有用,但它不会选择图像。 我在这里做错了什么。
答案 0 :(得分:0)
基本上你使用的第二种方法是正确的,缺少图片的事实只是因为页面上没有图像。
假设您的网站是www.randomurl.com,您要分享的页面是www.randomurl.com/randompost.php
你的分享者href将是
function unset_login_undesired_session() {
unset($_SESSION['wordpress_fds6234hfdsf734ythgfg']);
}
add_action('wp_login', 'unset_login_undesired_session');
分享者将选择www.randomurl.com/randompost.php上最重要的图片
编辑:因为我注意到你将img包含在开放图形标签中,所以尝试使用og:image:secure_url而不是普通的og:image:url,因为你正在使用安全连接背后的图像(https)答案 1 :(得分:0)
LinkedIn仅支持一种URL格式...
https://www.linkedin.com/sharing/share-offsite/?url={url}
来源: Official LinkedIn Sharing Documentation 。
但是,如果要在共享页面的预览中填充title
和image
之类的内容,则需要使用og:
标签。将它们插入<head>
块的HTML中...
<meta property='og:title' content='Title of the article"/>
<meta property='og:image' content='//media.example.com/ 1234567.jpg"/>
<meta property='og:description' content='Description that will show in the preview"/>
<meta property='og:url' content='//www.example.com/URL of the article" />
来源:LinkedIn Developer Docs: Making Your Website Shareable on LinkedIn。
如果不确定,则可以随时咨询LinkedIn Post Inspector。
答案 2 :(得分:-1)
我尝试使用这些方法进行共享,这些方法正在发挥作用。
http://www.linkedin.com/shareArticle?mini=true&url=http://www.randomurl.com/randompost.php&submitted-image-url=https://yourprojectimage.png&title=yourposttitle&summary=yourprojectsummary&source=http://www.randomurl.com