=== Fidgetr === Contributors: reaperhulk Donate link: http://swearingscience.com/fidgetr Tags: flickr, photos, widgets, sidebar, photography, pictures, photo, widget, picture Requires at least: 2.5 Tested up to: 2.7.1 Stable tag: 1.2 A simple and beautiful Flickr widget that supports themes. == Description == [Fidgetr](http://swearingscience.com/fidgetr/ "Fidgetr Home") is a WordPress widget that displays the latest photos from your Flickr photostream in an attractive manner. It features support for its own themes along with very simple setup and compatibility with most WordPress themes. Fidgetr requires PHP 5.0 or newer. New in 1.2 1. Added support for directly specifying your NSID. Some users can't locate their NSID via search due to privacy settings or age restrictions. If you are having trouble locating your nsid you can obtain it here: http://idgettr.com/ [View complete changelog](http://swearingscience.com/fidgetr/ "Fidgetr Home"). == Installation == 1. Upload fidgetr/ into wp-content/plugins/ 2. Activate the plugin via the 'Plugins' menu. 3. Add/configure the widget via the 'Widgets' option under Themes. To add themes to your Fidgetr install, copy the theme file to fidgetr/themes/ and any support files to fidgetr/themes/theme\_files/theme\_name You can also invoke Fidgetr via $fidgetr->fidgetr_images() == Frequently Asked Questions == = Fidgetr won't accept my username or email = Some users can't locate their NSID via search due to privacy settings or age restrictions.. As of 1.2 Fidgetr allows you to specify your actual NSID in the username field. You can obtain it here: http://idgettr.com/ = Comments don't appear in my theme/show up underneath other content! (iNove and others) = Typically this means you need to go into the CSS file for your theme (usually style.css) and remove the "overflow:hidden" line from the #sidebar section. = This widget looks terrible with Theme XXXXX! = Drop me a comment on the [Fidgetr](http://swearingscience.com/fidgetr/ "Fidgetr Home") page and I'll see if there's a way to fix it without causing issues with other themes. == Theme Development FAQ == = How do I make a theme? = Check out the basic.theme.php file in the themes directory to see a very basic example of how to parse the JSON structure that fidgetr outputs. You can also write PHP. = How do I make new themes show up in the configuration dropdown? = Simply create a file called yourname.theme.php with your data. If you have a CSS/JS supplement add those support files in a directory theme_includes/yourname/ Please note that in Fidgetr javascript files have a very strict naming structure to allow proper queueing via WP and reduce conflicts with other plugins. Your file must be named handle-ver-deps.js. *Do not use - or _ in the handle as they are delimiters.* Additionally, ver must be numeric. Multiple deps can be provided via underscore. Examples: slimbox-2.01-jquery.js , somelib-1.0-jquery_jquery-ui-core.js. Be sure to name your scripts correctly to avoid conflicts with other wordpress plugins. == Screenshots == 1. The default theme before a mouseover. 2. The configuration panel for the widget. == License == Copyright 2009 Paul Kehrer This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA