Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Google Books Embedded Viewer API Example

<!DOCTYPE html "-//W3C//DTD XHTML 1.0 Strict//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml">  <head>    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>    <title>Google Books Embedded Viewer API Example</title>    <script type="text/javascript" src="https://www.google.com/books/jsapi.js"></script>    <script type="text/javascript">      google.books.load();      function initialize() {        var viewer = new google.books.DefaultViewer(document.getElementById('viewerCanvas'));        viewer.load('ISBN:0738531367');      }      google.books.setOnLoadCallback(initialize);    </script>  </head>  <body>    <div id="viewerCanvas" style="width: 600px; height: 500px"></div>  </body></html>
Comment

PREVIOUS NEXT
Code Example
Html :: how to html in chromebook 
Html :: do not translate page html 
Html :: dijit/form/Textarea 
Html :: html.getenumselectlist display name 
Html :: Make Input Group Responsive Input Append (Search And Dropdown With Buttons) 
Html :: font-awesome - cdnjs.com - The best FOSS CDN for web 
Html :: html5 tutorial 
Html :: <model-view in html tag 
Html :: render partial view to html string dotnet core 
Html :: html setup 
Html :: hide phpsessid wordpress plugin 
Html :: <pre; html tag that preserves spacing 
Html :: html insert link text with hover color 
Html :: python split html header 
Html :: js twice button click 
Html :: how to use a text area for a model kendo mvc 
Html :: mdboostrap lazy loading 
Html :: bootstrap 4 vertical tabs responsive 
Html :: how to add particle.js jquery 
Html :: sample html code for homepage 
Html :: unsplash source 
Html :: format html vscode 
Html :: postcss minify 
Css :: css placeholder font size 
Css :: remove styles button 
Css :: last second css 
Css :: rotate image html 
Css :: center div css 
Css :: table overflow scroll horizontal css 
Css :: how to prevent text from breaking css 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =