Widget:Google Books: Difference between revisions

From Cornelis Drebbel
Jump to navigation Jump to search
No edit summary
No edit summary
 
(57 intermediate revisions by the same user not shown)
Line 6: Line 6:
== Using this widget ==
== Using this widget ==
For information on how to use this widget, see [https://www.mediawikiwidgets.org/Google_Books widget description page on MediaWikiWidgets.org].
For information on how to use this widget, see [https://www.mediawikiwidgets.org/Google_Books widget description page on MediaWikiWidgets.org].
</noinclude>
 
== Copy to your site ==
== Copy to your site ==
To use this widget on your site, just install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''.
To use this widget on your site, just install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''.
 
</noinclude>


<includeonly>
<includeonly>
<script type="text/javascript" src="//books.google.com/books/previewlib.js">
<script type="text/javascript" src="//books.google.com/books/previewlib.js">
</script>
</script>
<script type="text/javascript">
<script type="text/javascript">
GBS_insertEmbeddedViewer('ob9mAAAAcAAJ',500,800);
width=<!--{$width|escape:'html'|default:'600'}-->;
height=<!--{$height|escape:'html'|default:'500'}-->;
var welk='<!--{$id}-->';
GBS_insertEmbeddedViewer(welk,width,height);
</script>
</script>
</includeonly>
</includeonly>

Latest revision as of 18:53, 15 August 2020

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 the full source code of this page to your wiki as page Widget:Google Books.