3

我正在尝试使用此处找到的 LinkedIn 的会员资料插件:

http://developer.linkedin.com/plugins/member-profile-plugin-generator

但是,每次我将生成的代码粘贴到我的 HTML 文档中时,似乎什么都没有。如果我遗漏了什么,请原谅我的无知,我对 HTML 和 CSS 还很陌生。在做了一些搜索之后,我看到了很多关于他们的 API 的讨论。我需要一个 API 密钥才能让它工作吗?或者我只是在我的代码中遗漏了一些东西?

这是我尝试使用的代码示例:

<script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/MemberProfile" data-id="(Profile URL)" data-format="inline"></script>

谢谢你的帮助。

4

2 回答 2

2

这肯定与您通过它访问它file://C:\ ... \mypage.html而不是将它托管在像http://myserver.com/mypage.html.

如果您在控制台下按 F12 访问开发者工具,您可以在 Chrome 中看到错误。很难找到最初的原因,因为所有这些都是在那些脚本中运行的。

但是脚本可以工作,如果您将其粘贴到W3Schools TryIt 页面之类的某个地方,您就可以看到它正在运行

于 2013-06-28T10:19:28.250 回答
0

尝试使用您的“linkedin 短网址”。例如:“ https://www.linkedin.com/in/xy ”:

您可以在编辑公开资料时自定义公开资料 URL。自定义公共配置文件 URL 以先到先得的方式提供。

1.Move your cursor over Profile at the top of your homepage and select Edit Profile.
2.Click the URL link under your profile photo. It will be an address like www.linkedin.com/in/yourname
3.Under the Your public profile URL section on the right, click the Edit icon next to your URL.
4.Type the last part of your new custom URL in the text box.
5.Click Save.
于 2015-03-03T13:09:41.407 回答