有没有办法在opf文件中添加外部链接作为项目?或者是否可以在ibooks中嵌入外部网页?我试着添加
< item id =“extlink”href =“http://example.com/link.html”media-type =“application / xhtml + xml”properties =“online-resource”/>
作为opf文件中的项目,我在ipad中遇到“资源缺失”错误。请帮忙。
答案 0 :(得分:2)
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)
您仍然可以添加指向外部页面的EPUB内部XHTML页面的链接。如果单击,系统浏览器将被触发,并将加载它们(如果有Internet连接可用)。