XenForo
Administrative
- Thread starter
- Admin
- #1
Hi,
I'm trying to create a custom BB code for Tidal, and I already got it working for tracks using this match url https://tidal.com/browse/track/{$id:alphanum} and using this code:
HTML:
Read more
ادامه مطلب...
I'm trying to create a custom BB code for Tidal, and I already got it working for tracks using this match url https://tidal.com/browse/track/{$id:alphanum} and using this code:
HTML:
Code:
<div class="bbMediaWrapper" data-media-site-id="{$siteId}" data-media-key="{$id}">
<div class="bbMediaWrapper-inner bbMediaWrapper-inner--232px">
<iframe src="https://embed.tidal.com/tracks/{$id}?layout=gridify"
frameborder="1"
style="width: 500px...
Read more
ادامه مطلب...