Oneiroi / wordpress-flowplayer

A plugin for the wordpress blogging engine to integrate FlowPlayer (flowplayer.org)
http://www.saiweb.co.uk/wordpress-flowplayer
6 stars 5 forks source link

THIS PROJECT IS NO LONGER MAINTAINED

pull requests will still be accepted if appliable; the code here is now for reference only and I couldn't vouch for its functionality nor stability.

Wordpress Flowplayer

A wordpress plugin to easily bring Flowplayer to your blog.

Configuration

  1. Navigate to the configuration page from within /wp-admin
  2. Configure your player using the options provided
  3. Save your changes and ENJOY!

Changelog

Contribute

With an ever dwindling amount of free time to work on this project it is always appreciated there are workaround / hacks that other developers have made in order to get the required functioanlity. As this project is GPL v3, please contribute to it your code changes as follows.

  1. Fork it.
  2. Create a branch (git checkout -b my_markup)
  3. Commit your changes (git commit -am "I made these changes 123")
  4. Push to the branch (git push origin my_markup)
  5. Create an Issue with a link to your branch