Return to Snippet

Revision: 12568
at March 19, 2009 08:17 by cbetta


Updated Code
<h2>Comment Page</h2>

<form fbtype="feedStory" action="target_url">
 	<p>
		<label for="comment">Comment</label>	
	</p>
	
	<p>
		<textarea name="comment" cols='30' rows='10'/>
	</p>
 <input type="submit" value="Send" label="Send" />
</form>

Revision: 12567
at March 19, 2009 08:14 by cbetta


Initial Code
<h2>Comment Page</h2>

<form fbtype="feedStory" action="<?php echo app_url::site('/canvas/response') ?>">
 	<p>
		<label for="comment">Comment</label>	
	</p>
	
	<p>
		<textarea name="comment" cols='30' rows='10'/>
	</p>
 <input type="submit" value="Send" label="Send" />
</form>

Initial URL


Initial Description


Initial Title
Simple Facebook Feed Form

Initial Tags
form, html, facebook

Initial Language
HTML