Download the PHP package thibaudanthoine/twitter-twig-extension-bundle without Composer
On this page you can find all versions of the php package thibaudanthoine/twitter-twig-extension-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thibaudanthoine/twitter-twig-extension-bundle
More information about thibaudanthoine/twitter-twig-extension-bundle
Files in thibaudanthoine/twitter-twig-extension-bundle
Download thibaudanthoine/twitter-twig-extension-bundle
More information about thibaudanthoine/twitter-twig-extension-bundle
Files in thibaudanthoine/twitter-twig-extension-bundle
Vendor thibaudanthoine
Package twitter-twig-extension-bundle
Short Description Twig extension to facilitate twitter buttons integration
License MIT
Package twitter-twig-extension-bundle
Short Description Twig extension to facilitate twitter buttons integration
License MIT
Please rate this library. Is it a good library?
Informations about the package twitter-twig-extension-bundle
Twitter-twig-extension-bundle
Provides Twig extension for facilitating Twitter buttons integration.
Installation
1 - Add package to your composer.json
:
{
"require": {
"thibaudanthoine/twitter-twig-extension-bundle": "dev-master"
}
}
2 - Edit your app/AppKernel.php
and register bundle:
public function registerBundles()
{
$bundles = array(
// ...
new Thibaud\TwitterTwigExtensionBundle\ThibaudTwitterTwigExtensionBundle(),
);
// ...
3 - Finally configure the service in app/config/config.yml
:
thibaud_twitter_twig_extension:
enabled: true
lang: "%locale%"
large: true
buttons:
share:
show_count: true
follow:
username: "thibaudanthoine"
show_username: true
Using Twitter twig extension bundle
To include Twitter button (share or follow) in your application, simply use twig functions below:
{{ twitter_button_share() }}
<!-- OR -->
{{ twitter_button_follow() }}
All versions of twitter-twig-extension-bundle with dependencies
PHP Build Version
Package Version
Requires
twig/extensions Version
1.0.*
The package thibaudanthoine/twitter-twig-extension-bundle contains the following files
Loading the files please wait ....