Download the PHP package friendsofvictoire/socialbuttons-widget without Composer
On this page you can find all versions of the php package friendsofvictoire/socialbuttons-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download friendsofvictoire/socialbuttons-widget
More information about friendsofvictoire/socialbuttons-widget
Files in friendsofvictoire/socialbuttons-widget
Download friendsofvictoire/socialbuttons-widget
More information about friendsofvictoire/socialbuttons-widget
Files in friendsofvictoire/socialbuttons-widget
Vendor friendsofvictoire
Package socialbuttons-widget
Short Description Victoire DCMS social buttons widget
License MIT
Package socialbuttons-widget
Short Description Victoire DCMS social buttons widget
License MIT
Please rate this library. Is it a good library?
Informations about the package socialbuttons-widget
Victoire DCMS SocialButtons Bundle
============
This bundle installs the Social Buttons Widget on your Victoire project. With this widget, you can put some social buttons anywhere linking to your social pages such as
- Your Blog
- Google+
- Flickr
- Github
- Periscope
- Slideshare
- Tumblr
- Viadeo
- Vimeo
- YouTube
- Behance
- Any email adress
- RSS Feed
Set Up Victoire
If you haven't already, you can follow the steps to set up Victoire here
Install the SocialButtons Bundle :
Run the following composer command :
php composer.phar require friendsofvictoire/socialbuttons-widget
Reminder
Do not forget to add the bundle in your AppKernel !
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\SocialButtonsBundle\VictoireWidgetSocialButtonsBundle(),
);
return $bundles;
}
}
All versions of socialbuttons-widget with dependencies
PHP Build Version
Package Version
The package friendsofvictoire/socialbuttons-widget contains the following files
Loading the files please wait ....