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

Cookie Message

描述

Cookie Message plugin will on activation add a message at the bottom of your screen.

When clicking the button it will disapear. How long is for you to decide but default is forever. It will remember it by HTML5 localstorage, not by a cookie.

You have settings for information that goes into the message, colors, fonts and you can disable CSS and javascript if you need to. See screenshots for more information about the settings.

螢幕截圖

  • How it might look on your site
  • Message settings
  • Style settings
  • Advanced settings

安裝

  1. Download from wp-admin plugin installer.
  2. Set the settings at “Settings” > “Cookie Message”

常見問題

How are the settings saved?

All settings are saved in one field in the option table.

Can I get more styling options in the future?

Probably not so much. I actually removed som options to make it smaller and easier to use. Use “Custom style” or disable CSS and set the style in your own theme files instead.

What is the EU cookie law

You need to inform every user that you are using cookies on your site. Google Analytics is probably the most used script that use cookies.

The plugin does not work. What should I do?

Look for javascript errors. Be sure there is not a localstorage variable set. If you clicked the button the message will not come back.

How can I delete the localstorage variable?

In wp-admin set the “Logged in” to “Enable” and reload the site. It will then delete the localstorage variable on every pageload if it exists.

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

將 Cookie Message 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

  1. 1.2 – Fixed CSS issue with z-index
  2. 1.1 – Fixed CSS-bug
  3. 1.0 – Initial release