I\'m attempting to use LinkedIn\'s Membership Profile Plugin found here:
http://developer.linkedin.com/plugins/member-profile-plugin-generator
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