Plugin Directory

Changeset 456295


Ignore:
Timestamp:
10/27/2011 10:18:13 AM (14 years ago)
Author:
CJ_Jackson
Message:

Updated to 0.0.2

Location:
mediaembedder
Files:
43 added
3 edited

Legend:

Unmodified
Added
Removed
  • mediaembedder/trunk/list.php

    r456084 r456295  
    2020    ),
    2121    array(
    22         're' => '^http(s?)://www.metacafe.com/watch/(?P<metacafe_id>\d+)/(?P<metacafe_name>[a-zA-Z0-9_-]+)(/?)',
    23         'module' => 'metacafe'
     22        're' => '^http(s?)://blip.tv/(?P<bliptv_group>[a-zA-Z0-9-_]+)/(?P<bliptv_name>[a-zA-Z0-9-_]+)-(?P<bliptv_id>\d+)',
     23        'module' => 'bliptv'
     24    ),
     25    array(
     26        're' => '^http(s?)://(.*)collegehumor.com/video/(?P<collegehumor_id>\d+)/(?P<collegehumor_name>[a-zA-Z0-9-_]+)',
     27        'module' => 'collegehumor'
    2428    ),
    2529    array(
     
    2832    ),
    2933    array(
     34        're' => '^http(s?)://www.flickr.com/photos/(?P<flickr_username>[a-zA-Z0-9-_@]+)/(?P<flickr_id>\d+)(/?)',
     35        'module' => 'flickr'
     36    ),
     37    array(
     38        're' => '^http(s?)://(.*)funnyordie.com/videos/(?P<funnyordie_id>[a-zA-Z0-9]+)/(?P<funnyordie_name>[a-zA-Z0-9-_]+)(/?)',
     39        'module' => 'funnyordie'
     40    ),
     41    array(
    3042        're' => '^http(s?)://www.gametrailers.com/video/(?P<gametrailers_name>[a-zA-Z0-9-]+)/(?P<gametrailers_id>\d+)(/?)',
    3143        'module' => 'gametrailers'
    3244    ),
    3345    array(
    34         're' => '^http(s?)://vimeo.com/(?P<vimeo_id>\d+)',
    35         'module' => 'vimeo'
     46        're' => '^http(s?)://(.*)hulu.com/watch/(?P<hulu_id>\d+)/(?P<hulu_name>[a-zA-Z0-9-_]+)(/?)',
     47        'module' => 'hulu'
    3648    ),
    3749    array(
    38         're' => '^http(s?)://blip.tv/(?P<bliptv_group>[a-zA-Z0-9-_]+)/(?P<bliptv_name>[a-zA-Z0-9-_]+)-(?P<bliptv_id>\d+)',
    39         'module' => 'bliptv'
     50        're' => '^http(s?)://www.metacafe.com/watch/(?P<metacafe_id>\d+)/(?P<metacafe_name>[a-zA-Z0-9_-]+)(/?)',
     51        'module' => 'metacafe'
    4052    ),
    4153    array(
    42         're' => '^http(s?)://(.*)viddler.com/explore/(?P<viddler_group>[a-zA-Z0-9-_]+)/videos/(?P<viddler_id>\d+)(/?)',
    43         'module' => 'viddler'
    44     ),
    45     array(
    46         're' => '^http(s?)://www.flickr.com/photos/(?P<flickr_username>[a-zA-Z0-9-_@]+)/(?P<flickr_id>\d+)(/?)',
    47         'module' => 'flickr'
    48     ),
    49     array(
    50         're' => '^http(s?)://(.*)hulu.com/watch/(?P<hulu_id>\d+)/(?P<hulu_name>[a-zA-Z0-9-_]+)(/?)',
    51         'module' => 'hulu'
     54        're' => '^http(s?)://(?P<photobucket_hash_1>.*)photobucket.com/(?P<photobucket_hash_2>.+)(/?)',
     55        'module' => 'photobucket'
    5256    ),
    5357    array(
     
    6064    ),
    6165    array(
    62         're' => '^http(s?)://(?P<photobucket_hash_1>.*)photobucket.com/(?P<photobucket_hash_2>.+)(/?)',
    63         'module' => 'photobucket'
    64     ),
    65     array(
    66         're' => '^http(s?)://(.*)funnyordie.com/videos/(?P<funnyordie_id>[a-zA-Z0-9]+)/(?P<funnyordie_name>[a-zA-Z0-9-_]+)(/?)',
    67         'module' => 'funnyordie'
    68     ),
    69     array(
    7066        're' => '^http(s?)://(.*)smugmug.com/(?P<smugmug_hash_1>.+)',
    7167        'module' => 'smugmug'
    7268    ),
     69    array(
     70        're' => '^http(s?)://(.*)viddler.com/explore/(?P<viddler_group>[a-zA-Z0-9-_]+)/videos/(?P<viddler_id>\d+)(/?)',
     71        'module' => 'viddler'
     72    ),
     73    array(
     74        're' => '^http(s?)://vimeo.com/(?P<vimeo_id>\d+)',
     75        'module' => 'vimeo'
     76    ),
    7377);
  • mediaembedder/trunk/mediaembedder.php

    r456084 r456295  
    55  Plugin URI: http://cj-jackson.com/
    66  Description: An efficient, flexible multimedia embedder
    7   Version: 0.0.1
     7  Version: 0.0.2
    88  Author: Christopher John Jackson
    99  Author URI: http://cj-jackson.com/
  • mediaembedder/trunk/readme.txt

    r456084 r456295  
    55Requires at least: 3.2.0
    66Tested up to: 3.2.1
    7 Stable tag: 0.0.1
     7Stable tag: 0.0.2
    88
    99Multimedia Embedder that relies on template, unlike oEmbed, therefore allowing
     
    2424database for maximum speed and efficiency.
    2525
     26This plugin extends on Wordpress Embed, so therefore it embedded the same way as
     27oEmbed.
     28
     29Currently sites support are:
     30
     31* [Blip.tv](http://blip.tv/)
     32* [CollegeHumor](http://www.collegehumor.com/)
     33* [DailyMotion](http://www.dailymotion.com/)
     34* [Flickr](http://www.flickr.com/) (Photo and Video)
     35* [FunnyOrDie](http://www.funnyordie.com/)
     36* [GameTrailers](http://www.gametrailers.com/)
     37* [Hulu](http://www.hulu.com/)
     38* [MetaCafe](http://www.metacafe.com/)
     39* [PhotoBucket](http://photobucket.com/)
     40* [Revision3](http://revision3.com/)
     41* [Scribd](http://www.scribd.com/)
     42* [SmugMug](http://www.smugmug.com/)
     43* [Viddler](http://viddler.com/)
     44* [YouTube](http://www.youtube.com/) (including Playlists)
     45* And more coming soon...
     46
    2647Further Instructions are in the admin panel.
    2748
     
    3455== Changelog ==
    3556
     57= 0.0.2 =
     58* Added CollegeHumor.
     59* Have YouTube on top of list, then the rest in alphabetical order.
     60
    3661= 0.0.1 =
    3762* First Release.
Note: See TracChangeset for help on using the changeset viewer.