title | contributors | |||||
---|---|---|---|---|---|---|
LinkedIn |
|
<body>
<script src="//platform.linkedin.com/in.js" type="text/javascript">
lang: en_US
</script>
<script type="IN/Share" data-url="http://mysite.com" data-counter="right"></script>
</body>
Remove the following script from <body>
:
<script src="//platform.linkedin.com/in.js" type="text/javascript">
lang: en_US
</script>
Load the following script inside the <head>
.
$ ->
loadLinkedIn()
$(document).on 'page:load', loadLinkedIn
loadLinkedIn = ->
delete IN
$.getScript("//platform.linkedin.com/in.js")
lang: 'en_US'