Changeset 429294
- Timestamp:
- 08/27/2011 01:43:30 AM (14 years ago)
- Location:
- vimeo-album/trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vimeo-album/trunk/readme.txt
r429228 r429294 5 5 Requires at least: 3.0 6 6 Tested up to: 3.0 7 Stable tag: 0.2 7 Stable tag: 0.2.1 8 8 9 9 Add a vimeo player with a list of all videos in the album that load into player on click -
vimeo-album/trunk/vimeo_album.php
r429234 r429294 2 2 /* 3 3 Plugin Name: Vimeo Album 4 Plugin URI: http:// www.robertpasquini.com/nerd/2011/vimeo_album/4 Plugin URI: http://robertpasquini.com/code/VimeoAlbum 5 5 Description: Allows the user to embed Vimeo albums by entering a shortcode ([vimeoAlbum album_id="**id from vimeo here**"]) into the post area. 6 6 Author: Robert Pasquini 7 Version: 0.2 7 Version: 0.2.1 8 8 Author URI: http://robertpasquini.com 9 9 License: GPL 2.0, @see http://www.gnu.org/licenses/gpl-2.0.html … … 25 25 { 26 26 ob_start(); 27 require_once( '/home1/drinkin3/public_html/lastlifemedia/vimeo/vimeo.php');27 require_once(getcwd().'/wp-content/plugins/vimeo-album/vimeo.php'); 28 28 $vimeo = new phpVimeo('9507bd0c1539525bd6af485f4736355a', 'b99cca6e700fd428'); 29 29
Note: See TracChangeset
for help on using the changeset viewer.