galek / nette-socials
This package is abandoned and no longer maintained.
The author suggests using the kdyby/facebook package instead.
Socials button plugin for Nette framework.
1.0.7.4
2016-03-31 16:46 UTC
Requires
- nette/nette: ^2.3
README
![Travis] (https://travis-ci.org/JanGalek/netteSocials.svg?branch=master)
Plugin for Nette framework
- Like / Recommend button
- Share button
- Follow button
- Comments
- Send button
- Page Plugin
##Comming soon
- Google (testing)
- if you want next, you can contact me ;)
Package Installation
The best way to install Nette Socials is using Composer:
$ composer require galek/nette-socials
or manual edit composer.json in your project
"require": { "galek/nette-socials": "^1.0" }
###Instalation Facebook
###Instalation Google
####Config Basic
services:
- Galek\Socials\Facebook\Config('123456789') //Api key
- Galek\Socials\Google\Config() //Api key
###Fast local test after download, you can look to fast test render. You need to go TestFolder of repository dir.
After tests, you can remove tests dir ;)