問題タブ [embedly]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angularjs - Embedly カードが Angular アプリケーションで機能しない
ウェブ アプリで Embedly Cards を使用したいと考えています。Bootstrap と AngularJS を使用しています。ただし、ここで説明する platform.js ツールを使用してカードを統合すると、正しく機能しません。
angular 経由でバインドされたリンクで統合が開始された時点ではまだ発生していないため、カードはレンダリングされません。
それを行う方法を示すヒントやチュートリアルはありますか?
前もって感謝します!
vimeo - Embedly を使用して Vimeo ビデオをループする
Embedly を使用して、自分のサイトで動画を表示および制御しています。ただし、ビデオをループさせたいと思います。その設定に関するドキュメントが見つかりません。誰にもアイデアはありますか?
javascript - Embedly cards in rails application loading slow and/or killing page
I am trying to use embedly cards to display urls in the topic index page of a rails app. While there are some issues with awkward carousel behavior the page itself will render (as confirmed by the rails console). However after the page loads each partial the browser will begin to flicker the loading/refresh icon and occasionally chrome will crash the page (as well as the cloud IDE I'm using)(internet explorer just seemed to lock up and even BSODed, though I'm not sure it was explicitly caused by that (also of note is that testing the page in internet explorer will crash the IDE in chrome while leaving all other tabs unaffected)). When the page does manage work through this (usually on the second or third load) the cards themselves will take around a full minute to display and it is only loading roughly 5 URLs 100 times for testing purposes. Several potential solutions come to mind regarding the slow load time, however I am not entirely sure how I would go about implementing them.
The first idea I had was to somehow render each card as is becomes available, though I'm not sure how that would work.
Another idea was to somehow break up the calls to the api because it appears to be attempting to load in all the card information at once. (this is probably the same as the first idea)
Potentially paginating the topic page might allow for a less intensive call (which may be a meaningless term) though I'm very unclear as to how the api works so this might not be the answer.
Another thought I had was to somehow make the api call(s?) a background process, but I'm not sure how I would go about that, and since all of the action seems to be happening on the client side that just compounds the mystery to me.
So to summarize, the javascript as I have it may crash the page, and when it does work it takes an unacceptably long time to load. Any way to speed it up and increase reliability would be appreciated.
All relevent code is at this gist as it is splayed across several partials and asset files.
Edit
Removed redundant (and probably harmful) loading of embedly in application.js
This improved page stability, however the page is clearly rendering/loading/(some verb here)ing all of the cards at once
embedly - カードの高さのカスタマイズを埋め込みますか?
すべての埋め込みコンテンツが同じサイズになるように、埋め込みカードの高さをカスタマイズしようとしています。現時点では、サイズが異なるため、ページ レイアウトが乱れます。ユーザーがデータベースにリンクを追加すると、リンクが動的に作成されます。
コンテンツの高さを制御する方法はありますか?
編集:
コンテンツにラッパーを配置して、ある種の制御を提供します。私が望むようには見えませんが、プロジェクトが再設計されるまでの一時的な解決策です。
javascript - 複数の URL を使用する場合に 404 で応答する埋め込み API
次のように Embedly API に接続する場合:
埋め込みデータを取得します。しかし、複数の URL で試してみると、次のようになります。
URL が見つからないというエラー応答が API から返されます。
embedly - Embedly CDN Url はキャプチャを要求しています
私は自分のプロジェクトの 1 つに埋め込みを使用しています。以下は、私が使用した CDN URL です。
http://cdn.embed.ly/jquery.embedly-3.1.1.min.js
以前は機能していましたが、現在は URL が最初にキャプチャを要求しています。
URLに直接アクセスできません。そのため、jquery エラーが発生します。
この問題を解決するにはどうすればよいですか? ありがとう。