share-l4 icon indicating copy to clipboard operation
share-l4 copied to clipboard

Support for share by email

Open joaomlopes opened this issue 9 years ago • 0 comments

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.

joaomlopes avatar Feb 26 '16 16:02 joaomlopes