I am trying to use the LinkedIn membership profile plugin:
http:
However, every time I paste the code generated in my HTML document, nothing appears. Forgive my ignorance, if I missed something, I'm pretty new to HTML and CSS. After several searches, I talked about their API many times. Do I need an API key to work? Or am I just missing something in my code?
Here is an example of the code I'm trying to use:
<script src="//platform.linkedin.com/in.js" type="text/javascript"></script> <script type="IN/MemberProfile" data-id="(Profile URL)" data-format="inline"></script>
Thanks for any help.
source share