Plugin Directory

Changeset 429294


Ignore:
Timestamp:
08/27/2011 01:43:30 AM (14 years ago)
Author:
pastispractice
Message:

added vimeo.php and udated to 0.2.1

Location:
vimeo-album/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • vimeo-album/trunk/readme.txt

    r429228 r429294  
    55Requires at least: 3.0
    66Tested up to: 3.0
    7 Stable tag: 0.2
     7Stable tag: 0.2.1
    88
    99Add 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  
    22/*
    33Plugin Name: Vimeo Album
    4 Plugin URI: http://www.robertpasquini.com/nerd/2011/vimeo_album/
     4Plugin URI: http://robertpasquini.com/code/VimeoAlbum
    55Description: Allows the user to embed Vimeo albums by entering a shortcode ([vimeoAlbum album_id="**id from vimeo here**"]) into the post area.
    66Author: Robert Pasquini
    7 Version: 0.2
     7Version: 0.2.1
    88Author URI: http://robertpasquini.com
    99License: GPL 2.0, @see http://www.gnu.org/licenses/gpl-2.0.html
     
    2525    {
    2626    ob_start();
    27     require_once('/home1/drinkin3/public_html/lastlifemedia/vimeo/vimeo.php');
     27    require_once(getcwd().'/wp-content/plugins/vimeo-album/vimeo.php');
    2828    $vimeo = new phpVimeo('9507bd0c1539525bd6af485f4736355a', 'b99cca6e700fd428');
    2929   
Note: See TracChangeset for help on using the changeset viewer.