• Does the main job really well although some CSS work is needed to get the styling right on AMP enabled pages e.g. the color settings don’t work as expected. Not a deal breaker though for a super-light plugin.

    It would be good to have a shortcode built into a future release to enable adding the share buttons manually e.g. on Pages where one may want to selectively put the share buttons. Until such point, anyone who is interested in achieving this can use the following code in their functions.php or custom plugin.

    
    function meks_share_buttons()
    {
        ob_start();
        meks_ess_share();
        return ob_get_clean();
    }
    add_shortcode('meks-share-buttons', 'meks_share_buttons');
    
    
    • This topic was modified 2 years, 7 months ago by smalloutside.
  • The topic ‘Clean and simple, strongly recommended’ is closed to new replies.