forked from starfishmod/jquery-oembed-all
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
edcd860
commit 6362120
Showing
4 changed files
with
177 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
== jquery-oembed ChangeLog == | ||
|
||
== 1.1.0 RC == | ||
* Slideshare native oembed API support (patch by jaipandya) | ||
* Photobucket native oembed API support | ||
* Blip.tv native oembed API support | ||
* Removed providers that are not working (myspace, screenr, qik, revision3) | ||
* Use regex to detect URLs using the regular expressions provided by http://oohembed.com/static/endpoints.json | ||
* Added callback function when specific provider is not found | ||
* Added beforeEmbed and afterEmbed functions | ||
* Support to embed.ly generic oembed provider. | ||
* Support to jquery up to version 1.5 | ||
* Added features examples | ||
* Added supported providers tests | ||
* Allow user to specify ajax options (patch by [email protected]) | ||
* Added onError callback | ||
* BugFix: Incorrect use of $.extend (recommended by rformato) | ||
|
||
Special thanks to Sam Cole, Jai Pandy, Steve and Sean for their patches. | ||
|
||
== 1.0.5 == | ||
* BugFix: Fixed slideshare & revision3 providers | ||
* BugFix: Problem with the "auto" insert method. | ||
|
||
== 1.0.4 == | ||
* Added support for screenr.com videos | ||
* Added support for vids.myspace.com videos | ||
* Fixed a little bug with providers that already have query string parameters | ||
|
||
== 1.0.3 == | ||
* Bugfixes | ||
|
||
== 1.0.2 == | ||
* Added alt attribute to flickr images with image title and author | ||
* New default behavior when executing plug-in. Now it replaces the original element with the oembed code. | ||
* Added three new behaviors for inserting code | ||
|
||
== 1.0.1 == | ||
* Bugfixes | ||
|
||
== 1.0.0 == | ||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,36 @@ | ||
== jquery-oembed ChangeLog == | ||
|
||
== 1.1.0 RC == | ||
* Slideshare native oembed API support (patch by jaipandya) | ||
* Photobucket native oembed API support | ||
* Blip.tv native oembed API support | ||
* Removed providers that are not working (myspace, screenr, qik, revision3) | ||
* Use regex to detect URLs using the regular expressions provided by http://oohembed.com/static/endpoints.json | ||
* Added callback function when specific provider is not found | ||
* Added beforeEmbed and afterEmbed functions | ||
* Support to embed.ly generic oembed provider. | ||
* Support to jquery up to version 1.5 | ||
* Added features examples | ||
* Added supported providers tests | ||
* Allow user to specify ajax options (patch by [email protected]) | ||
* Added onError callback | ||
* BugFix: Incorrect use of $.extend (recommended by rformato) | ||
|
||
Special thanks to Sam Cole, Jai Pandy, Steve and Sean for their patches. | ||
|
||
== 1.0.5 == | ||
* BugFix: Fixed slideshare & revision3 providers | ||
* BugFix: Problem with the "auto" insert method. | ||
|
||
== 1.0.4 == | ||
* Added support for screenr.com videos | ||
* Added support for vids.myspace.com videos | ||
* Fixed a little bug with providers that already have query string parameters | ||
|
||
== 1.0.3 == | ||
* Bugfixes | ||
|
||
== 1.0.2 == | ||
* Added alt attribute to flickr images with image title and author | ||
* New default behavior when executing plug-in. Now it replaces the original element with the oembed code. | ||
* Added three new behaviors for inserting code | ||
|
||
== 1.0.1 == | ||
* Bugfixes | ||
|
||
== 1.0.0 == | ||
* Initial release | ||
Jquery-Oembed | ||
============ | ||
|
||
This is a fork of the jquery-oembed located at [jqoembed][http://code.google.com/p/jquery-oembed/]. | ||
|
||
Instead of using oohembed or other such services it tries to embed the object natively. | ||
This project while it will happily use the the oembed framework it is not against using other types of embedding where ever possible. | ||
|
||
Current 3rd party sources include: | ||
* Video | ||
* Youtube | ||
* Blip | ||
* Hulu | ||
* Vimeo | ||
* 5min | ||
* National film board of Canada | ||
* Qik | ||
* Dotsub | ||
* Clickthrough | ||
* Kino Map | ||
* Audio | ||
* Soundcloud | ||
* HuffDuffer | ||
* Photo | ||
* flickr | ||
* photobucket | ||
* instgram | ||
* yfrog | ||
* 23HQ | ||
* Smugmug | ||
* Rich | ||
* Meetup | ||
* gigapans | ||
* Slideshare | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.