Simple Facebook Feed Form


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <h2>Comment Page</h2>
  2.  
  3. <form fbtype="feedStory" action="target_url">
  4. <p>
  5. <label for="comment">Comment</label>
  6. </p>
  7.  
  8. <p>
  9. <textarea name="comment" cols='30' rows='10'/>
  10. </p>
  11. <input type="submit" value="Send" label="Send" />
  12. </form>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.