• After updating to version 5.5.1 of WP, the icon that links to Classroom does not appear, only the text, could you help me to solve it please

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Looks like the current version of the plugin doesn’t include the platform.js javascript link. Here’s how I included it in my theme…

    <?php
    
    echo '<script src="https://apis.google.com/js/platform.js" async defer></script>';
    
    echo do_shortcode('[share_to_google]');
    
    ?>

    See here for more info: Google Dev

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress 5.5.1 compatibility’ is closed to new replies.