Results 1 to 4 of 4

Thread: Looking for a Thumbs Up/Down voting script

  1. #1
    Join Date
    Jan 2007
    Posts
    23
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Looking for a Thumbs Up/Down voting script

    Looking for a AJAX voting script like this:



    Also looking for Facebook style "Like" script.

    Can anyone help?

    Thanks.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Voting script:
    The Javascript (Ajax) for that is not too difficult. However, this requires a PHP (or other serverside language) script that actually counts the votes. Do you have this already? Do you need it? It's very complex, and you will need to configure it to work with your database for other things: what are you voting for??

    "Facebook" script:
    What exactly is this? Are you referring to the whole layout, and the fact that the page never reloads? That's many layers of complicated Ajax and you must remember that Facebook has a large full-time design team of experts. You can try to do something similar, but it's not easy.
    Or do you mean the verb "like", similar to voting? That will be a similar script to the voting above, and it will also depend on your database configuration. In fact, you should be able to easily modify the Javascript for the vote script to work for both.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. The Following User Says Thank You to djr33 For This Useful Post:

    viens (02-11-2011)

  4. #3
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

  5. The Following User Says Thank You to azoomer For This Useful Post:

    viens (02-11-2011)

  6. #4
    Join Date
    Jan 2007
    Posts
    23
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    thak you for your replies.

    azoomer, yes, that is what I was looking for. Thanks.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •