- Use the async version of the API
http://platform.linkedin.com/in.js?async=true - Load the library asynchronously
<script type="text/javascript">
(function()
{
var e = document.createElement('script');
e.type = 'text/javascript';
e.async = false;
e.src = 'http://platform.linkedin.com/in.js?async=true';
e.onload = function(){IN.init() };
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(e, s);
})();
</script>
You may provide additional parameters like "onLoad" -callback function & APIKey
in the call to IN.init({Param1:Value1, Param2:Value2})
in the call to IN.init({Param1:Value1, Param2:Value2})