Shariff is used to determine how often a page is shared in social media, but without generating requests from the displaying page to the social sites..... more - project link
Lariff is mostly inspiered by Cedricziel - L5Shariff but we do not use Shariff as Composer depentency. We was include this package directly because Shareiff is required a bunch of ZendFramework dependency`s we do not need and wont have in our vendor directory. All ZendFramework dependency's wos replaced by Laravel equivalents.
composer require nicat/lariff
Append Lariff Service Provider to your Application app.php
/*
* Application Service Providers...
*/
...
Nicat\Lariff\LariffServiceProvider::class
Use in your view after yout installed an configured shariff social media buttons
<div class="shariff" data-backend-url="{{ route('lariff') }}" data-url="http://www.nic.at" data-theme="grey" data-orientation="vertical" data-services="["xing","twitter","facebook","googleplus","linkedin","whatsapp"]"></div>
There a multiple ways npm,bower or simple download please view for details Shariff
Cedricziel for L5Shariff