Fidgetr free WordPress plugin
Description
Fidgetr free WordPress plugin
Fidgetr 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. Check the changelog to see what’s new!
Fidgetr requires PHP 5.0 or newer as well as WordPress 2.8 or newer.
Catch new releases and other information about my plugins by following @reaperhulk on Twitter.
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.
License
Copyright 2010 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