Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morganestes/wistia-video-embedder
Wistia Video Embedder WordPress plugin
https://github.com/morganestes/wistia-video-embedder
Last synced: about 1 month ago
JSON representation
Wistia Video Embedder WordPress plugin
- Host: GitHub
- URL: https://github.com/morganestes/wistia-video-embedder
- Owner: morganestes
- License: gpl-2.0
- Created: 2013-05-17T19:22:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-31T15:27:20.000Z (over 11 years ago)
- Last Synced: 2023-03-22T16:50:07.222Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 746 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
=== Wistia Video Embedder ===
Contributors: morganestes
Donate link: https://github.com/morganestes/wistia-video-embedder
Tags: wistia, video, oembed
Requires at least: 3.5
Tested up to: 3.5.1
Stable tag: trunk
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlEasily embed your Wistia videos and playlists into your site.
== Description ==
Easily embed Wistia videos and playlists from your account into your website.
Features:
* Add videos through shortcode, either manually or through the editor button.
* Support for project playlists or individual videos.Requirements:
* An account with [Wistia](http://wistia.com).
* An API key (for getting project and video details).== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. Unzip plugin and upload the `wistia-video-embedder` folder to the `/wp-content/plugins/` directory.
1. Activate the plugin through the 'Plugins' menu in WordPress.
1. Add your API key to the plugin settings page.== Frequently Asked Questions ==
= Why do I have to have an API key? =
Right now, it's used to connect to your Wistia account to get project lists.
= How do I use it? =
* Click the Wistia icon in the editor and enter the ID of the video or playlist.
* You can also manually enter a shortcode: `[wistia id="hashedId"]` or `[wistia playlist="hashedId"]`.== Screenshots ==
1. Generic shot. Still working on getting these done.
== Changelog ==
= 1.0.0 =
* Initial version. It works for me :)== Upgrade Notice ==
= 1.0.0 =
You're definitely going to want to upgrade when the next version is released.== Disclaimer ==
This plugin is not created or (yet) endorsed by Wistia. It was just made by a client for in-house use and thought I'd share.
If you experience any problems, feel free to fork it, fix it, or scrap it. You can also open a GitHub issue and I'll take a look.== Props ==
* Uses [wistia-api](https://github.com/stephenreid/wistia-api) for API connections.
* See [Wistia Data API Docs](http://wistia.com/doc/data-api) for implementation.
* Built with [WordPress Plugin Boilerplate](https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate).