Viewing 1 replies (of 1 total)
  • Thread Starter benstewart

    (@benstewart)

    This is still broken. The solution is SIMPLE. Google Charts API uses a different URL for HTTPS traffic but AddThis is trying to load the chart using the insecure URL over either protocol.

    If I replace:

    //chart.apis.google.com/chart?...

    with:

    //chart.googleapis.com/chart?...

    then the images load properly. Please implement a fix.

    And the WordPress HTTPS plugin won’t filter the URL because the protocol has been removed (I imagine in an effort to fix this very issue).

Viewing 1 replies (of 1 total)
  • The topic ‘Dashboard widget graphs not working over HTTPS’ is closed to new replies.