LinkedIn follow company button showing blank page

前端 未结 2 1769
眼角桃花
眼角桃花 2021-01-18 04:11

I copied the code from this link by giving company name and clicking the Get Code button. It generated the code given below



        
2条回答
  •  情深已故
    2021-01-18 04:20

    It is not working locally because it is using protocol relative URL. If you change src="//platform.linkedin.com/in.js" to src="https://platform.linkedin.com/in.js" it will work.

提交回复
热议问题