Facebook Share Button on .epub book
Hi.
I'm using this code for adding share button to my ebook (epub):
<div id="fb-share" dir="rtl" style="float:right;">
<a name="fb_share" type="icon_link" share_url="http://www.yetsiot.co.il/"><img alt="fb" class="fb" src="../Images/fb.png" />שתף</a>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share"
type="text/javascript">
</script></div>
It works when opens as a web-page but when using epub-reader (FF, IPhone, Android...) it just show the title but it's not clickable...
Any idea why? And how to fix that?
Thanks,
Oren
|