XF 1.3 IGN and Gamespot Video Support

Robust

Well-known member
I managed to find this:http://s9e.github.io/XenForoMediaBBCodes/configure.html

I do not want to use an addon for this, but want to use the default BBCode Media feature built into XenForo at admin.php?bb-code-media-sites/

Can someone please assist me and give me the code for IGN and Gamespot videos? That s9e resource should help but I couldn't understand how exactly to do it, I've tried though.
 
You do know you can just select the BBC Code Media Sites that you require using that add-on and don't have to have all that are included? You can do so using the configurator detailed in the resource description.
 
You do know you can just select the BBC Code Media Sites that you require using that add-on and don't have to have all that are included? You can do so using the configurator detailed in the resource description.
I don't want to use an addon tbh, I'd rather use the built in feature by XenForo that there is to add the site on.
 
For IGN videos, try the media site definition linked below.

https://xenforo.com/community/threads/ign-video-bb-code.61160/#post-650173
Didn't work :(
I see a white box, that's it.

1P3sRuz.png
 
Can you copy & paste what values you used? I did try it on one of my sites and it worked fine. What is the URL to the video you are trying to embed? It's possible that the URL is different from the example.

Code:
<iframe src="http://widgets.ign.com/video/embed/content.html?url=http://www.ign.com/videos/*/*/*/{$id}" width="468" height="263" scrolling="no" frameborder="0" allowfullscreen></iframe>
tK3XhCA.png


Usage:
Code:
[MEDIA=ign]destiny-playstation-exclusive-content-trailer[/MEDIA]
 
Top Bottom