share-l4
share-l4 copied to clipboard
Support for share by email
Hi,
I took the liberty and add the function to share by email.
public function email(){
return 'mailto:?subject=Site: ' . $this->text . '&body=Check out this site ' . $this->link;
}
Easy line but with this it looks cleaner on the view.