I want to make a comment like form that users can post things for other users to read (kind of like a blog) Is this possible to do with google sites/google form? if so, can you please point me to the right direction? I only seem to find ways to post forms to email or to spreadsheets.

Thank you

有帮助吗?

解决方案

This is somewhat possible in a round-about kind of way, but not in a direct way. I've been working on this a little myself.

The workflow is

  1. Form posts to spreadsheet
  2. Spreadsheet is set to publish results via ATOM or RSS feed
  3. Retrieve data from spreadsheet using Google Feeds API / JavaScript
  4. Dynamically construct a simple webpage

其他提示

Maybe there's a more simple way suitable, like DISQUS or some other 'out-of-box' posting and commenting solution?

Usually they are much more comprehensive: different social networks authentication, attachments, avatars, replies, notifications and so on.

Disqus for Google Sites is very easy to use.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top