Skip to content

Commit 7372b8b

Browse files
committed
Fix IE7 bug with a coma in embedly filter
Update REAMDE to indicates a key is needed for embedly
1 parent 74fa173 commit 7372b8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Here is a list of the filters officially provided:
246246
* Form file: Same as Form but used when form should send file
247247
* Iframe: Used to show data from an other domain name or when target="_blank" is present (depends on link)
248248
* Iframe form: Used to open a form in an iframe (depends iframe)
249-
* Embedly: Used to show a bunch of different element using [embedly API](http://embed.ly/) ([Examples](http://nyromodal.nyrodev.com/v2/embedly.php)) (depends on link)
249+
* Embedly: Used to show a bunch of different element using [embedly API](http://embed.ly/) ([Examples](http://nyromodal.nyrodev.com/embedly.php)) (depends on link) Embedly requires developers to sign up for an API key at [embedly Pricing](http://embed.ly/pricing)
250250

251251
##Animations
252252

js/jquery.nyroModal.filters.embedly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jQuery(function($, undefined) {
2626
words: 50,
2727
chars: 100
2828
*/
29-
},
29+
}
3030
});
3131
var cache = [];
3232
$.nmFilters({

0 commit comments

Comments
 (0)