fniessen / org-html-themes

Transform your Org mode files into stunning HTML documents in minutes with our Org mode HTML theme. Elevate your productivity and impress your readers! #orgmode #html #theme #productivity #design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youtube in readtheorg?

Ypot opened this issue · comments

commented

Is it possible to embed youtube or other videos in the exported HTML?
Gifs work great though ^^

Dear @Ypot , you embed images in the HTML? Wasn't yet aware of that. How do you do?
PS - That's more an HTML question...

commented

Dear @Ypot , you embed images in the HTML? Wasn't yet aware of that. How do you do?
PS - That's more an HTML question...

I embed images just attaching them. Readtheorg makes the work:
https://we.tl/t-BaraUS23M9

Please have a look at how I did for my home page. The source code is in Git...

I use the following to embed videos:

#+begin_export html <video controls="controls" src="../assets/vid.mp4" width="100%"> This browser can't display the video </video> #+end_export