=== Tint: Add a Social Tint to your Site ===
Contributors: Ryo Chiba
Tags:Facebook, Twitter, Social Networks, Social, Tint, embed, instagram, youtube
Requires at least: 3.0
Tested up to: 3.4.1
Stable tag: trunk
License: GPLv2

Make your front page more social by adding a Tint

== Description ==

Add your [Tint](http://www.tintup.com/) to your blog! Tint is a social layer for your website; connect all of your social networks to create a beautiful, dynamic site in seconds. Tint shows the world what you care about and automatically updates as you share. You'll need to sign up (free) at [Tint](http://www.tintup.com/) to use the plugin. 

This plugin makes it easy to add a Tint to your blog, as a sidebar widget, page, or within a post.

Adding a Tint to your blog is quick and easy (you can find information about how to do so in the Installation section). You can email us with any questions or feedback at tim{at}tint.com.

== Installation ==

= With Widget =
This Wordpress widget is easy to install:

1. Extract the contents of the zip file into your wp-content/plugins directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Go to the Appearance -> widget screen, drag the widget to a sidebar, and fill out the necessary fields and options.

Alternatively, if you did step 1 and 2 you can insert a version without a widget too (see below):

= With shortcode =

Use [shortcodes](http://support.wordpress.com/shortcodes/) to embed a Tint in any post or page. 

Usage:

`[tint site_name="tint"]`

`[tint site_name="tint" height="200" width="100" fitToEdge="1"]`

Arguments provides by the shortcode:

* 'site_name' Your tint site name
* 'width' width of iframe
* 'height' height of the iframe
* 'fitToEdge' whether the posts should fit to the edge of the page

= With custom code =

Usage:
`<?php tint_embed( $args ); ?>`

Params:
$args could be:

* 'site_name' Your tint site name
* 'width' width of iframe
* 'height' height of the iframe
* 'fitToEdge' whether the posts should fit to the edge of the page

Example:
`<?php tint_embed( 'site_name=tint&height=100' ); ?>`

== Frequently Asked Questions == 
 
= What is Tint? =

[Tint](http://www.tintup.com/) lets you add a social layer to your website. Connect all of your social networks to create a beautiful, dynamic site in seconds. Tint shows the world what you care about and automatically updates as you share. [Learn more](http://www.tintup.com)

= How do I start using Tint? =

Just sign up at [Tint.com](http://www.tintup.com/). This widget will then allow you to embed that site into your WordPress blog. 

= Help, I'm having a problem! =

Email us at tim{at}tintup.com and we'll be happy to help!

== Screenshots ==

1. Options page
2. Example

== Changelog ==

= 1.0.0 =
* Initial Version

== Upgrade Notice ==
No problems should be encountered if upgrading.

== Arbitrary section ==
