2013-03-26 44 views
1

我想知道任何已知的圖像或視頻庫插件,使用外部媒體源,而不是必須通過wordpress媒體庫上傳。WordPress的圖片庫使用外部圖像

最糟糕的情況是,是否有插件可以執行預定/更新只從文件服務器導入?

在此先感謝!

+0

什麼ü由'只有進口形成文件server' – 2013-03-27 11:28:09

+0

「僅更新」,所以增量加載的意思。 – 2013-04-02 20:30:02

回答

0

您可以與ImageZone聯合使用以下code。 使用ImageZone,您可以收集外部圖像並共享它們,而代碼會將它們呈現爲html。代碼如下:

// where do you want to add the gallery 
<div id="GalleryId"></div> 
    <style>...</style> 
    // this is generated by imagezone 
    <script type="text/json" id="GalleryId">...</script> 
    <script type="text/javascript"> 
    function setup(gid){ 
    } 
    setup("GalleryId"); 
    </script> 

,你可以讓它變成一個WP簡碼