Download the PHP package hostbox/nette-component-social-plugins without Composer
On this page you can find all versions of the php package hostbox/nette-component-social-plugins. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package nette-component-social-plugins
Social Plugins for Nette Framework
Support for Facebook, Twitter, Google+, LinkedIn and Pinterest
Facebook:
- Activity feed
- Comments
- Embedded post
- Facepile
- Follow button
- Like box
- Like button
- Send button
- Share button
Twitter:
- Follow button
- Hashtag button
- Mention button
- Share button
- Embedded timeline
- Embedded favorites
- Embedded search
Google+:
- +1 button
- Share button
- Profile badge
- Page badge
- Community badge
LinkedIn:
- Company insider
- Company profile
- Member profile
- Share button
- Recommend button
Pinterest:
- Pin It button
- Follow button
- Pin widget
- Profile widget
- Board widget
Package Installation
The best way to install Social Plugins is using Composer:
Nette Forum (cs) - plugin section
or manual edit composer.json in your project
Component Installation
config.neon
services:
# Configs
- HostBox\Components\Facebook\SocialPlugins\Config('facebookAppId')
- HostBox\Components\Twitter\SocialPlugins\Config
- HostBox\Components\Google\SocialPlugins\Config
# Factories
- HostBox\Components\Facebook\SocialPlugins\FacebookFactory
- HostBox\Components\Twitter\SocialPlugins\TwitterFactory
- HostBox\Components\Google\SocialPlugins\GoogleFactory
- HostBox\Components\Pinterest\SocialPlugins\PinterestFactory
Presenter
Template
{control facebookLikeButton}
// temporary(only for this render) settings editing in Template
{control facebookLikeButton, layout => 'box_count', showFaces => true}
{control facebookLikeBox}
{control twitterShareButton}
{control googlePlusOneButton}
{control linkedInShareButton}
{control pinterestFollowButton}
{control facebookLikeButton:jsScript}
{control twitterShareButton:jsScript}
{control googlePlusOneButton:jsScript}
{control linkedInShareButton:jsScript}
{control pinterestFollowButton:jsScript}
All versions of nette-component-social-plugins with dependencies
PHP Build Version
Package Version
Requires
nette/nette Version
~2.0
The package hostbox/nette-component-social-plugins contains the following files
Loading the files please wait ....