[HELP] Simple Facebook App

by 6 replies
7
Hi I need to create a poll app for facebook. There are many apps on FB that allows us to create a poll and share with friends..But it doesn't suit my needs..

What I need is a poll app with a question,3 or more answers and an image..Its like an image voting system..The user can select any options and when they click on vote they should be redirected to my webpage..

How to make such an app. Can I add the html <form> tags like input button and radiobutton to a FB app?..I'm new to this FBML stuff.. Please help me..
#programming #app #facebook #simple
  • If you have a budget I may be able to do this for you...
  • You can fill out the quote form here http://growingyourbrand.com/o2o-quote.php

    I've done a few similar apps and could deliver it within the week.
  • You can fill out the quote form here http://growingyourbrand.com/o2o-quote.php

    I've done a few similar apps and could deliver it within the week.
  • Nice replies. . As this app is for entertainment purpose and dont have any monetization plan for it, I am looking for a free app.. Thats why I'm learning to create it myself. . Thanx. .
  • If you want, you can try to get some normal PHP poll script first, and convert it to Facebook apps next.

    Yes sure, most HTML tags are usable on FB app, but most Javascript code do not.
    So for Javascript thing, don't use normal Javascript.
  • 1) Create a normal poll on your server (or use an existing free one ie: Free PHP poll script - DRBPoll )
    2) Set it up as you want it to work in Facebook. Use PHP, no javascript
    3) Sign up as a facebook developer: Facebook Developers and create an app: YouTube - Building Facebook Apps - Video Tutorial4) Point your facebook canvas app to your web site where the poll is installed

Next Topics on Trending Feed

  • 7

    Hi I need to create a poll app for facebook. There are many apps on FB that allows us to create a poll and share with friends..But it doesn't suit my needs.. What I need is a poll app with a question,3 or more answers and an image..Its like an image voting system..The user can select any options and when they click on vote they should be redirected to my webpage..