Public vals
70
vtdocs
generateGuestbookSnippet
Script
Generate Guestbook Snippet This val generates the HTML snippet for @vtdocs.guestbook . Using these two vals, you can put an interactive guestbook on any website. valUser and valName are used to build the Express API URL for your forked version of @vtdocs.guestbook .
1
vtdocs
guestbook
Script
Guestbook You can put an interactive guestbook on your website using vals! This val is the backend of the guestbook that returns existing messages and handles new messages. To generate a HTML snippet to post on your website, use @vtdocs.generateGuestbookSnippet . Setup Fork this val. Paste the below snippet into your Val Town workspace – replacing alice and guestbook with your Val Town username and the name of @vtdocs.guestbook fork respectively. @vtdocs.generateGuestbookSnippet('alice', 'guestbook') Place the HTML block it returns anywhere on your website.
2