froala / wysiwyg-rails

Ruby gem for Froala jQuery WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
MIT License
465 stars 102 forks source link

Embed link doesn't display correctly #61

Closed asancio closed 6 years ago

asancio commented 6 years ago

How to reproduce:

I'm displaying raw html: <%= raw @post.body %>

System: Rails 5.1.4, Ruby 2.5

dianaprajescu commented 6 years ago

@asancio please let us know the OS and the browser that you are using.

asancio commented 6 years ago

Sorry, i forgot it: Chrome v64.0.3282.167 64 bit

stefanneculai commented 6 years ago

@asancio could you please include the Embedly script on the view and let us know if you still face this problem:

<!-- Include Embed.ly platform JS. -->
<script src="https://cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
asancio commented 6 years ago

@stefanneculai yes, including the embedly script on the view fix the issue :) Thank you.