Add Whastapp Share Button
-
Hi, please add WhatsApp share button to your plugin
I hope this code below can be helpfulif ( wp_is_mobile() ) { $whatsapp_url = 'whatsapp://send?text=' . urlencode( get_the_title() . ' ' . get_permalink() ); } else { $whatsapp_url = 'https://api.whatsapp.com/send?text=' . str_replace("+", "%20", urlencode( get_the_title() ) ) . '%20' . urlencode( get_permalink() ); }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add Whastapp Share Button’ is closed to new replies.