Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Linkedin social share link #4754

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

moose115
Copy link
Contributor

Removed url encoding of the article link

This is a bug fix.

Summary

Linkedin social share button does not seem to be working correctly when an article's URL is encoded (as in / replaced with %2F etc). I encountered this bug while trying to share my own article hosted on Github Pages. It does not seem to be the case with common websites, for example https://google.com/ seems to work both raw and encoded.

Context

I didn't find any issue mentioning that bug - but the fix is quick and simple enough to go with the PR right away.

Removed url encoding of the article link
@iBug iBug merged commit 73c2ad8 into mmistakes:master Apr 22, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants