I understand it's not a YouTube link. Uploading the video to YouTube in my case is not an option.
If you would like me to start another thread, I'll happily do that, but this seemed tangentially related since I was looking for the code in footer.php, and I thought I ought not start a new thread ...
Search found 3 matches
- Wed Nov 08, 2023 12:14 am
- Forum: Bug reports
- Topic: Embedded YouTube Links not working
- Replies: 7
- Views: 23337
- Wed Nov 01, 2023 6:33 pm
- Forum: Bug reports
- Topic: Embedded YouTube Links not working
- Replies: 7
- Views: 23337
Re: Embedded YouTube Links not working
Hi,
TinyMCE v6 removed that option. How do you want to embed the video, maybe it's caused from something else.
bye
Thorsten
I first attempted to do it with the editor's function for that purpose. I enter the video URL in the dialog box that pops up, and, within the editor, I see the video ...
- Wed Nov 01, 2023 3:53 pm
- Forum: Bug reports
- Topic: Embedded YouTube Links not working
- Replies: 7
- Views: 23337
Re: Embedded YouTube Links not working
Hi,
we deactivated iframes due to security reasons:
https://github.com/thorsten/phpMyFAQ/blob/3.1/phpmyfaq/admin/footer.php#L179-L180
You can remove these lines and it will work, but on your own risk.
bye
Thorsten
It appears these lines were removed from footer.php as of 3.2, and I am ...