Laravel Social Share Package
Sharing online
Laravel Share is an optional package for Laravel useful to generate social media shareable links.

Laravel Share is an optional package for Laravel useful to generate social media shareable links.
From the package documentation:
https://packagist.org/packages/jorenvanhocht/laravel-share
Available services
- Telegram
Usage
Creating one share link
Share::page('http://jorenvanhocht.be')->facebook();
Share::page('http://jorenvanhocht.be', 'Your share text can be placed here')->twitter();
Share::page('http://jorenvanhocht.be', 'Your share text can be placed here')->reddit();
Share::page('http://jorenvanhocht.be', 'Share title')->linkedin('Extra linkedin summary can be passed here')
Share::page('http://jorenvanhocht.be')->whatsapp()
Telegram
Share::page('http://jorenvanhocht.be', 'Your share text can be placed here')->telegram();