Linkedin page link keeps spinning

I am trying to use the shareArticle API on a website for a client, regardless of the options Im providing a share page that keeps spinning, this seems to be a parsing issue but Im not able to figure it out. I also tried using a shared resource but this is no better

This is the url Im trying to share (but every url from the site seems to have the same issue): http://www.urbanem.fr/formation-gestion-conflits-mediation-2/

Any idea what could be wrong?

Get the source code for creating a share button:

$postURLLinkedin = urlencode(home_url() . "?p=" . get_the_ID());

$linkedin_share = '<li><a class="sb-linkedin" href="http://www.linkedin.com/shareArticle?mini=true&amp;url='.$postURLLinkedin.'&amp;title='.urlencode($postTitle).'&amp;source='.urlencode(home_url()).'&amp;summary='.urlencode($postSummary).'" onclick="javascript:window.open(this.href,\'\', \'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600\');return false;" title="Partager sur Linkedin"><i class="fa fa-linkedin"></i></a></li>';

      

+3


source to share


2 answers


If you upload the url to your linkedin profile and then do co-work again. It's not something to do, but I'm still saving. We need to fix this as I am passing the same on to me. The link you want to split is dynamically created. The share is uploaded and is never shared. With all browsers I have the same problem.



+1


source


I just checked it out and it works fine. Although I did not share it, but I was at the last stage of the exchange.



0


source







All Articles