• In the settings it’s “button style: icon only” however in the front end all I see are circles with a light rectangle in each (which usually means it can’t load that font). Clicking on them loads a share modal for the ones I have selected in the settings.

    The live preview in the backend shows them fine. Could this be a jQuery load issue?

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same problem. Did you ever find a fix?

    Thread Starter dsided

    (@dsided)

    Sorry for the late reply!

    I found the social icons were being loaded as a font via http://www.genericons.com so I added the webfonts and css to my theme and loaded this via a function:

    // Genericons stylesheet (Jetpack sharing icons not working)
    wp_enqueue_style( 'fonts-genericons', get_template_directory_uri() . '/assets/webfonts/genericons.css', array(), '', 'all' );

    Thanks for responding. I’m pretty sure I tried that and it didn’t work. I ended up using a different social sharing plugin.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Jetpack by WordPress.com] Share icons (font) not loading’ is closed to new replies.