Support Center

Frequently asked questions and support documentation for RatingWidget.

Results

  • Can I get RatingWidget to work within Google Sites environment?

    By default Google Site’s do NOT supports 3rd party scripts therefore copying RatingWidget’s JavaScript code won’t work.
    BUT, we’ve found a workaround to make RatingWidget work with the help of Google Gadgets.

    • Download the Rating-Widget Xml Gadget template file from:

      http://rating-widget.com/download/rw-gadget.xml

    • Go to:
      http://rating-widget.com/get/rating/
    • Customize your ratings’ style and language.
    • Copy the RatingWidget JavaScript block code and place it right after:
      <!-- JavaScript Code - BEGIN -->
    • If you plan to add multiple ratings, modify data-urid attribute to your unique rating identifier (replace my rating 1 with any alphanumeric string):
      <div class="rw-ui-container" data-urid="my rating 1"></div>
    • Save the Xml file and upload it to your hosting server.
    • Finally, in your Google Site, click:
      Edit page ► Insert ► More gadgets ► Add gadget by URL ► paste the gadget URL ► Add.
    • Done! Your RatingWidget for Google Site is ready for visitors voting.
    • Important Message: As part of Google’s act to turn the web into more secure, since August 6, 2014 all Google Sites are only working over HTTPS. RatingWidget does support HTTPS, but only starting from the Professional Plan. Therefore, after your 7 days of your free Business Plan trial, you’ll have to upgrade to Professional.

  • 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.