=== CSFD Last Seen ===
Contributors: Josef Štěpánek
Donate link: http://josefstepanek.cz
Tags: last seen, movie, CSFD, ČSFD, sidebar, widget, social, web 2.0
Requires at least: 2.2
Tested up to: 2.8.6
Stable tag: trunk
CSFD (ČSFD) Last Seen plugin adds a widget, which shows the last X movies rated on CSFD.cz (Czech-Slovak movie database).
== Description ==
CSFD (ČSFD) Last Seen plugin adds a widget, which shows the last X movies rated on CSFD.cz (Czech-Slovak movie database). It also displays link to the profile at the bottom.
Main features and notes:
* CSFD Last Seen sidebar widget displays the defined count of last seen movies on CSFD.cz. Just set is the link to user CSFD profile in the widget control panel and go.
* This plugin is in Czech language (as well as CSFD.cz)
* See Installation for CSS styling information
Related Links:
* CSFD.cz (data source)
* Návod v češtině
== Installation ==
1. Unzip and upload the `csfd-last-seen` directory to the `/wp-content/plugins/` directory.
2. Go to `WP Admin » Plugins` and activate the ‘CSFD Last Seen’ plugin
3. To display last seen movies from CSFD.cz in the sidebar, go to `WP Admin » Appearance » Widgets`, drag ‘CSFD Last Seen’ widget into the sidebar and don't forget to configure the link to user profile (i.e. http://www.csfd.cz/uzivatel/29153-joste/) and the count of movies to show.
4. Paste this code into your CSS file:
table#csfd, table#csfd td { border: none; border-collapse: collapse; }
table#csfd td.csfd-stars { text-align: right; white-space: nowrap; }
== Frequently Asked Questions ==
No questions yet. Feel free to contact me at info@josefstepanek.cz
== Screenshots ==
1. Admin widget configuration (in WordPress 2.8)
2. An example of use on a sidebar
==Version History==
* **2009-12-13: Version 1.2**
* Added many useful settings.
* **2009-12-06: Version 1.1**
* Several bug fixes.
* **2009-12-06: Version 1.0**
* First stable tested version.
* **2009-11-23: Version 0.9**
* Initial release