为您的网站提取 LinkedIn 推荐
如何提取或获取针对我的网站的 LinkedIn 推荐?有没有插件或者PHP脚本?
How can I extract or get the LinkedIn recommendations for my website? Is there any plugin or PHP script?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 LinkedIn API 提取推荐,特别是 配置文件 API。大致步骤是:
http://api.linkedin.com/v1/people/~:(recommendations-received)
在使用 PHP 执行此操作方面,有一个免费库,以及演示脚本,请参见:
http://code.google.com/p/simple-linkedinphp/
You can extract the recommendations using the LinkedIn API, specifically the Profile API. Rough steps are:
http://api.linkedin.com/v1/people/~:(recommendations-received)
In terms of doing this with PHP, there is a free library, along with demo scripts, here:
http://code.google.com/p/simple-linkedinphp/
LinkedIn 终止了对大多数应用程序的支持。您必须加入合作伙伴计划才能获得完整的个人资料信息。
LinkedIn ended their support for the most of the apps. You must be in a partner program in order to be able to get full profile information.