[RSS Feed/News] Is a part text replacement possible in custom BB code simple replacement?

Status
Not open for further replies.

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:

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?

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom