Viewing 1 replies (of 1 total)
  • Plugin Author Heateor Support

    (@heateor)

    You can add following code in the functions.php file in the wp-content/themes/ACTIVE_THEME folder in the root folder of your website. Here ACTIVE_THEME is the theme that is active at your website.

    /**
    * Convert Hindi language characters to the original in the URL being shared
    */
    function heateor_sss_custom_share_url( $post_url, $sharing_type, $standard_widget ) {
    return rawurldecode( $post_url );
    }
    add_filter( 'heateor_sss_target_share_url_filter', 'heateor_sss_custom_share_url', 10, 3 );

Viewing 1 replies (of 1 total)
  • The topic ‘All ways Code comes after i share the Post – Sassy Social Share’ is closed to new replies.