Kreator podglądu
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Kreator podglądu został zaprojektowany tak, aby umożliwić szybkie, łatwe i niezawodne integrowanie podglądów z witryną. Możesz umieścić w witrynie przeglądarkę książek, link do Book Search, a nawet dodać do witryny „wyskakujące okienko” z podglądem – wystarczy wygenerować kod i wkleić go na stronie. Możesz też dostosować ten kod, używając kilku prostych funkcji JavaScriptu.
Kreator podglądu to prosta biblioteka, którą stworzyliśmy na bazie interfejsów API Dynamic Links i Embedded Wyświetlający. Jeśli jesteś zaawansowanym programistą i szukasz spersonalizowanej integracji, zastanów się nad użyciem bezpośrednio bazowych interfejsów API.
Generowanie kodu podglądu
Przykłady wygenerowanych podglądów
Poniższe przykłady zostały wygenerowane za pomocą kreatora podglądu.
Dostosuj kod
Oprócz korzystania z powyższego kreatora możesz też bezpośrednio wywoływać niektóre proste funkcje JavaScriptu jako „pomocnicze”. W tym celu musisz najpierw załadować bibliotekę kreatora podglądu. Aby to zrobić, dodaj na swojej stronie ten tag w sekcji <head>
:
<script type="text/javascript" src="https://books.google.com/books/previewlib.js"></script>
Po załadowaniu biblioteki podglądu możesz wywoływać dowolne z poniższych funkcji z poziomu tagów <script>
w obiekcie <body>
dokumentu. Jeśli na przykład chcesz wstawić przycisk „Podgląd Google”, musisz umieścić kod służący do tego celu w elemencie <script>
w wybranym miejscu na stronie.
GBS_setLanguage
GBS_setLanguage(languageCode)
Zmienia język przycisków lub tekstu dodanego po wywołaniu tej funkcji. Dotyczy to języka przycisku „Podgląd Google”, języka interfejsu umieszczonego podglądu itd.
Parametry:
string languageCode
– wymagany kod języka RFC 3066 (domyślnie „en” w przypadku języka angielskiego). Obecnie obsługiwane kody języków to: hy, bg, ca, zh-CN, zh-TW, hr, cs, da, nl, en, fil, fi, fr, de, el, hi, hu, is, id, in, it, ja, ko, lv, lt, no, pl, pt-BR, pt-ru, pt-PT,
GBS_setViewerOptions
GBS_setViewerOptions(optionObj)
GBS_setCobrandName
GBS_setCobrandName(cobrandName)
Ta funkcja jest przeznaczona do użytku przez wydawców w programie partnerskim. Ta funkcja ustawia witrynę Wyszukiwanie pod wspólną marką, która będzie używana do wstawiania dowolnych linków podglądu do Book Search. Wywołanie tej funkcji przed wstawieniem przycisku powoduje, że użytkownicy widzą logo partnera nad podglądami w programie Book Search.
GBS_insertEmbeddedViewer
GBS_insertEmbeddedViewer(identifier, opt_width, opt_height)
Wstawia podgląd osadzonej książki wszędzie tam, gdzie wywoływana jest ta funkcja. Jeśli podgląd jest niedostępny, nie wyświetla się żadna przeglądarka.
Parametry:
Number opt_width
– żądana szerokość przeglądarki (w pikselach).
Number opt_height
– żądana wysokość przeglądarki (w pikselach).
GBS_insertPreviewButtonPopup(identifiers)
Jeśli podgląd książki jest dostępny, ta funkcja tworzy przycisk „Podgląd Google”. Kliknięcie tego przycisku powoduje otwarcie pływającego okna podglądu bezpośrednio w górnej części strony. Jeśli podgląd jest niedostępny, przycisk nie jest widoczny.
Bardziej zaawansowani programiści mogą zainteresować się interfejsem Embedded Wyświetlający API, którego ta funkcja używa wewnętrznie.
Parametry:
string, Array identifier
– adres URL podglądu lub identyfikator książki, np. numer ISBN, OCLC lub LCCN. Zobacz Format żądania linków dynamicznych. Jeśli znasz kilka alternatywnych identyfikatorów książki, możesz przekazać ich tablicę. Przycisk pojawi się, jeśli dla któregoś z nich dostępny będzie podgląd.
GBS_insertPreviewButtonLink(identifiers, opt_options)
Jeśli podgląd książki jest dostępny, funkcja ta tworzy przycisk „Podgląd w Google”, który prowadzi do strony podglądu książki. Domyślnie ten link prowadzi do podglądu w Książkach Google, ale możesz też:
- do adresu URL w Twojej witrynie (który powinien z kolei zawierać umieszczoną przeglądarkę). Możesz to zrobić, przekazując opcjonalną opcję
alternativeUrl
.
- do wersji strony podglądu książki pod wspólną marką, jeśli przed tą funkcją wywoływana jest funkcja GBS_setCobrandName.
Jeśli podgląd nie jest dostępny dla użytkownika, na stronie nie będzie wyświetlany żaden przycisk.
Parametry:
string, Array identifier
– adres URL podglądu lub identyfikator książki, np. numer ISBN, OCLC lub LCCN. Zobacz Format żądania linków dynamicznych. Jeśli znasz kilka alternatywnych identyfikatorów książki, możesz przekazać ich tablicę. Przycisk pojawi się, jeśli dla któregoś z nich dostępny będzie podgląd.
Object opt_options
– opcjonalny – mapa nazwa-wartość używana do konfigurowania działania przycisku. Obecnie obsługiwana jest 1 opcja: alternativeUrl
. Jeśli na przykład przycisk podglądu Google ma zawierać link do niestandardowej strony podglądu w Twojej witrynie, po prostu przekaż do GBS_insertPreviewButtonLink
ten argument jako drugi argument:
{ 'alternativeUrl' : 'http://yoursite.com/your-preview-page' }
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-06-28 UTC.
[null,null,["Ostatnia aktualizacja: 2024-06-28 UTC."],[],[],null,["# Preview Wizard\n\nThe Preview Wizard is designed to let you quickly, easily, and reliably integrate previews with your site. You can embed a book viewer, link to Book Search, or even add a preview \"popup\" window to your site---all you need to do is [generate the code](#generateCode) and paste it onto your page. You can also [customize this code](#customizeYourCode) using some simple JavaScript functions.\n\nThe Preview Wizard is a simple convenience library we built on top of our [Dynamic Links](/books/docs/dynamic-links) and [Embedded Viewer](/books/docs/viewer/developers_guide) APIs. If you're an advanced developer looking for customized integration, consider\nusing the underlying APIs directly.\n\nGenerate your preview code\n--------------------------\n\n#### Enter book identifiers\n\nTell us all the ISBNs or other identifiers you know of for this book. If we can find a preview associated with any of these numbers, we can make it available to your site's users:\n\n|--------------------------------------|---|\n| ISBN OCLC number LCCN Book Search ID | |\n| ISBN OCLC number LCCN Book Search ID | |\n| ISBN OCLC number LCCN Book Search ID | |\n\n[Enter more identifiers...](about:invalid#zGoSafez)\n\n#### Choose how to show the book preview\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| If a preview is available for this book, what should the user see on your page? |---|------------------------------------------------------------------------| | | An embedded book viewer. Viewer size: pixels wide, pixels high | | | A button that opens a floating book viewer. | | | A button that links to the book's preview page on Book Search. | | | A button that goes to a custom preview page on your site. Preview URL: | If no preview can be found for the specified book(s), the preview or button will be automatically disabled and nothing will appear. | |\n\n#### Select your language\n\nChinese (Simplified) Chinese (Traditional) Dutch English French German Italian Japanese Portuguese (Brazilian) Russian Spanish\n\n#### Generate code for your web page\n\nExamples of generated previews\n------------------------------\n\nThe following examples were generated using the Preview Wizard.\n\n- [previewwizard-embed](/books/examples/previewwizard-embed): Embeds a book viewer on the page.\n- [previewwizard-popup](/books/examples/previewwizard-popup): Adds a button that can be clicked to open a floating preview over the page.\n- [previewwizard-linktogbs](/books/examples/previewwizard-linktogbs): Inserts a button that links to the preview on the Book Search site.\n- [previewwizard-customurl](/books/examples/previewwizard-customurl): Shows a button that goes to a specific URL.\n\nCustomize your code\n-------------------\n\nIn addition to using the wizard above, you can call some simple JavaScript \"helper\" functions directly. To do this, you should first load the Preview Wizard library. One way to do this is by adding the following tag to the `\u003chead\u003e` section of your page: \n\n```\n\u003cscript type=\"text/javascript\" src=\"https://books.google.com/books/previewlib.js\"\u003e\u003c/script\u003e\n```\n\nHaving loaded the preview library, you can then call any of the following functions from within `\u003cscript\u003e` tags inside your document's `\u003cbody\u003e`. For example, if you'd like to insert the \"Google Preview\" button, you'd put the code to do so in a `<script\u003e` element at the button's desired position within the page.\n\n### GBS_setLanguage\n\n```\nGBS_setLanguage(languageCode)\n```\n\nChanges the language of any buttons or text added after this function is called. This includes the language of the \"Google Preview\" button, the interface language of the embedded preview, and so on.\n\n\u003c!-- --\u003e\n\n**Parameters:** *string*` languageCode ` - The desired RFC 3066 language code (default is 'en' for English). Currently supported language codes include hy, bg, ca, zh-CN, zh-TW, hr, cs, da, nl, en, fil, fi, fr, de, el, hi, hu, is, id, in, it, ja, ko, lv, lt, no, pl, pt-BR, pt-PT, ro, ru, sr, sk, sl, es, sv, th, tr, uk, and vi.\n\n### GBS_setViewerOptions\n\n```\nGBS_setViewerOptions(optionObj)\n```\n\n**Parameters:** *Object*` optionsObj ` - A set of key-value pairs passed to the Embedded Viewer API's [DefaultViewer constructor](/books/docs/viewer/reference#google.books.DefaultViewer). Typically, this is used for advanced customizations.\n\n### GBS_setCobrandName\n\n```\nGBS_setCobrandName(cobrandName)\n```\n\nIntended for use by publishers in the [Partner Program](https://books.google.com/partner), this function sets the [Co-Branded Search](https://books.google.com/support/partner/bin/answer.py?hl=en&answer=65113) site to be used when inserting any preview links to Book Search. Calling this function before inserting a button ensures that users see the partner's logo above the Book Search previews.\n\n\u003c!-- --\u003e\n\n**Parameters:** *string*` cobrandName ` - The cobrand name to be added to any Book Search URLs. This is typically what comes after `/p/` in existing Co-Branded Search preview URLs.\n- For example, setting the value to `sup` will send the user to links like \n `https://books.google.com/books/p/sup?id=Q8ysL64pM54C&printsec=frontcover` \n rather than the default \n `https://books.google.com/books?id=Q8ysL64pM54C&printsec=frontcover`\n\n### GBS_insertEmbeddedViewer\n\n```\nGBS_insertEmbeddedViewer(identifier, opt_width, opt_height)\n```\n\nInserts an embedded book preview wherever this function is called. If the preview is unavailable, no viewer is shown.\n\n\u003c!-- --\u003e\n\n**Parameters:** *string*` identifier ` - A preview URL or book identifier such as an ISBN, OCLC, or LCCN number. See [Dynamic Links request format](/books/docs/dynamic-links#requestFormat).\n\u003c!-- --\u003e\n\n*Number*` opt_width ` - The desired width of the viewer, in pixels.\n\u003c!-- --\u003e\n\n*Number*` opt_height ` - The desired height of the viewer, in pixels.\n\n### GBS_insertPreviewButtonPopup\n\n```\nGBS_insertPreviewButtonPopup(identifiers)\n```\n\nIf the book preview is available, this function writes out a \"Google Preview\" button. Clicking this button opens a \"floating preview window\" right on top of your page. If no preview is available, the button is not drawn.\n- More sophisticated developers may be interested in the [Embedded Viewer API](/books/docs/viewer/developers_guide), which this function uses internally.\n\n\u003c!-- --\u003e\n\n**Parameters:** *string, Array*` identifier ` - A preview URL or book identifier such as an ISBN, OCLC, or LCCN number. See [Dynamic Links request format](/books/docs/dynamic-links#requestFormat). If you know of several alternative identifiers for the book, you can pass an array of these identifiers, and the button will appear if a preview is available for any one of them.\n\n### GBS_insertPreviewButtonLink\n\n```\nGBS_insertPreviewButtonLink(identifiers, opt_options)\n```\n\nIf the book preview is available, this function writes out a \"Google Preview\" button that simply links off to a preview page for the book. By default, this links to the preview on Google Books, but you can also:\n- link to a URL on your site (which should, in turn contain an embedded viewer). You can do this by passing an optional `alternativeUrl` option.\n- link to a Co-Branded version of the book preview page, if [GBS_setCobrandName](#GBS_setCobrandName) is called before this function.\nIf no preview is available to the user, no button is drawn onto the page.\n\n\u003c!-- --\u003e\n\n**Parameters:** *string, Array*` identifier ` - A preview URL or book identifier such as an ISBN, OCLC, or LCCN number. See [Dynamic Links request format](/books/docs/dynamic-links#requestFormat). If you know of several alternative identifiers for the book, you can pass an array of these identifiers, and the button will appear if a preview is available for any one of them.\n\u003c!-- --\u003e\n\n*Object*` opt_options ` - *optional* - A name-value map used to configure the behavior of the button. Currently one option is supported: `alternativeUrl`. For example, to have the Google Preview button link to a custom preview page on your site, simply pass the following as a second argument to `GBS_insertPreviewButtonLink`: \n` { 'alternativeUrl' : 'http://yoursite.com/your-preview-page' } `"]]