這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Drive Folder Embedder

描述

A WordPress plugin that dynamically creates a table with file names and links for a shared Google Drive folder.

Usage

  • All plugin functionality is accessed through shortcodes in the format “[DriveFolderEmbedder]”. Shortcode options are outlined below.
    • FolderID (required): The ID of the shared Google Drive folder from which to pull files.
      • To get your folder ID:
        • Share the folder in Google Drive with a public shared link (see the “Anyone with a link to the folder” section of https://support.google.com/drive/answer/7166529).
        • Your folder ID is part of the shared link created above above (link is in the format https://drive.google.com/drive/folders/[ID HERE]?usp=sharing).
    • Sort: How to sort the file table. All sorting is done based on file names.
      • Options: “ASC”, “ASC_Natural”, “DESC”, “DESC_Natural”
      • If “Sort” is not specified, the “DESC” option is used (default in Google Drive).
    • ShowHeader: Whether or not to show a table header specifying column names.
      • Options: “True” or “False”.
      • If “ShowHeaders” is not specified, defaults to “True”.
    • TableCSSClass: Allows for a CSS class name to be entered to define table style.
      • Can contain one or more class names separated by a space.
      • No class is set for the table if this value is not provided.
  • Shortcode examples:
    • Basic table generation: [DriveFolderEmbedder FolderID="123456789"]
    • Table generation with “Sort”, “ShowHeader”, and “TableCSSClass” specified: [DriveFolderEmbedder FolderID="123456789" Sort="DESC_Natural" ShowHeader="False" TableCSSClass="some-class-name"]

安裝

  • Option 1: Download the plugin zip directly from the WordPress plugin repository here (https://wordpress.org/plugins/drive-folder-embeder/). You can then upload the zip file to the “plugins” directory of your WordPress installation and activate it from the plugin menu.
  • Option 2: Select “Add New” from under “Plugins” on the left sidebar of the WordPress admin dashboard and then search for “Drive Folder Embedder” in the search field.
  • Following installation, the plugin must be activated from the “Plugins” page on the WordPress admin dashboard.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Drive Folder Embedder” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Drive Folder Embedder 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄