3
Dear, I would like to add my Linkedin profile on my site made in HTML, I thought it was just copy the code generated in the link: https://developer.linkedin.com/plugins/member-profile, but adding it after the <body>
nothing happens.
Would anyone know the correct way to include?
It generates a script like this and has copy and paste on the site:
<script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/MemberProfile" data-id="https://www.linkedin.com/in/xxxxxxx" data-format="inline" data-related="false"></script>
It seems to be something to do with security, but did not resolve including "https://" as indicated. This way appears only the icone of Linkedin and my name, not like the plugin. How could solve?
– Mário Rodeghiero
@Nexus, copy the content of the script and save it locally so it doesn’t depend on external content. I put the option in the reply too.
– George Wurthmann
Dear, I tried this way and I couldn’t get the profile uploaded, but I will also validate your answer, because it might work for other people. Below I will also put the link from where I found the solution. Thanks for the support.
– Mário Rodeghiero