nic-at / lariff

(heise) shariff for laravel 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lariff is integrated Shariff for Laravel 5

Dependency Status

Shariff

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

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.

Installation

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="[&quot;xing&quot;,&quot;twitter&quot;,&quot;facebook&quot;,&quot;googleplus&quot;,&quot;linkedin&quot;,&quot;whatsapp&quot;]"></div>

Install Shariff Social Media Buttons CSS/JS

There a multiple ways npm,bower or simple download please view for details Shariff

Special Thanks too

Cedricziel for L5Shariff

About

(heise) shariff for laravel 5


Languages

Language:PHP 99.2%Language:Shell 0.8%