himycool
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Found a solution
function fix_heateor_sss_social_share_url($post_url) {
if (is_main_query() && is_single()) {
$post_url = get_permalink(get_queried_object_id());
}
return $post_url;
}
add_filter(‘heateor_sss_target_share_url_filter’,’fix_heateor_sss_social_share_url’);see the second link I posted. left side social share icon “LinkedIn”
I already sent the URL,
“Your post is being held for moderation by our automated system and will be manually reviewed by a volunteer as soon as possible.No action is needed on your part at this time, and you do not need to resubmit your message.”
This is showing only me.
Clue: social share get last post of related post link.
Viewing 5 replies - 1 through 5 (of 5 total)