Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Daniel Bakovic

    (@netreviewde)

    Hello Ron,

    To get scores working please make sure:
    1. That you have uploaded the crossdomain.xml and that it’s accessible from your root domain: yoursite.com/crossdomain.xml
    2. On MyArcade -> General Settings -> Enable score submissions
    3. On MyArcade -> Mochi Media Settings you should enter your Publisher ID and Secret key.
    4. Fetch and publish leaderboard games. I would recommend you to publish the game “Click Only Red” to test scores.

    Best regards,
    Daniel

    Thread Starter Ron Gates

    (@ron-gates)

    Hello Daniel,

    I have done these steps:

    1. That you have uploaded the crossdomain.xml and that it’s accessible from your root domain: yoursite.com/crossdomain.xml
    2. On MyArcade -> General Settings -> Enable score submissions
    3. On MyArcade -> Mochi Media Settings you should enter your Publisher ID and Secret key.
    4. Fetch and publish leaderboard games. I would recommend you to publish the game “Click Only Red” to test scores.

    But still it’s not working…

    Reply Soon…

    Thanks in advance…
    Ron gates

    Plugin Author Daniel Bakovic

    (@netreviewde)

    Hello Ron,

    which theme do you use?

    Make sure that the leaderboard bridge JavaScript code is embedded. Here is an example function how we embed the leaderboard in our themes:

    function embed_mochi_leaderboard() {
      if ( is_single() || is_singular() ) {
        // Include mochi leaderboard bridge to be able to handle score submissions
        wp_enqueue_script( 'leaderboard', 'http://xs.mochiads.com/static/pub/swf/leaderboard.js' );
      }
    }
    add_action( 'wp_enqueue_scripts', 'embed_mochi_leaderboard' );

    You need to paste this code into your functions.php.

    If you still have problems, then send us your URL and we will check what goes wrong: http://myarcadeplugin.com/contact/

    Best regards,
    Daniel

    Plugin Author Daniel Bakovic

    (@netreviewde)

    seems to be solved

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Score Save Not Working’ is closed to new replies.