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.
- Host: GitHub
- URL: https://github.com/kjbrum/500px-connector
- Owner: kjbrum
- Created: 2015-06-24T12:54:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T14:05:56.000Z (over 9 years ago)
- Last Synced: 2025-04-13T03:13:34.094Z (13 days ago)
- Language: PHP
- Size: 262 KB
- Stars: 11
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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