PHPackages                             smasty/twitter-control - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. smasty/twitter-control

AbandonedArchivedLibrary[Templating &amp; Views](/categories/templating)

smasty/twitter-control
======================

Nette Framework Control for rendering tweets.

v2.0.2(14y ago)639MITPHPPHP &gt;=5.3.2

Since May 20Pushed 12y ago1 watchersCompare

[ Source](https://github.com/smasty/TwitterControl)[ Packagist](https://packagist.org/packages/smasty/twitter-control)[ Docs](http://github.com/smasty/TwitterControl)[ RSS](/packages/smasty-twitter-control/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

TwitterControl for Nette Framework
==================================

[](#twittercontrol-for-nette-framework)

- Copyright 2012 [Smasty](http://smasty.net)
- Licensed under terms of the [MIT License](#the-mit-license)
- Version 2.0.2

About
-----

[](#about)

TwitterControl is a simple but very powerful visual component for Nette Framework for displaying tweets on your site.

It supports various display options, can display and properly style retweets, replies, user info header, with ability to directly retweet, favorite or reply to a particular tweet.

In default style, it also fulfill the Twitter Display Guidelines.

Installation
------------

[](#installation)

Preferred way of installation is using [Composer](http://getcomposer.org). Add the following dependency to your `composer.json` file and you're ready to go.

```
{
	"require": {
		"smasty/twitter-control": "dev-master"
	}
}
```

Usage
-----

[](#usage)

\### In presenter:

```
