Forums
Forums / Plugin: Simple Social Media Share Buttons - Social Sharing for Everyone / Comment button?
(@devrekli)
6 years, 8 months ago
Hello. I want to add a comment button. permalink. #respond
There is no such option in this plugin. So I wanted to change the “messenger” button. But I couldn’t do that. How do I change this code? to respond. Thanks
case 'messenger': $link = urlencode( $permalink ); $messenger_share_url = is_mobile() ? "fb-messenger://share/?link=$link?app_id=$this->fb_app_id" : "http://www.facebook.com/dialog/send?app_id=$this->fb_app_id&redirect_uri=$link&link=$link&display=popup";
(@sharaz)
Hi,
Yes, you are on the right way. you can modify messenger share URL in $messenger_share_url variable.
I’ve tried many times, but it’s a wrong. How should the code be? Can you help me? thanks
Yes, I can help you. I need some info from you can you send me support at
https://wpbrigade.com/contact/
Looking Forward, Team SSB
The topic ‘Comment button?’ is closed to new replies.
(@devrekli)
6 years, 8 months ago
Hello. I want to add a comment button. permalink. #respond
There is no such option in this plugin. So I wanted to change the “messenger” button. But I couldn’t do that. How do I change this code? to respond. Thanks