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

Simple Random Quotation

描述

This plugin displays a random quotation upon page load pulled from a simple .csv file. You can provide any .csv file you like it should be of the format: source, “Quotation”

There are token css classes/ids to allow you to style the quotations however you like. The HTML outputed looks like this:

Dante Alighieri:

There is no greater sorrow than thinking back upon a happy time in misery.

You just need to add a #quotationSource and a #randomQuotation CSS rules or just let the chips fall where they may.

This is my first WordPress plugin it isn’t terribly clever. I eventually looked at the original plugin, hello.php and combined with my experience writing mashups just cranked it out.

安裝

  1. Upload simpleRandomQuotation to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Widget’ menu in WordPress by dragging it to your Dynamic Sidebar
  3. Then provide a file path or URL to the .csv file that contains your quotations

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

將 Simple Random Quotation 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

0.2

Trying to widgetize the thing and get admin options working

0.1

This is the first attempt to get this working.