使用php获取当前URL并将其添加到LinkedIn共享链接

So, currently I have a few sharing options for a page in my website: Facebook, Twitter and LinkedIn. The links I'm using are working for Facebook and Twitter, but the link for LinkedIn doesn't work.

Each time I use the LinkedIn sharing link I get the error:(directly translated from Dutch, don't know how the English error looks like)

Oops, something went wrong.

I currently get the link from the current page as such:

Facebook:

<a target="_blank" href="http://www.facebook.com/sharer/sharer.php?u=<?php the_permalink();?>"

Twitter:

<a target="_blank" href="https://twitter.com/intent/tweet?text=<?php the_title();?>&url=<?php the_permalink();?>">

LinkedIn:

<a target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&url=<?php the_permalink();?>">

I've searched online for an answer but can't find anything for some reason.

So my question is: How can I dynamically load my current page url into a LinkedIn sharing link?

Here are a few basic troubleshooting tips I'd suggest starting with:

  1. Clear your cache and cookies. Then try signing in to your account to see if that fixes the problem.
  2. Try a different Internet browser. For example, if you're normally using Internet Explorer, try using Firefox or Chrome instead, and sign in to your account.

If the issue doesn't occur with a different browser, you can keep using that browser, or check for the latest version of your preferred browser (excluding beta versions) to see if that fixes the problem.

Note: If you find out that you are using the most current version of your browser, keep trying the other tips below.

• Check and disable your browser's pop-up blocker. Sometimes, this keeps you from seeing or doing things on our site.

• Enable JavaScript in your browser.