Is it normal that LinkedIn's company follow button opens a blank page? The button comes from a javascript snippet provided by LinkedIn.
I disabled the ad-blocker I use to make sure that isn't the problem.
In the inspector I can see that pressing it submits a GET request that responds with a 200 OK with empty response:
{"content":{},"status":"ok"}
It then opens a blank page. And nothing else happens.
It happened in production with the code given by the client to me, so I thought they might have missed something. So I went to the linkedin developer site:
https://developer.linkedin.com/plugins/follow-company
I entered the company name and language, and it renders the button as a preview and also displays the js code to copy/paste wherever you need.
No matter what company or language I choose, the result is always the same. Blank page opens. I've tested it locally and in servers. Same result.
EDIT:
Here's the Javascript I used:
<script src="//platform.linkedin.com/in.js" type="text/javascript"> lang: nl_NL</script>
<script type="IN/FollowCompany" data-id="1441" data-counter="top"></script>