Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
JQmedia
JQmedia
0
Comments
I tested a post here
Any ideas?
I installed without jquery. On realising, I uninstalled the extention and installed jquery. Then I re-enabled jqmedia. Tried another test post but doesnt seem to have worked.
Anyone knw what might have happened?
JQ extensions are sensitive to the order of activation with some other extensions. We can check this from your forum HTML headers quickly (if you include a link...) and make sure that this simple solution isn't all that's needed.
A link directly to a post that isn't working as expected is even better!
1. Why is there an enormous gap after the video (see here) ?
2. Is it possible to add a video (using above method) AND a simple link to a page in YouTube?
I only ask because when I added a link to a user page (i.e. not a video) the add-on tried to return a video and got locked in an infinite loop.
Cheers...
What's happening?
Line 66 from
$VideoScript = '<script>$(document).ready(function(){';
To$VideoScript = '<script type="text/javascript">(function($) { $(document).ready(function(){';
And line 78 from
$VideoScript .= '});</script>';
To$VideoScript .= '});})(jQuery)</script>';
<html> <head> <script src="prototype.js"></script> <script src="jquery.js"></script> <script> jQuery.noConflict(); // Put all your code in your document ready area jQuery(document).ready(function($){ // Do jQuery stuff using $ $("div").hide(); }); // Use Prototype with $(...), etc. $('someid').style.display = 'none'; </script> </head> <body></body> </html>
one should be a video but the other should not.
btw this extension is artificially limited to only work in comments
show me the url where the infinite loop occurs
http://younggogetter.com/forum/discussion/1495/testing-video-embed/
JQuery 1.1.3 and JQMedia 0.2 are both enabled.