noch zu tun: Script in header.php kopieren
Wozu?
- Showing product information
- Admin sections …Showing images
- Showing a video or a flash animation
- Showing internal pages (login, user preference, properties, contact formulas etc.)
- AJAX uploading of files
- Showing external pages
Beispiel-1: Zeigt andere (Web-)Seite im kleinen Fenster an
Beispiel-2 : Website gallery
Dokumentation
Installationsanweisung:
1-Schritt:
entweder code ingesamt in header php einfügen oder wie hier über “Add Your own header”:
<script type=”text/javascript”> var GB_ROOT_DIR = “http://tpr-blog.ifweb.de/wp-includes/js/greybox/”;</script>2-Schritt:
Im jeweiligen link anzufügen:
<a href=”http://google.com/” title=”Google” rel=”gb_page_fs[]”> Launch google.com in fullscreen window</a>
oder
<a href=”http://google.com/” title=”Google” rel=”gb_page_center[500, 500]”> Launch google.com in small window</a>Mehr unter: http://orangoo.com/labs/GreyBox/
