https://github.com/roborourke/wp-flickr-api
A plugin aimed at providing a flickr API within WordPress that also provides some basic functionality via a shortcode and widget.
https://github.com/roborourke/wp-flickr-api
Last synced: 12 months ago
JSON representation
A plugin aimed at providing a flickr API within WordPress that also provides some basic functionality via a shortcode and widget.
- Host: GitHub
- URL: https://github.com/roborourke/wp-flickr-api
- Owner: roborourke
- Created: 2013-03-18T15:58:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-18T16:53:48.000Z (over 13 years ago)
- Last Synced: 2025-06-28T16:12:05.823Z (12 months ago)
- Language: JavaScript
- Size: 221 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WP Flickr API
=============
A plugin aimed at providing a flickr API within WordPress that also provides some basic functionality via a
shortcode and widget.
This is the development home of the Flickr API Plugin found on the wordpress.org repo here:
http://wordpress.org/extend/plugins/flickr-api/
## Roadmap
The plan for the future of this plugin is to bring it up to date with everything I've learned myself since the
initial development but also to benefit from the collaborative space that is github.
So, here's what I hope to do over time:
- Tidy the codebase
- Make a better API wrapper class
- Force use of APC or memcached where possible
- Make the output more configurable
- More/better gallery options with touch support
- ...
There's more to add no doubt, these are just some of my own thoughts so use the issue tracker to make feature
request or report bugs and I'll move to a more formal release process to the wordpress.org repository once
some milestones are established.
Go fork and codify :)