An open API service indexing awesome lists of open source software.

https://github.com/kjbrum/500px-connector

A WordPress plugin to display 500px photo streams.
https://github.com/kjbrum/500px-connector

Last synced: 13 days ago
JSON representation

A WordPress plugin to display 500px photo streams.

Awesome Lists containing this project

README

        

# 500px Connector (WIP)

> A WordPress plugin to display 500px photo streams.

### Shortcode

### Filters/Actions

`fivehundred_shortcode_no_results`

### To-Do

- Use [Chosen](https://harvesthq.github.io/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](https://github.com/benbalter/Github-to-WordPress-Plugin-Directory-Deployment-Script/blob/master/deploy.sh)

### Notes

- Username and search can't be used together
- Username makes "feature" = "user"

### Changelog