I want to allow both < object > and < iframe > youtube videos in HTLM Purifier. I've been looking everywhere including the documentation but can't find any working solution.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
See this: HTML Purifier :: HTML.Allowed [Docs] |
|||
|
|
|
You need to configure the HTMLPurifier to allow the tags that you want.
To accept some parameters from the tags you have to place them between "[" and "]" like:
This accepts the paramater href from a but not any other. |
|||
|
|