LinkedIn Member Profile Plugin

前端 未结 2 878
陌清茗
陌清茗 2021-01-20 14:30

I\'m attempting to use LinkedIn\'s Membership Profile Plugin found here:

http://developer.linkedin.com/plugins/member-profile-plugin-generator
相关标签:
2条回答
  • 2021-01-20 14:46

    Try with your "linkedin short url". For Example: "https://www.linkedin.com/in/xy":

    You can customize your public profile URL when you edit your public profile. Custom public profile URLs are available on a first come, first served basis.

    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.
    
    0 讨论(0)
  • 2021-01-20 15:01

    It definitely has to do with the fact that you are accessing it through file://C:\ ... \mypage.html instead of hosting it on a server like http://myserver.com/mypage.html.

    You can see the error in Chrome if you press F12 for Developer Tools, under Console. It is hard to find the original reason, because all of it is run in those scripts.

    But the scripts work, and you can see it running if you just paste it in somewhere like W3Schools TryIt page

    0 讨论(0)
提交回复
热议问题