Community durchsuchen
Zeige Ergebnisse für die Tags "'embed'".
1 Ergebnis gefunden
-
Hi @Dukenthe easiest way and how I did it in a few mins for the screenshot on IPS is a custom editor button. Simply go to AdminCP -> Customization -> Editor -> Toolbars -> Add Button -> Custom This is the html code ... <div><video controls src="{option}"></video> <script src="https://cdn.jsdelivr.net/npm/@webtor/embed-sdk-js/dist/index.min.js" charset="utf-8" async></script></div> Set permissons and that's all, here you've got some icons too ... Works 100% but what I forgot is, that only usergroups that are allowed to post html can use this Haven't figured out how to embed links automatically like YouTube or xHamster because they are not http, that would be too easy. On the movies application this would be easier and could be done with a custom field and some template modifications (I am using an API that embeds streams automatically via IMDB-ID for example). I'm taking a look at that tomorrow, it's already a little late today.