0

First really sorry if its a stupud question.

I downloaded jquery oembed from here http://code.google.com/p/jquery-oembed/

I used it with out problems many times, till today.

I got an error what never popped up before. The consolde said Failed to load resource: the server responded with a status of 403 (Forbidden) (link)

I went to see whats the problem, copied the given link from the console to the browser and i got this message

Embedly has blocked your client ip. Sign up for an API key at http://embed.ly

i never experienced this before, and used the plugin lot of times. I never registrated on embedly, and never had this error message

Could please someone tell why is this now?

4

1 に答える 1

1

はい、埋め込みはembed.lyを介して行われるため、ヒトデのoembedを同じものを使用しますが、唯一の違いは(私が正しく思い出せば)embed.lyを介して埋め込まないことです。

https://github.com/starfishmod/jquery-oembed-all

PS 間違っていたらごめんなさい

編集

申し訳ありませんが、プラグインを開いて変更したことを忘れていました。この行を見つけて、defaultOEmbedProvider: "embed.ly",59行目またはその近くにある必要があります。これに変更すると、defaultOEmbedProvider: "none"ネイティブに機能します

于 2012-08-04T12:49:20.297 に答える