Ask A Question

Notifications

You’re not receiving notifications from this thread.

How do I add embedded youtube video to a text field within active admin with simplemde markdown?

Bruce asked in Rails

When I add the Youtube embed code. It displays it as a string on the front end.
The idea is that I could make this simple enough for the user updating the post to add the embed code easily themselves.

Reply

I solved this by adding "raw" in the view and I can now paste embed code into active admin

<%=@post.content%>

is now

<%= raw(@post.content)%>

Reply

By including "raw" in the view, I was able to resolve this and now I can paste embed code into active admin.

Reply

Thanks

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.