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

Terms Before Download

外掛說明

Terms Before Download adds a shortcode that can be used instead of HTML anchors to link to downloadable files. If such a link is clicked a popup dialog shows terms and conditions (EULA) which must be accepted for the download to start.

The terms and conditions are read from a WordPress page. That way there is only a single place to maintain the terms and they can easily be displayed independently of the plugin.

The plugin supports Google Analytics to keep track of the number of downloads. Supported GA scripts: ga.js, analytics.js.

An example of the plugin in action can be found here: https://helgeklein.com/download/

Usage

Add the shortcode tbd_terms once (!) to each page or post where terms need to be displayed and configure the ID of the page that contains the terms. Example:

[tbd_terms terms_page_id=5670]

The page ID is part of the URL when editing a page in the admin UI. Example: https://domain.com/wp-admin/post.php?post=5670&action=edit

Create a link to a downloadable file like this:

[tbd_link url=\”URL\”]link text[/tbd_link]

Parameters

The following parameters can be used with the shortcode tbd_terms:

  • terms_page_id: ID of the terms page displayed in the dialog [required]
  • dialog_title: The title of the dialog to be displayed [optional]
  • class: CSS class of the div enclosing the dialog content [optional]
  • padding: Padding between the dialog frame and the inner content [optional]
  • width: Width of the dialog [optional]
  • ok_button_text: Text for the OK button [optional]

The following parameters can be used with the shortcode tbd_link:

  • url: The URL to link to [required]
  • text: Link text [required if text is not enclosed]
  • gacategory: Google Analytics Category [optional]
  • gaaction: Google Analytics Action [optional]
  • galabel: Google Analytics Label [optional]

安裝方式

Install the plugin directly through the WordPress Admin dashboard.

使用者評論

2018 年 11 月 29 日
I must confess here, that I was searing at for a while back there, but once I realised what I was doing wrong: then Wallop! - Absolutely brilliant pop-up. TUT: After putting this on the page [tbd_terms terms_page_id=xxx] no worries. The wrong thing I did followed, .. example from web page states. Create a link to a downloadable file like this: [tbd_link url=\”URL\”]link text[/tbd_link] So this is what I constructed, .. Download link [ [tbd_link url=\"https://www.dropbox.com/s/4oksvr75fhkf5z1/TU%20-%20V1%20-%20Day%20Break%20-%20ePub.zip?dl=1\"]Day Break[/tbd_link] ] in ePub format. It didn't work, .. and I got a 404 error. I am also using Dropbox as my file repository, but I can't see why that would be an issue. ANYHOW: The link below does work, .. Download link [ [tbd_link url="https://www.dropbox.com/s/4oksvr75fhkf5z1/TU%20-%20V1%20-%20Day%20Break%20-%20ePub.zip?dl=1"]Day Break[/tbd_link] ] in ePub format. Not a great deal of difference, but the linking thing *DID NOT* like that escape \" sequence being in it. Or maybe I'm just thick, and the back-slash wasn't supposed to go there in the first place. - Now, I've no idea if that's right or not, but my pop-up copyright link and file download works like a charm. But it goes to show you how complicated escaping from the maddin crowd can actually get; without you realizing the depth of the bloomin' rabbit hole you've just fallen down in getting away from the rabid quotes. Thanks for reading, Jessica: Praise be the ORI.
閱讀全部 3 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Terms Before Download〉的開發相關工作。

參與者

將〈Terms Before Download〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.4

  • Bugfix: multiple links on the same page always pointed to the first URL on the page. This was introduced in 1.0.3.

1.0.3

  • JavaScript: moved the dialog’s initialization from document ready to the link click event (thanks Friendventure)

1.0.2

  • Added support for analytics.js. The previous version only supported ga.js. The plugin’s code auto-detects which of the two Analytics scripts is in use.

1.0.1

  • Added support for nested shortcodes on the terms page

1.0.0

  • Initial release