Rating script

This topic contains 2 replies, has 2 voices, and was last updated by  Joe 6 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
Author Posts
Author Posts
August 13, 2012 at 4:09 pm #5481
brammeke
brammeke

Hi, I want a script for users to rate my products. Is there someone who has one that is available with Weebly. I prefer a SEO-friendly one.
I already tested one on : http://www.serresvantack.be/testproduct.html. It’s good, but it doesn’t safe/publishes the results on the site.

August 13, 2012 at 5:12 pm #5482
brammeke
brammeke

Some extra info:

I need to lin this script to the post.js I think:

    <a href="#" title='1 star out of 5'>1</a>
    <a href="#" title='2 star out of 5'>2</a>
    <a href="#" title='3 star out of 5'>3</a>
    <a href="#" title='4 star out of 5'>4</a>
    <a href="#" title='5 star out of 5'>5</a>

 <!-- used to show "success" message after vote -->

This is my post.js:

function vote(amnt){
    $.ajax({
        type: "POST",
        url: "files/theme/post.php",
        data: "item_id=12345&amp;vote=" amnt,
        dataType: "json",
        success: function(res){
            $('#current-rating').width(res.width);
            $('#current-rating-result').html(res.status);
        }
    });
}

Post.php is empty.
Can someone help please? Thx!

November 21, 2012 at 7:55 am #6831

Joe

I’m also looking for some helping finding a good rating script to integrate into a weebly site I’m building – can anyone help?

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.