English 中文(简体)
如何建立自定义链接到共享共享按钮
原标题:How to make a custom LinkedIn share button

我需要在我的自定义按钮中添加共享功能 。 我对 < a href=" https:// developmenter. linkin.com/ plugins/share- plutin- generator" rel= "noreferr" 他们的生成器 < / a > 表示不感兴趣, 因为我无法更改 LinkedIn 的图像。 我想用我自己的图像来显示链接 In 共享按钮 。

最佳回答

用于共享的官方链接 API :

https:// developmenter.linkin.com/docs/share-on-linkin" rel=“noreferrer'>https:// developmenter.linkin.com/docs/share-on-linkin

阅读使用条件!

使用“ Customized URL” 方法的示例链接 : < a href=” http://www. linkin.com/shareArtef? mini= true& https://stackoverflow.com/ questions/10713542/how-to- make- consess- connectin- share- 10737122& title= how%20to20 tomeledin% 20share% 20 button& summery= some%20summy%20we20wwant& summitr=nackferrent@com/shaferrent@shareferrance?mini= treat&ple; https://stackoverflorporm.com/com/missublement=%20commusmillif&imus%20

您只需使用 JavaScript 弹出时打开它, 或将其装入 < code> iframe 。 简单而有效, 这正是我所想要的!

EDIT: Video attached to a post:

我检查了您不能真的将任何视频嵌入 LinkedIn 邮箱, 唯一的选择是将链接与视频本身添加到页面上。

您可以通过将 YT 链接设置为 url palm 来实现 :

< a href=>https://www.linkin.com/share Artices?mini= true&url=https://www.youtube.com/watch?v=SBi92AOSW2E" rel=“norefererr">https://www.linkin.com/shareartic?mini=ret&url=https://www.youtube.com/watch?v=SB92AOSW2E

如果您指定 summary 标题 ,链接In将停止从视频中提取, 例如 :

https://www.linkin.com/share Articts?mini= true&sumpary=ytube&标题=f1&url=https://www.youtube.com/watch?v=SB92AOSW2E

它对Vimeo同样有效,而且很可能为任何网站工作。希望它能有所帮助。

EDIT 2: Pulling images to the post:

当您打开链接上方的链接时,您可以看到 LinkedIn 将一些图像与传递的 URL (以及可选标题和摘要) 一起加载 。

LinkedIn 自动操作, 您可以在这里读到 : < a href="https:// developmenter. linkin.com/docs/share- on- linkin#opengraph" rel=“ noreferrer” >https:// developmenter. linkin.com/docs/share- on-linkin#opengraph

有趣的是,

If Open Graph tags are present, LinkedIn s crawler will not have to rely on it s own analysis to determine what content will be shared, which improves the likelihood that the information that is shared is exactly what you intended.

它告诉我,即使不附上开放图表信息,LinkedIn也可以根据自己的分析来提取这些数据。 就YouTube而言,情况似乎如此,因为我找不到任何添加到YouTube网页的开放图表标签。

问题回答

您可以使用“链接共享条款 ” URL 来创建自己的共享按钮。 URL可以包含以下参数:

https://www.linkedin.com/shareArticle?mini=true&url={articleUrl}&title={articleTitle}&summary={articleSummary}&source={articleSource}

您可以找到文档 < a href=" "https:// developmenter.linkin.com/docs/share-on-con-linkin" rel=“ noreferrer" >这里 ,请选择“customized URL" 查看细节 。

Step 1 - Getting the URL Right

这里的许多答案直到最近都有效 。 目前, “ emstrong > ONLY < / engery < / enger * / em > 支持的参数是 < code> url < / code >, 新的共享链接如下:...

https://www.linkedin.com/sharing/share-offsite/?url={url}

确保url 被编码,使用“https://stackoverflow.com/a/61843371/2430549>fixed EncodeURIComponent () 。

来源:Office Microsoft.com Linkedin share Plugin Document 。开发者文件的所有链接现在似乎都是空白页 -- -- 也许与微软获取链接有关。

Step 2 - Setting Custom Parameters (Title, Image, Summary, etc.)

很久以前, 您可以使用这些参数 : 标题 , summary , 源代码 , 源代码 > 。 但是, 如果您仔细查看 所有文件 , 实际上仍然有办法仍然设置摘要、 标题等 。 将这些放入您想要共享的页面的 < code\\ lt;head& gt; 块中...

  • <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将使用这些! 来源: < a href="https://www. linkin.com/help/linkin/medition/46687/ makeing- your- website- shareable- on- contlin? lang=en" rel="nreferr"\ number > LinkedIn Developmenter Docs: 使您的网站能够共享链接 。

Step 3 - Verifying LinkedIn Share Results

无法确定您所做的一切是否正确? 使用您共享的页面的 URL (例如. com, 未连接in. com/ share? url=example. com), 并将该 URL 输入到以下内容 : < a href=" https://www. linkin. com/ post- insperctor/" rel= “ noreferrer” {% strong> LinkedIn Post 检查员 。 这将告诉您如何共享您的 URL!

这也可以拉动/ 无效您页面的当前缓存, 然后刷新( 如果您在 LinkedIn s 数据库中有您页面的卡住、 缓存版本 ) 。 因为缓存会拉动缓存, 然后刷新它, 有时最好两次使用 LinkedIn Post 检查员, 然后使用第二个结果作为预期输出 。

还不确定吗? 这里有一个< a href=>""https://www.sortwords.com" rel="noreferrer"> 在线演示 我建了20+社会共享服务。 请查看源代码, 并了解链接共享是如何运作的 。

Step 4 - Finding More Social Sharing Services and Their Share URLs

我一直在维持一个Github Repo, 跟踪2012年以来的社会共享 URL格式, 请查看: Github:社会共享 URLs

为何不加入所有的社会共享经济体系呢?

最好使用“ 坚固” 定制 URL < / 坚固” 方法。 最简单的方法。 找到了这个。 它会打开一个弹出窗口, 不需要任何 bs 认证问题, 因为 < code> w_ share 和所有 。

<a href="https://www.linkedin.com/shareArticle?mini=true&url=http://chillyfacts.com/create-linkedin-share-button-on-website-webpages&title=Create LinkedIn Share button on Website Webpages&summary=chillyfacts.com&source=Chillyfacts" onclick="window.open(this.href,  mywin ,  left=20,top=20,width=500,height=500,toolbar=1,resizable=0 ); return false;">
  <img src="http://chillyfacts.com/wp-content/uploads/2017/06/LinkedIN.gif" alt="" width="54" height="20" />
</a>

只要用您自己的 URL 来修改 < code> url < / code> 。 这里是链接 < a href=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

现在更新了《消费价格指数》,上一份《消费价格指数》将于2019年3月1日贬值。

要为 LinkedIn 创建一个自定义共享按钮, 您需要立刻拨打 POST 。 您可以阅读更新文档 < a href=" https://learn. microsoft. com/ en- us/ linkin/ concental/ commissions/ self- serve/ share- on- contlin? context= linkin/ concental/ context" rel=" noreferrer" 。

LinkedIn最近修订了他们的网站, 因此有上吨的旧链接刚刚被转到开发者支持主页。 以下是链接支持网站相关网页的最新链接( 截至2015年2月16日 ) : < a href="https://developmenter. linkin.com/docs/share- on- contlin" rel=“nofollow” >https://developer. linkin.com/docs/share- on-linkin

这对我管用:

https://www.linkedin.com/shareArticle?mini=true&url=articleUrl&title=YourarticleTitle&summary=YourarticleSummary&source=YourarticleSource

您可以使用此链接替换内容 。 它100%有效 。

您可以在页面加载后, 像这样自定义标准 Linkedin 按钮 :

$(".IN-widget span:first-of-type").css({
                 border :  2px solid #DCDCDC ,
                 -webkit-border-radius :  3px ,
                 -moz-border-radius :  3px ,
                 border-radius :  3px 
                });

In 2024

Mobile

If you want to start LinkedIn mobile app and create new post use this link
https://www.linkedin.com/shareArticle?mini=true&url={url}&text={text}
text: for post content
url: link included with the post

使用进行测试,“https://pub.dev/packages/url_发射器”Rel=“无跟踪 noreferrer'>url_发射器,在飞笛移动应用程序中

Web

Only url param in working with this link:
https://www.linkedin.com/sharing/share-offsite/?url={url}


Mobile example: https://www.linkedin.com/shareArticle?mini=true&url=www.google.com&text=Hello
Web example: https://www.linkedin.com/sharing/share-offsite/?url=www.google.com

网络链接中的 /? 不是打字,





相关问题
Can two different browser share one cookie?

My requirement is pretty interesting, I want to maintain one cookie between two different browser for same domain. so lets say I have create one cookie with name "mydata" and value "hiscal" from IE, ...

Share aspx file in two solution

how can I share one or two aspx file in two separated solution that if i change aspx file in both solution apply changes. Is it possible in visual studio 2008 or in Team foundation server?

C# share code between classes

In Visual Studio 2008 using C#, what is the best way to share code across multiple classes and source files? Inheritance is not the solution as the classes already have a meaningful hierarchy. ...

How to accomplish a Windows share failover system?

I have a primary and a backup windows 2008 server, and a bunch of windows XP clients that map a drive to a share on the primary server. If the primary server goes down, I want those client machines ...

How to share variables across scripts in python?

The following does not work one.py import shared shared.value = Hello raw_input( A cheap way to keep process alive.. ) two.py import shared print shared.value run on two command lines as: >&...

Better way to share header file between separate vc project?

How would you organize your vc projects source code to share the same header file? put the header in a common folder, and have every vc projects include it. put the header in a vc project, and have ...