Ask A Question

Notifications

You’re not receiving notifications from this thread.

embed youtube in actiontext?

ya na yandex asked in General

Chris, I see you already referred to the problem of embedding Youtube videos in actiontext
https://github.com/excid3/cfps/blob/3bed21b7aa319ce8e0a98283965ab64df2597488/2020-railsconf.md

Did you manage to solve the problem?

Reply

Hi ya na,

He did a whole talk about this.

https://railsconf.com/2020/video/chris-oliver-advanced-actiontext-attaching-any-model-in-rich-text

You can embed iframes into ActionText but you have to whitelist the iframe element.

##application.rb

config.to_prepare do
  ActionText::ContentHelper.allowed_tags << "iframe"
end

Reply
Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 81,842+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more.

    © 2024 GoRails, LLC. All rights reserved.