MyBB Hacks

Full Version: YouTube Video Gallery
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
You seem to need help with everything.  Are you even replying to the correct thread?
I finally installed a you tube gallery set up on my board (I used the flowplayer layout but with youtube urls) and one of my users complained she could not see the videos on her iPhone. This is because iPhone does not have native support for Flash. Rather than telling her to hack her phone I did some investigating and this url works as well in the showthread and she can now see the videos on her phone:

Code:
			<div align="center">
<iframe width="425" height="350" src="http://www.youtube.com/embed/{$GLOBALS['threadfields']['ytvgalid']}" frameborder="0"></iframe>
            		</div>


Yes, its a yucky iFrame. But at least ALL my users can see the vids.

I believe Youtube is pushing the Iframe method, possibly because of this reason (and maybe for some other HTML5 experimentation that they're doing with WebM).
Thanks for the tip.
Got a problem. Everything is going fine but it seems to copy the comment twice one without anything in it just a plain box and the other with the comment in it.
Does this do it for every comment?
You may have a bit of a template/HTML issue - some example code may help.
I could provide you with a test account and access to the forum which I have it set up if that will help.
Your forum URL?
Sorry for the late reply. http://chatsource.net
I think you really need to point to an URL with the actual Youtube Video Gallery.  I can't see any obvious forum there that indicates which one is your gallery.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Reference URL's