I'm attempting to integrate the iPaper platform with my Omeka site to display pdf and word documents. However, I seem to have a problem. I've written the iPaper folks, but maybe someone at Omeka can help to.
I've used the instructions on this page:
http://www.scribd.com/platform/documentation/quickswitch
Choosing "single link" and "Embedded iPaper directly on page."
Where it says to insert the URL of the file, I've used the code:
<?php echo file_download_uri($item); ?>
(this is on the show.php file in the minimalist template).
You can see the page here:
http://kerim.joyeurs.com/omeka/items/show/1
Right now there is no link at all where this code appears - although everything looks good when I look at the source code of the resulting HTML page.
Any help would be appreciated. They do say it might take some time to appear - but they also say a regular link to the document should appear until the iPaper is ready... So far I have neither.