0

I'm looking for a way to post to a message board via a bookmarklet, to make the process easier when doing so from a smartphone. Is this even possible?

This would be a message board that I am already a logged in member of. This would be for an ongoing thread where I am posting status updates and do not need to actually visit the page when posting.

The end goal would be to use this with the Drafts app for iPhone, so I can quickly type out an update and then post it to the specific thread.

4

1 回答 1

1

简单的方法:检查用于提交帖子的留言板上的表单代码。找到表单操作和表单变量。Bookmarklet 然后可以将表单变量直接提交给表单操作。

如果简单的方法被一些障碍或复杂性阻塞,可以尝试如下两步过程。

1.) 在带有数据的页面上运行小书签并导航到留言板(可能在新选项卡中),但首先将数据附加到 URL 哈希。喜欢http://someforumsite.tld/topic1#title=abc&body=xyz

2.) 在论坛网站上再次运行小书签,从哈希中读取数据,将其输入到页面上的表单中,然后提交表单。

于 2013-02-12T05:46:53.900 回答