Skip to content

Commit

Permalink
Merge pull request #30 from bresam/feature/browser_compatible_whatsap…
Browse files Browse the repository at this point in the history
…p_link

whatsapp link for compatibility with mobile and desktop
  • Loading branch information
oscarotero committed Jun 2, 2020
2 parents fc4c671 + 69fd8aa commit 6c5d6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/Whatsapp.php
Expand Up @@ -12,7 +12,7 @@ public function shareUrl()
$info = $this->page->get();

return $this->buildUrl(
'https://wa.me/',
'https://api.whatsapp.com/send',
null,
array(
'text' => $info['title'].' '.$info['url'],
Expand Down

0 comments on commit 6c5d6d3

Please sign in to comment.