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

README

![Travis] (https://travis-ci.org/JanGalek/netteSocials.svg?branch=master) Join the chat at https://gitter.im/GcoreCZ/netteSocials Downloads this Month

Plugin for Nette framework

##Facebook

  • Like / Recommend button
  • Share button
  • Follow button
  • Comments
  • Send button
  • Page Plugin

##Comming soon

  • Google (testing)
  • Twitter
  • 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

Packagist - Versions

or manual edit composer.json in your project

"require": {
    "galek/nette-socials": "^1.0"
}

###Instalation Facebook

More Informations in CZ,EN

###Instalation Google

More Informations in CZ,EN

####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 ;)