• I call the same script twice per post.
    Once on the front-page posts (where all posts are showing up together) and then when the reader open the post (somewhere in the bottom of the post).

    This is a WordPress site (still on localhost), and I can’t use the plugin since the rating stars should appear on a specific location (inside a template between two lines…).

    So, I use the customize ratings “AddThis” script, and I copied and paste the code before the </body> tag as requested, and I added the following twice to show the rating stars:
    <div class=”rw-ui-container”></div>

    This works fine but the two scripts on the same post are not synchronized.
    i.e. they function separately.

    How to fix that so when a user rate a post, both two scripts will show the same number of stars?

The topic ‘Multiple scripts in one post are not synchronized’ is closed to new replies.