Post to Reddit via URL

后端 未结 1 2037
猫巷女王i
猫巷女王i 2021-02-07 03:03

Is it possible to post a link to Reddit via URL?

For example for Facebook you can do



        
1条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-07 03:40

    There are several ways to do this, depending on exactly what kind of application you have.

    1. If you're making something interactive, you can take a user to the submit page with a URL and title already filled in. The following URL will open the reddit submit form with a link to this question:

      http://www.reddit.com/submit?url=https://stackoverflow.com/questions/24823114/post-to-reddit-via-url&title=Post%20to%20Reddit%20via%20URL

    2. If you just want people to be able to submit your site or blog post to reddit, you can use a reddit button on your page instead.

    3. If you're writing an app or a script where you need to post a URL to reddit, you can use the /api/submit route in the reddit API. If the user that is submitting the link has less than 2 link karma, then a CAPTCHA will probably be given.

    0 讨论(0)
提交回复
热议问题