<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Photo Pingalerie &#187; Greybox</title>
	<atom:link href="http://pingalerie.de/tag/greybox/feed/" rel="self" type="application/rss+xml" />
	<link>http://pingalerie.de</link>
	<description></description>
	<lastBuildDate>Sun, 21 Feb 2010 06:59:16 +0000</lastBuildDate>
	<language>de-de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Greybox Plugin fuer WordPress</title>
		<link>http://pingalerie.de/greybox-plugin-fuer-wordpress/</link>
		<comments>http://pingalerie.de/greybox-plugin-fuer-wordpress/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 20:12:56 +0000</pubDate>
		<dc:creator>photo pingalerie</dc:creator>
				<category><![CDATA[Tipps und Tricks - Photos]]></category>
		<category><![CDATA[Greybox]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[WordPress Plugin]]></category>

		<guid isPermaLink="false">http://pingalerie.de/greybox-plugin-fuer-wordpress/</guid>
		<description><![CDATA[Es gibt f&#252;r mich im Web immer wieder Neues zu entdecken, so zum Beispiel das JavaScript/CSS Skript&#160;Greybox, ein eindrucksvolles PopUp-Fenster der talentierten Art. Greybox erzeugt Popups, die sich gut in den Browser integrieren und nicht nerven. 
Der User muss die Seite nicht verlassen, da sie abgeblendet wird und das PopUp &#8211; Fenster sich nicht irgendwo, [...]]]></description>
			<content:encoded><![CDATA[<p><span style="margin-right:6px;margin-top:5px;float:left;color:white;background:#ACC1BF;border:1px solid #93A5A3;font-size:60px;line-height:53px;padding-top:0px;padding-bottom:4px;padding-right:5px;padding-left:4px;font-family:georgia;">E</span>s gibt f&uuml;r mich im Web immer wieder Neues zu entdecken, so zum Beispiel das JavaScript/CSS Skript&nbsp;<b><a href="http://orangoo.com/labs/GreyBox/" target="_blank" title="Orangoo Labs Greybox" class="extlink" target="_blank">Greybox</a></b>, ein eindrucksvolles PopUp-Fenster der talentierten Art. Greybox erzeugt Popups, die sich gut in den Browser integrieren und nicht nerven. </p>
<p>Der User muss die Seite nicht verlassen, da sie abgeblendet wird und das PopUp &#8211; Fenster sich nicht irgendwo, sondern am oberen Browserrand &ouml;ffnet und dort kleben bleibt. <br />Es k&ouml;nnen ganze Webseiten oder Bilder angezeigt werden. Der Schreiber dieser Greybox gibt zu, dass er von &nbsp;<a href="http://www.huddletogether.com/projects/lightbox2/" target="_blank" title="Lightbox JS" class="extlink" target="_blank"><b>Lightbox JS</b></a> inspiriert wurde. Trotzdem wirkt das ganze nicht abgekupfert.</p>
<p>Die Greybox gibt es als reine JavaScript Variante, sowie als WordPress &#8211; Plugin.</p>
<ul>
<li style="list-style-image:url('http://pingalerie.de/wp-content/themes/alexified/img/liste.png');"><b><a href="http://orangoo.com/labs/GreyBox/Download/" target="_blank" class="downloadlink" title="Download Greybox" class="extlink" target="_blank">Download</a></b> JavaScript Variante von Orangoo Labs &#8211; Greybox<b> </b>(Version 5.3)</li>
<li style="list-style-image:url('http://pingalerie.de/wp-content/themes/alexified/img/liste.png');"><a href="http://www.anieto2k.com/downloads/mirror.php?id=53" target="_blank" class="downloadlink" title="WP - Plugin Greybox" class="extlink" target="_blank"><b>Download</b></a>  WordPress &#8211; Plugin von aNieto2K (Version 2.0)</li>
</ul>
<ul type="square">
</ul>
<p>Ich habe in meine Webseite die JavaScript Variante von Orangoo Labs integriert. Ihr k&ouml;nnt euch am Ende des Artikels einige Beispiele anschauen. </p>
<p><b>Installation</b></p>
<ul>
<li style="list-style-image:url('http://pingalerie.de/wp-content/themes/alexified/img/liste.png');">JavaScript downloaden und entpacken.</li>
<li style="list-style-image:url('http://pingalerie.de/wp-content/themes/alexified/img/liste.png');">Nur den Ordner <b>greybox</b> auf Deinen Webspace hochladen, alle anderen Dateien und Ordner sind Quelldateien oder Dokumentationen.</li>
<li style="list-style-image:url('http://pingalerie.de/wp-content/themes/alexified/img/liste.png');">Anpassung der header.php (siehe folgende Anweisung)</li>
</ul>
<div style="margin-top:5px; margin-right:20px; margin-bottom:20px; margin-left:20px;">
<div class="smallfont" style="margin-bottom:2px;">Schritt 1:</div>
<pre class="alt2" style="margin: 0px; padding: 6px 6px 6px 15px; overflow: auto; width: 500px; height: 85px;"><font color="#858C8F">Zwischen &lt;header&gt;...&lt;/header&gt; foldende Zeilen hinzuf&uuml;gen,
wobei der Pfad absolut sein sollte.</font>

&lt;script type=&quot;text/javascript&quot;&gt;
    var GB_ROOT_DIR = &quot;http://deinewebseite.de/greybox/&quot;;
&lt;/script&gt;</pre>
</div>
<div style="margin-top:5px; margin-right:20px; margin-bottom:20px; margin-left:20px;">
<div class="smallfont" style="margin-bottom:2px;">Schritt 2:</div>
<pre class="alt2" style="margin: 0px; padding: 6px 6px 6px 15px; overflow: auto; width: 500px; height: 110px;"><font color="#858C8F">Jetzt m&uuml;ssen noch folgende Scripte und ein Stylesheet hinzugef&uuml;gt werden.</font>

&lt;script type=&quot;text/javascript&quot; src=&quot;http://deinewebseite.de/greybox/greybox/AJS.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://deinewebseite.de/greybox/greybox/AJS_fx.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://deinewebseite.de/greybox/greybox/gb_scripts.js&quot;&gt;&lt;/script&gt;
&lt;link href=&quot;http://deinewebseite.de/greybox/greybox/gb_styles.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;</pre>
</div>
<table align="center" cellpadding="0" cellspacing="0" width="500">
<tr>
<td width="500">
<p><b>Beispiel 1:</b></p>
</td>
</tr>
<tr>
<td width="500">
<p>Laden einer Webseite im PopUpFenster &#8211; zentriert unter Angabe der Breite und H&ouml;he.</p>
<p>Versuche den Link: <a href="http://de.yahoo.com/" title="Yahoo in the box" rel="gb_page_center[800, 600]" class="internlink" class="extlink" target="_blank"><b>Yahoo in der Greybox 800 x 600</b></a></p>
</td>
</tr>
</table>
<div style="margin-top:5px; margin-right:20px; margin-bottom:20px; margin-left:20px;">
<div class="smallfont" style="margin-bottom:2px;">Beispiel Code:</div>
<pre class="alt2" style="margin: 0px; padding: 26px 6px 6px 15px; overflow: auto; width: 500px; height: 55px;">&lt;a href=&quot;http://de.yahoo.com/&quot; title=&quot;Yahoo in the box&quot; rel=&quot;gb_page_center[800, 600]&quot;&gt;&lt;b&gt;Yahoo in der Greybox 800 x 600&lt;/b&gt;&lt;/a&gt;</pre>
</div>
<p>&nbsp;</p>
<table align="center" cellpadding="0" cellspacing="0" width="500">
<tr>
<td width="500">
<p><b>Beispiel 2:</b></p>
</td>
</tr>
<tr>
<td width="500">
<p>Laden einer Webseite im PopUpFenster (FullScreen-Modus)</p>
<p>Versuche den Link: <a href="http://google.com/" title="Google" rel="gb_page_fs[]" class="internlink" class="extlink" target="_blank"><b>Google.com</b></a></p>
</td>
</tr>
</table>
<div style="margin-top:5px; margin-right:20px; margin-bottom:20px; margin-left:20px;">
<div class="smallfont" style="margin-bottom:2px;">Beispiel Code:</div>
<pre class="alt2" style="margin: 0px; padding: 26px 6px 6px 15px; overflow: auto; width: 500px; height: 55px;">&lt;a href=&quot;http://google.com/&quot; title=&quot;Google&quot; rel=&quot;gb_page_fs[]&quot;&gt;Google.com&lt;/a&gt;</pre>
</div>
<p>&nbsp;</p>
<table align="center" cellpadding="0" cellspacing="0" width="500">
<tr>
<td width="500">
<p><b>Beispiel 3:</b></p>
</td>
</tr>
<tr>
<td width="500">
<p>Laden mehrere Webseiten (Set) im anderen Layout (FullScreen-Modus)</p>
<p>Versuche den Link: <script>
var page_set = [{'caption': 'Google', 'url': 'http://google.com/'},
    {'caption': 'WordPress Deutschland', 'url': 'http://wordpress-deutschland.org/'}];
</script> <a href="#" onclick="return GB_showFullScreenSet(page_set, 1)" class="internlink">Zeige die erste Seite von zwei</a>
        </p>
</td>
</tr>
</table>
<div style="margin-top:5px; margin-right:20px; margin-bottom:20px; margin-left:20px;">
<div class="smallfont" style="margin-bottom:2px;">Beispiel Code:</div>
<pre class="alt2" style="margin: 0px; padding: 6px 6px 6px 15px; overflow: auto; width: 500px; height: 100px;">&lt;script&gt;
var page_set = [{'caption': 'Google', 'url': 'http://google.com/'},
    {'caption': 'WordPress Deutschland', 'url': 'http://wordpress-deutschland.org/'}];
&lt;/script&gt;
&lt;a href=&quot;#&quot; onclick=&quot;return GB_showFullScreenSet(page_set, 1)&quot;&gt;Zeige die erste Seite von zwei&lt;/a&gt;</pre>
</div>
<p>&nbsp;</p>
<table align="center" cellpadding="0" cellspacing="0" width="500">
<tr>
<td width="500">
<p><b>Beispiel 4:</b></p>
</td>
</tr>
<tr>
<td width="500">
<p>Laden eines Bildes im PopUp &#8211; Fenster (habe die Formate: jpg, png und gif getestet).<br />Klicke auf das Bild:</p>
<p align="center"> <a href="http://pingalerie.de/blogbilder/blogdesk/lightbox_beispiele/002.jpg" title="Donald Duck" rel="gb_image[]"><img src="http://pingalerie.de/blogbilder/blogdesk/lightbox_beispiele/tn_002.jpg" border="0"/></a></p>
</td>
</tr>
</table>
<div style="margin-top:5px; margin-right:20px; margin-bottom:20px; margin-left:20px;">
<div class="smallfont" style="margin-bottom:2px;">Beispiel Code:</div>
<pre class="alt2" style="margin: 0px; padding: 26px 6px 6px 15px; overflow: auto; width: 500px; height: 55px;">&lt;a href=&quot;http://deinewebsite/bild_gross.jpg&quot; title=&quot;Titel&quot; rel=&quot;gb_image[]&quot;&gt;&lt;img src=&quot;http://deinewebsite/bild_klein.jpg&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;</pre>
</div>
<p>&nbsp;</p>
<table align="center" cellpadding="0" cellspacing="0" width="500">
<tr>
<td width="500">
<p><b>Beispiel 5:</b></p>
</td>
</tr>
<tr>
<td width="500">
<p>Laden mehrerer Bilder (Set).<br />Klicke auf das Bild:</p>
<p align="center"> <script>
var image_set = [{'caption': 'Mickey Mouse', 'url': 'http://pingalerie.de/blogbilder/blogdesk/lightbox_beispiele/004.jpg'},
{'caption': 'Goofy', 'url': 'http://pingalerie.de/blogbilder/blogdesk/lightbox_beispiele/003.jpg'},
{'caption': 'Donald Duck', 'url': 'http://pingalerie.de/blogbilder/blogdesk/lightbox_beispiele/002.jpg'},
    {'caption': 'Barney', 'url': 'http://pingalerie.de/blogbilder/blogdesk/lightbox_beispiele/001.jpg'}];
</script><br />
<a href="#" onclick="return GB_showImageSet(image_set, 1)"><img src="http://pingalerie.de/blogbilder/blogdesk/lightbox_beispiele/tn_004.jpg" border="0"/></a></p>
</td>
</tr>
</table>
<div style="margin-top:5px; margin-right:20px; margin-bottom:20px; margin-left:20px;">
<div class="smallfont" style="margin-bottom:2px;">Beispiel Code:</div>
<pre class="alt2" style="margin: 0px; padding: 6px 6px 6px 15px; overflow: auto; width: 500px; height: 120px;">&lt;script&gt;
var image_set = [{'caption': 'Titel 1', 'url': 'http://deinewebsite/bild_01_gross.jpg'},
{'caption': 'Titel 2', 'url': 'http://deinewebsite/bild_02_gross.jpg'},
{'caption': 'Titel 3', 'url': 'http://deinewebsite/bild_03_gross.jpg'},
{'caption': 'Titel 4', 'url': 'http://deinewebsite/bild_04_gross.jpg'}];
&lt;/script&gt;
&lt;a href=&quot;#&quot; onclick=&quot;return GB_showImageSet(image_set, 1)&quot;&gt;&lt;img src=&quot;http://deinewebsite/bild_01_klein.jpg&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;</pre>
</div>
<p>&nbsp;</p>
<p><b>Greybox bietet folgende Funktionen:</b></p>
<p><b>GB_show </b>(Untertitel, URL, H&ouml;he, Breite, callback_fn)<br />Zeigt ein normales GreyBox Fenster.</p>
<ul type="square">
<li>Untertitel: Der Untertitel des Fensters.</li>
<li>URL: URL einer Web site, die du in GreyBox anzeigen m&ouml;chtest.</li>
<li>H&ouml;he, Breite: Die Gr&ouml;&szlig;e des Fensters.</li>
<li>callback_fn: Eine Funktion, die benannt wird, um das GreyBox Fenster zu schlie&szlig;en.</li>
</ul>
<p><b>GB_showFullScreen</b> (Untertitel, URL, callback_fn)<br /> GreyBox Fenster &#8216;fullscreen&#8217;.</p>
<ul type="square">
<li>Untertitel: Der Untertitel des Fensters.</li>
<li>URL: URL einer Web site, die du in GreyBox anzeigen m&ouml;chtest</li>
<li>callback_fn: Eine Funktion, die benannt wird, um das GreyBox Fenster zu schlie&szlig;en.</li>
</ul>
<p><b>GB_showImage</b> (Untertitel, URL)<br />Ein Bild in GreyBox zeigen.</p>
<ul type="square">
<li>Untertitel: Der Untertitel des Fensters.</li>
<li>URL: URL einer Web site, die du in GreyBox anzeigen m&ouml;chtest.</li>
</ul>
<div style="clear:both;"></div>
<p><strong>Weitere interessante Artikel:</strong>
<ul class="similar-posts">
<dt><a href="http://pingalerie.de/mit-shadowboxjs-lassen-sich-nahezu-alle-dateien-inline-anzeigen/" rel="bookmark" title="15. April 2009">Mit Shadowbox.js lassen sich nahezu alle Dateien inline anzeigen</a><br /> Bisher habe ich bei der Anzeige von Bilder auf das Lightbox2 Javascript by Lokesh Dhakar gesetzt. Lief auch gro&szlig;artig, bis ich f&uuml;r eine &uuml;bersichtliche &#8230; </dt>
<dt><a href="http://pingalerie.de/photos-oder-bilder-mit-lightbox-anschaulicher-darstellen-anleitung/" rel="bookmark" title="23. Januar 2007">Photos oder Bilder mit Lightbox anschaulicher darstellen &#8211; Anleitung</a><br /> Sowohl mit dem Greybox &#8211; Plugin, als auch mit dem Java Script Lightbox, kann man auf &nbsp;eine sch&ouml;ne Art, Bilder und Photos anschaulicher darstellen &#8230; </dt>
<dt><a href="http://pingalerie.de/wordpress-plugin-shadowbox-js-auf-version-3-0-0-0-aktualisiert/" rel="bookmark" title="16. Juni 2009">WordPress Plugin Shadowbox JS auf Version 3.0.0.0 aktualisiert</a><br /> In diesem Beitrag habe ich euch das WordPress Plugin Shadowbox JS vorgestellt, jetzt wurde es auf Version 3.0.0.0 aktualisiert. Was hat sich ge&auml;ndert? &#8230; </dt>
</ul>
<p><!-- Similar Posts took 5.978 ms --></p>
<hr />
<p><small>©  <a href="http://pingalerie.de">Photo Pingalerie</a>, 2006.     |   <a href="http://pingalerie.de/greybox-plugin-fuer-wordpress/">Permalink</a>    |   
ARTIKEL TAGS:  <a href="http://pingalerie.de/tag/greybox/" rel="tag">Greybox</a>, <a href="http://pingalerie.de/tag/javascript/" rel="tag">Javascript</a>, <a href="http://pingalerie.de/tag/wordpress-plugin/" rel="tag">WordPress Plugin</a><br/>
</small></p>
<p><small><img src="http://pingalerie.de/blogbilder/rss-feed1.png" alt="Feed Icon" width="34" height="34"></a>DANKE FÜR DAS ABONNIEREN MEINES <strong><a target="_blank" href="http://pingalerie.de/feed/">  FEED </a></strong>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://pingalerie.de/greybox-plugin-fuer-wordpress/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
	</channel>
</rss>

