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: broken Reddit share link #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

awwsmm
Copy link

@awwsmm awwsmm commented Jun 27, 2024

As of at least two months ago, Reddit share links no longer work.

See: https://www.reddit.com/r/webdev/comments/1coavp2/comment/l3kvppo/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

Switching to new.reddit.com now works, and a type parameter is now required.

Fails

https://www.reddit.com/submit?title=test&url=https%3A%2F%2Fwww.google.com

  • default type is TEXT, but should be LINK
  • post body is not populated

Passes

https://new.reddit.com/submit?type=LINK&title=test&url=https%3A%2F%2Fwww.google.com

  • type is set to LINK explicitly
  • url is successfully populated

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.

1 participant