Domanda

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

È stato utile?

Soluzione

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

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top