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.
* Allow user to specify ajax options (patch by [email protected])
* Added onError callback
- Loading branch information
1 parent
705fbcb
commit edcd860
Showing
3 changed files
with
311 additions
and
311 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 |
---|---|---|
|
@@ -6,15 +6,17 @@ | |
* 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 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 for their patches. | ||
Special thanks to Sam Cole, Jai Pandy, Steve and Sean for their patches. | ||
|
||
== 1.0.5 == | ||
* BugFix: Fixed slideshare & revision3 providers | ||
|
Oops, something went wrong.