Skip to content

Instantly share code, notes, and snippets.

@Sean12mps
Created May 8, 2019 20:14
Show Gist options
  • Select an option

  • Save Sean12mps/a5811875c87257c8fd290694bd67ca20 to your computer and use it in GitHub Desktop.

Select an option

Save Sean12mps/a5811875c87257c8fd290694bd67ca20 to your computer and use it in GitHub Desktop.
WhatsApp Link Converter
@Sean12mps
Copy link
Copy Markdown
Author

Example:

$phone_number = '123456789';

$format = 'Hello, my name is {name}, I love to {activity}';

$fields = array( 'name'=> 'Sean', 'activity'=> 'code' );

$x = new WpWa_Link_Converter( $phone_number, $format, $fields );

$link = $x->get_link();  

// $link = https://wa.me/123456789?text=Hello%2C+my+name+is+Sean%2C+I+love+to+code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment