Amazon had made it possible to embed ebook samples from Kindle into any web page. You simply had to go to the page on Amazon for the ebook and there would be a attractive button for you to click on it.
Recommend For You:
Embed Kindle eBook Demo
How to Embed Kindle Books
Kindle Embeds With JavaScript
<div id='Kindle-Reader'></div><script type='text/javascript'src='http://kindleweb.s3.amazonaws.com/app/KindleReader-min.js'></script><script>KindleReader.LoadSample({containerID: 'Kindle-Reader', width: '600', height: '800',asin: 'B0049U4CCE',assoctag: 'blogsdaddy-20'});</script>
Kindle Embeds With IFRAME
You cane easily change width and height size to ensure that the embedded book fits perfectly into your site’s layout.<iframe height="800" width="600" frameborder="0" src="http://kindleweb.s3.amazonaws.com/app/1.0.11.053.093655/KindleReaderApp.html?asin=B0049U4CCE&assoctag=blogsdaddy-20"></iframe>
With Direct Link (Extra Tip)
If you don't want to embed the ebook in your blog post or webpage then you can give direct link to the post, just use the following link (replace the ASIN value):http://kindleweb.s3.amazonaws.com/content/B004W2UBYW/gz_sample.html
0 comments:
Post a Comment