2017 © Pedro Peláez
 

library fbplugins

Laravel 4 Facebook social plugins

image

totox777/fbplugins

Laravel 4 Facebook social plugins

  • Friday, July 12, 2013
  • by totox777
  • Repository
  • 1 Watchers
  • 2 Stars
  • 74 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel-4-Facebook-Comment-Like

Laravel 4 Package to embed facebook comment and like plugin, (*1)


INSTALL

add this line to your require array in composer.json, (*2)

"totox777/fbplugins": "dev-master"

and then, Run : composer update to pull down the latest version., (*3)

add this line to your app.php provider array:, (*4)

'Totox777\Fbplugins\FbpluginsServiceProvider',

and add this line to app.php aliases array:, (*5)

'Fbplugins' => 'Totox777\Fbplugins\Facades\Profiler',

config: don't forget to input your facebook app_id and admins in src/config/config.php, (*6)

Usage

Always use this once in your script:, (*7)

Fbplugins::getScript();

To embed comment:, (*8)

Fbplugins::getPlugin('comments');

To embed like:, (*9)

Fbplugins::getPlugin('like');

To embed activity:, (*10)

Fbplugins::getPlugin('activity');

The Versions

12/07 2013

dev-master

9999999-dev

Laravel 4 Facebook social plugins

  Sources   Download

BSD-2-Clause

The Requires

 

by @totox777