embedly
カードを使用してコンテンツを表示します。ファイルを呼び出した後javascript
、リンクをembedly
カードに変更します。
https://intelligent-madame-5204.herokuapp.com/にデプロイしましたheroku
しかし、組み込みカードになってから、マウスで下にスクロールできなくなりました。
このJavaScriptをapplication.jsに入れました
(function(w, d){
var id='embedly-platform', n = 'script';
if (!d.getElementById(id)){
w.embedly = w.embedly || function() {(w.embedly.q = w.embedly.q || []).push(arguments);};
var e = d.createElement(n); e.id = id; e.async=1;
e.src = ('https:' === document.location.protocol ? 'https' : 'http') + '://cdn.embedly.com/widgets/platform.js';
var s = d.getElementsByTagName(n)[0];
s.parentNode.insertBefore(e, s);
}
})(window, document);
そして、このようにリンクをindex.html.erbに入れました
<%= link_to "Learn More",posts.content, class: "embedly-card" %>