JoshyPHP Let's say I have OpenGraph and EmbedMedia installed on my Flarum
If I type :
https://www.youtube.com/watch?v=dQw4w9WgXcQ
I will have the situation described by rnovino : The video thru EmbedMedia + the opengraph info
If I type :
[https://www.youtube.com/watch?v=dQw4w9WgXcQ](https://www.youtube.com/watch?v=dQw4w9WgXcQ)
or
[https://www.youtube.com/watch?v=dQw4w9WgXcQ][1]
[1]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
or ONLY if BBcode is activated
[url]https://www.youtube.com/watch?v=dQw4w9WgXcQ[/url]
I see the URL (because EmbedMedia does its job
BUT I will see the OpenGraph too. This is a bug.
If I type :
[media]https://www.youtube.com/watch?v=dQw4w9WgXcQ[/media]
I will see the video thru EmbedMedia ONLY IF BBcode is activated
BUT I will see the OpenGraph too. This is a bug.
And how can I see only the OpenGraph then ?