Thema
:
MediaWiki HTML/Javascript
Einzelnen Beitrag anzeigen
12.10.10, 06:53
#
2
Mr_Braun
abcdefgh
Registriert seit: Oct 2008
Ort: Ziegengehege
Beiträge: 2.646
Bedankt: 2.533
Du brauchst doch im Grunde genommen den Inhalt der Indexdatei der Videogallerie als HTML-Code direkt in deine Index von Mediawiki einuzubinden.
Was daran so schwer?
Sprich:
In die Headzeile
[HTML]<head>
<title>VideoLightBox Gallery generated by VideoLightBox.com</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="keywords" content="Video LightBox, LightBox, Video Gallery, jQuery Video Popup, jQuery Thickbox Video" />
<meta name="des*****ion" content="VideoLightBox Gallery created with Video LightBox, a free wizard program that helps you easily generate beautiful Lightbox-style web video galleries" />
<link rel="shortcut icon" href="favicon.ico" />
<!-- Start VideoLightBox.com HEAD section -->
<link rel="stylesheet" href="engine/css/videolightbox.css" type="text/css" />
<style type="text/css">#videogallery a#videolb{display:none}</style>
<link rel="stylesheet" type="text/css" href="engine/css/overlay-minimal.css"/>
<s***** src="engine/js/jquery.tools.min.js" type="text/javas*****"></s*****>
<s***** src="engine/js/swfobject.js" type="text/javas*****"></s*****>
<!-- make all links with the 'rel' attribute open overlays -->
<s***** src="engine/js/videolightbox.js" type="text/javas*****"></s*****>
<!-- End VideoLightBox.com HEAD section -->
</head>[/HTML]
In die Bodyzeile
[HTML]<body bgcolor="#ece9d8">
<!-- Start VideoLightBox.com BODY section -->
<s***** type="text/javas*****">
function onYouTubePlayerReady(playerId) {
ytplayer = document.getElementById("video_overlay");
ytplayer.setVolume(100);
}
</s*****>
<div id="videogallery">
<a rel="#voverlay" href="http://www.youtube.com/v/W4_6z_U5ttI?autoplay=1&rel=0&enablejsapi=1&playera piid=ytplayer" title="Linkin Park - Numb [Deutsch][Official Video][HD]"><img src="data/thumbnails/0.png" alt="Linkin Park - Numb [Deutsch][Official Video][HD]" /><span></span></a><a id="videolb" href="http://videolightbox.com">jQuery Embed Video by VideoLightBox.com v1.9</a>
</div>
<!-- End VideoLightBox.com BODY section -->
</body>[/HTML]
Mr_Braun
Öffentliches Profil ansehen
Eine Private Nachricht an Mr_Braun schicken
Mehr Beiträge von Mr_Braun finden