是否有任何方式將外部鏈接添加爲opf文件中的項目?或者有可能將外部網頁嵌入到ibooks中?我試圖添加外部鏈接在ibooks中不起作用
< item id =「extlink」href =「http://example.com/link.html」media-type =「application/xhtml + xml」properties =「online-resource」/ >
作爲opf文件中的項目,我在iPad中收到「資源缺失」錯誤。請幫忙。
是否有任何方式將外部鏈接添加爲opf文件中的項目?或者有可能將外部網頁嵌入到ibooks中?我試圖添加外部鏈接在ibooks中不起作用
< item id =「extlink」href =「http://example.com/link.html」media-type =「application/xhtml + xml」properties =「online-resource」/ >
作爲opf文件中的項目,我在iPad中收到「資源缺失」錯誤。請幫忙。
EPUB的所有資產必須包含在EPUB容器內。
唯一的例外是用於音頻/視頻文件(見例如http://www.pigsgourdsandwikis.com/2013/05/linking-to-external-video-and-audio-in.html)
還要注意正確的屬性是remote-resources
,不online-resource
(見http://www.idpf.org/epub/30/spec/epub30-publications-20110523.html#sec-resource-locations)
,您仍然可以將鏈接添加到XHTML頁面在EPUB內部,指向您的外部頁面。如果點擊,系統瀏覽器將被觸發,並將加載它們(如果有Internet連接可用)。