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

TAP Cookies

外掛說明

Display a information message at page’s bottom (default) about Europe Cookies Law.

Settings Tabs

  • About: This tab is to show information about the plugin.
  • Information Box: This tab is where you configure the information box. You can define box title, text and position.
  • Cookies: This tab is to add/remove cookies specifications. If some unknow cookies is found, then it are listed to add.

Additional, you can use the [tap-cookies] or [tap_cookies] shortcodes on page and widgets to display the cookie list registered.

More information

Arbitrary section

Nothing for now

Updates

The basic structure of this plugin was cloned from the WordPress-Plugin-Boilerplate project.
This plugin supports the GitHub Updater plugin, so if you install that, this plugin becomes automatically updateable direct from GitHub. Any submission to WP.org repo will make this redundant.

安裝方式

This section describes how to install the plugin and get it working.

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘plugin-name’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select plugin-name.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download plugin-name.zip
  2. Extract the plugin-name directory to your computer
  3. Upload the plugin-name directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

常見問題集

Nothing for now

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

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

參與者

將〈TAP Cookies〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.2.5

  • Tested up to WordPress 4.5.3
  • Fixed some css styles

1.2.4

  • Tested up to WordPress 4.5.2
  • Added url for Bitbucket repository

1.2.3

  • Tested up to WordPress 4.4

1.2.2

  • Added some minor updates

1.2.1

  • Minor update, on TAP_Cookies class added restriction to show information box only if the current browser not runs on a mobile device

1.2

  • On TAP_Cookies class apply the following refactored:
    1. updated get_unknown_cookies method
    2. updated get_cookies method
    3. changed method get_cookie_message_text to get_information_box_text
    4. changed method get_cookie_message_title to get_information_box_title
    5. added method get_information_box_position
    6. updated single_activate method
    7. updated single_deactivate method
    8. updated enqueue_scripts method
    9. updated enqueue_scripts_footer method
    10. deleted methods check_cookies, clear_cookies, init
    11. updated cookies_table method
  • On class TAP_Cookies_Admin apply the following refactored:
    1. changed settings page from single page to tabs page Using WordPress Settings Library
    2. deleted methods enqueue_admin_styles, enqueue_admin_scripts, add_plugin_admin_menu, display_plugin_admin_page, add_action_links, validate_settings, edit_options, settings_field_cookie_message, settings_field_cookies, register_settings
    3. updated method unknown_cookies_detected_dashboard_widget
    4. updated method dashboard_setu

1.0

  • Initial release.