Skip to content

fix: broken Reddit share link#113

Open
awwsmm wants to merge 1 commit into
Bunlong:masterfrom
awwsmm:update-reddit-link
Open

fix: broken Reddit share link#113
awwsmm wants to merge 1 commit into
Bunlong:masterfrom
awwsmm:update-reddit-link

Conversation

@awwsmm

@awwsmm awwsmm commented Jun 27, 2024

Copy link
Copy Markdown

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