H. C. Kruse

Results 43 comments of H. C. Kruse

I think this is mostly a browser issue (?) Visiting the site on firefox I'm seeing the following: ![image](https://github.com/StarCitizenWiki/mediawiki-extensions-EmbedVideo/assets/6594492/0def4d0d-5b78-4804-862c-6b984b6ed65b)

@kerbalwzy I can merge this as soon as the Lint Test succeeds :)

This is now possibly fixed by https://github.com/StarCitizenWiki/mediawiki-extensions-EmbedVideo/issues/142

Addressed in dev, arguments are now parsed and should expand accordingly, see screenshot :) ![image](https://github.com/user-attachments/assets/d995f6a8-db33-4481-9682-ab9ef2e6ca82)

Looking at the documentation, it seems like that TikTok does not use traditional iframes for embedding video, but rather rolls their own implementation by loading `https://www.tiktok.com/embed.js` for each embed. EmbedVideo...

@MrT-tak you can temporarily set `$wgRawHtml=true;` See: https://www.mediawiki.org/wiki/Manual:$wgRawHtml

So I've had a first look at `Parser::renderImageGallery` to see how titles are retrieved. The following parts directly filter out all lines in a gallery tag that do not conform...

Ah indeed, I've assumed that a separate embed outside a gallery would exist, which would have allowed to automatically create a relevant file page. So from my current understanding we...

![image](https://github.com/user-attachments/assets/dbabd0c0-9782-4415-bea6-b88fc6e194d6) ![image](https://github.com/user-attachments/assets/a9042a48-774f-4b94-9cbc-ca8bf3500ba3) ![image](https://github.com/user-attachments/assets/8a7359eb-3140-497e-a653-ac686f02c4c0) Some preliminary previews for the mentioned POC. It is not perfect by any means, but the initial idea of automatically creating a file page does seem to...

Thanks for the PR! Would you mind reverting the version changes so I can merge this?