A WordPress plugin to display 500px photo streams.
fivehundred_shortcode_no_results
- Use Chosen for the TinyMCE shortcode adding
- Add in some filters and actions to make it more extensible
- Allow the user to set default options for widgets and shortcodes
- Make a list of what options can be used, and what can be used together (i.e. feature="user", username="kjbrum")
- Add some JS for showing/hiding certain fields when certain fields are filled, as well as setting values (i.e. username="kjbrum" => feature="user", hide "search" field)
- Find a better way to use a single array of values throughout the plugin (pass to tinymce js file as well)
- Go through and make sure the plugin is secure (should write a blog post on this)
- Deploy to WP plugin repo
- Username and search can't be used together
- Username makes "feature" = "user"