XenForo
Administrative
- Thread starter
- Admin
- #1
Basically I want a custom BB code to turn a youtube URL into an image of the thumbnail
PHP:
Is this possible with custom BB code with a simple replacement or do I need to use a PHP callback?
ادامه مطلب...
PHP:
Code:
convert:
[youtubethumb]https://www.youtube.com/watch?v=XXX[/youtubethumb]
into:
[image]https://i.ytimg.com/vi/XXX/maxresdefault.jpg[/image]
Is this possible with custom BB code with a simple replacement or do I need to use a PHP callback?
ادامه مطلب...