Hi
Does anyone know how to add a LinkedIn ‘Follow’ button to the HTML on a customised, branded Master Page?
I have successfully created the Master Page and this acts as a template for pages on a public SharePoint site under Office 365. I have also successfully added the ‘Follow’ button for the company Twitter account and this works fine after making sure the <script> tag is on a separate line (as is required by the Design Manager conversion to ASP). But the HTML provided by LinkedIn is more problematic.
<script src=”//platform.linkedin.com/in.js” type=”text/javascript”>
lang: en_US
</script>
<script type=”IN/FollowCompany” data-counter=”none” data-id=”Company X”></script>
My HTML is not good. Can anyone help?
Thanks