Novashare url compatibility
-
Hello,
I have the novashare plugin at https://novashare.io/ inserted into member-header.php file and support at novashare sent me this code to make their plugin work with buddypress
// Novashare BuddyPress User Profiles add_filter('novashare_permalink', function($link, $network) { if(bp_is_user()) { global $wp; $link = home_url($wp->request); } return $link; }, 10, 2);
The problem now is <span class=”bp-verified-badge”></span> is displaying in the profile urls being shared, see images below
https://ibb.co/bgVGChF
https://ibb.co/MRHpBXHThis is a link for testing https://www.nigerpress.com/members/nigerpost/
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Novashare url compatibility’ is closed to new replies.