Support Center

Frequently asked questions and support documentation for RatingWidget.

Results

  • How to Add Rating-Widget to Weebly?

    1. Create a blog.create-blog1

    2. Choose the website’s domain.choose-domain

    3. Select a theme. select-theme

    4. Go to http://rating-widget.com/get/rating/javascript/ and copy the JavaScript code. copy-rw-js-code

    5. Back to Weebly, go to the Settings tab and click SEO. Paste the JavaScript code into the Footer Code area and click Savesettngs-seo-footer1

    6. Go to http://rating-widget.com/get/rating/javascript/ and copy the rating container div element.copy-rating-container

    7. Go back to Weebly. In the Settings tab, click Blog. Paste the code into the Post footer code area and click Save.settings-blog-footer-code
    The rating’s layout will look like this:post-with-rating1

    In order to add some spacing below the rating, you can add an inline style to the rating container:

    <div class="rw-ui-container" style="margin-bottom: 5px;"></div>
    

    You can also position the rating to the right side by adding the appropriate inline style like this:

    <div class="rw-ui-container" style="float: right; top: -3px; z-index: 1;"></div>
    

    post-with-rating-to-the-right

    8. Publish your site and visit the individual post page instead of the posts list page since the rating will not be added to the posts list page.