Tuesday, October 30, 2012

How To Embed Kindle eBooks Into Your Website

Author: Gagan Masoun
How To Embed Kindle eBooks Into Your Website
Currently bloggers and webmaster have been using pictures and videos (Youtube, Vimeo, Dailymotion etc) to make text content more useful.You can directly embed YouTube videos in your blog or webpage.But, today you will learn how to embed ebook samples into your blog post or webpage easily.

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:
  1. How To Embed The Scoop.It Widget To Your Blog
  2. How To Embed Facebook Videos In Your Blog Or Web Pages

Embed Kindle eBook Demo


How to Embed Kindle Books

If you know about ASIN code of the ebook then you can easily embed it in to our webpage or blog post. This unique code can be easily got on the product page of any Amazon title.

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>
Note: Replace the book’s ASIN code (in this case, B0049U4CCE) and the assoctag value (in this case, blogsdaddy-20) with your own Amazon Associates ID.

Kindle Embeds With IFRAME

<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>
You cane easily change width and height size to ensure that the embedded book fits perfectly into your site’s layout.

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
If you need any help regarding this tutorial, you can ask me via comments.I'm happy to help you.

Author
Author - Gagan Masoun is the owner of Blogs Daddy Blog.Gagan lives in India, has been blogging since 2010 and writing Blogs Daddy Blog since 2011.You can find him in the usual social networks.

0 comments:

Post a Comment