前言介紹
- 這款 WordPress 外掛「Scripts」是 2012-03-18 上架。 目前已經下架不再更新,不建議安裝使用。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2012-03-19,距離現在已有 4794 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.3.1 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
jquery | javascript | wp_enqueue_script |
內容簡介
啟用此外掛可讓您定義希望在前端使用哪些 WordPress 內建的 Javascript 檔案,同時也可下載並提供多種前端開發函式庫來自他們在 Github 儲存庫的位置。
文件
所有文件均在 github 上:https://github.com/onemanonelaptop/scripts
如果您有任何問題或改進建議,請使用 github 的問題清單:https://github.com/onemanonelaptop/scripts/issues
原文外掛簡介
Enabling this plugin allows you to define which of wordpresses included javascript files youd like to use on the frontend, also allowing you to download and make available a range of frontend development libraries straight from their github repostiory locations.
Documentation
All of the documentation is on github https://github.com/onemanonelaptop/scripts
If you have any problems or recommendations for improvement please use the github issue queue https://github.com/onemanonelaptop/scripts/issues
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Scripts」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Smart JavaScript Auto Loader 》智慧 JavaScript 自動加載程式外掛(前身為 JavaScript AutoLoader)允許您載入其他 JavaScript 檔案,而無需更改佈景主題目錄中的檔案, 使用方法, 只需將其...。
Debug Bar List Script & Style Dependencies 》我們都知道在 WordPress 中添加 script 或 style 時,我們應該使用 wp_enqueue_script( $handle, $src, $deps, $ver, $in_footer ) 和 wp_enqueue_style( $ha...。
WP HeadJS 》這個外掛使用 wp_print_scripts 行動鉤子,而不是替代實現所使用的輸出緩衝和 regex。, 這種方法的缺點是,只有通過 wp_enqueue_script 載入的腳本會受到該插...。
Post Head Includes 》這個外掛能夠輕鬆地在每篇文章中加入腳本和樣式表。這是開發人員為其客戶創建自定義頁面的優秀工具,同時也適用於博主將內聯 CSS 和 JS 與其文章內容分離的需...。