Google Books: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Admin (Diskussion | Beiträge) K (Die Seite wurde neu angelegt: „{{#widget:{{PAGENAME}} |id=Q8ysL64pM54C |height=750 |width=450}}“) |
Admin (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
{{ | <noinclude>__NOTOC__ | ||
|id= | This widget allows you to embed '''[http://code.google.com/apis/books/docs/preview-wizard.html Google Books]''' on your wiki page. | ||
| | Created by [http://www.mediawikiwidgets.org/User:Arv Arv] | ||
== Using this widget == | |||
For information on how to use this widget, see [http://www.mediawikiwidgets.org/Google_Books widget description page on MediaWikiWidgets.org]. | |||
== Copy to your site == | |||
To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article. | |||
</noinclude><includeonly><!--{counter name="bookDivID" assign="bookDivID"}--><div id="viewerCanvas<!--{$bookDivID|escape:'html'}-->" style="width: <!--{$width|escape:'html'|default:'600'}-->px; height: <!--{$height|escape:'html'|default:500}-->px"></div> | |||
<!--{if $bookDivID == 1}--><script type="text/javascript" src="http://www.google.com/jsapi"></script> | |||
<script type="text/javascript"> | |||
var widgetbooks = []; | |||
var bookwidgetloaded = false; | |||
var showbooks = function() { | |||
if (!bookwidgetloaded) { return; } | |||
for(var i=0; i<widgetbooks.length; i++) { | |||
var widget = widgetbooks[i]; | |||
var viewer = new google.books.DefaultViewer(document.getElementById(widget.element)); | |||
viewer.load(widget.id); | |||
} | |||
}; | |||
google.setOnLoadCallback(function() { | |||
bookwidgetloaded = true; | |||
showbooks(); | |||
}); | |||
google.load("books", "0"); | |||
</script> | |||
<!--{/if}--><script type="text/javascript"> | |||
widgetbooks[widgetbooks.length] = { element: 'viewerCanvas<!--{$bookDivID|escape:'quotes'}-->', id: '<!--{$id|escape:'quotes'}-->' }; | |||
showbooks(); | |||
</script></includeonly> |
Version vom 4. August 2010, 21:52 Uhr
This widget allows you to embed Google Books on your wiki page.
Created by Arv
Using this widget
For information on how to use this widget, see widget description page on MediaWikiWidgets.org.
Copy to your site
To use this widget on your site, just install MediaWiki Widgets extension and copy full source code of this page to your wiki as Google Books article.