Quotes Collection

Latest version: 1.2.3 (Updated on 8 November 2008)
Download | Screenshots | Installation | Localization | Changelog | Comments

Quotes Collection plugin with Ajax powered Random Quote sidebar widget helps you collect, manage and display your favourite quotations on your WordPress blog. All quotes or a set of quotes can also be displayed on a page using a [quote] tag. The plugin is similar, and uses ideas from (though not based on) the wp quotes plugin by Dustin Barnes. Visit my quotes collection to see this plugin in action.

Main features

  • Random Quote sidebar widget with Ajax refresh feature — you will be able to get another random quote on the same space without refreshing the web page. You can check it right here on the sidebar. This refresh feature can be optionally turned off in the widget control panel. The widget also comes with few other options in the widget control panel.
  • A nice admin interface to add, edit and manage quotes.
  • Additional information that can be provided along with the quote: quote author, source (e.g., a book, or a website URL), tags (keywords) and visibility.
  • Quotes can be displayed in a page using one of the code (quick tags) below.
    • The tag [quote|all] displays all quotes.
    • [quote|author=Somebody] displays quotes authored by Somebody.
    • [quote|source=Something] displays quotes with source as ‘Something’
    • [quote|tags=sometag] displays quotes tagged sometag (new with 1.1)
    • [quote|tags=tag1,tag2,tag3] displays quotes tagged tag1 or tag2 or tag3, one or more or all of these (new with 1.1)
    • [quote|id=3] displays quote with ID 3
    • [quote|random] displays a random quote
  • The PHP code <?php quotescollection_display_randomquote() ?> can be used to display a random quote in places other than sidebar.
  • Support for localization. (new with 1.1)

Screenshots

1. Admin interface (in WordPress 2.5)
Quotes Collection plugin — screenshot 1: Admin interface
Click on the image for a larger version

2. ‘Random Quote’ widget options
Quotes Collection plugin — screenshot 2: Random Quote widget options

3. Random quote as can be seen in the sidebar of my website
Quotes Collection plugin — screenshot 3: Random quote

Download

Latest version: 1.2.3

Requires atleast WordPress version 2.1. Tested upto WordPress 2.7.

Download Quotes Collection Plugin for WordPress Version 1.2.3

Downloaded a total of 2640 times

Released for free under the GPL.

Installation

  1. Unzip and upload the `quotes-collection` directory to the `/wp-content/plugins/` directory
  2. Go to `WP Admin » Plugins` and activate the ‘Quotes Collection’ plugin
  3. To add and manage the quotes go to `WP Admin » Manage » Quotes Collection` (or `WP Admin » Tools » Quotes Collection` depending on the WP version you are using).
  4. To display a random quote in the sidebar, go to `WP Admin » Presentation » Widgets` (or `WP Admin » Appearance » Widgets`), drag ‘Random Quote’ widget into the sidebar

Localization

Versions 1.1 and greater support localization. As of 1.2.3, localization is available in the following languages.

Code Language Translator
ar Arabic Ahmed Alharfi
de_DE German Tobias Koch
es_ES Spanish Germán L. Martínez (Gershu)
fr_FR French psykotik
it_IT Italian Gianni Diurno (aka gidibao)
pl_PL Polish Marcin Gucia
ru_RU Russian Andrew Malarchuk
ta_IN Tamil Srini
tr_TR Turkish Gürkan Gür
uk_UA Ukrainian Stas

If you can translate the plugin in your language, please do, and please send me the localized file so that I can add to the next version of the plugin. The localization template file (quotes-collection.pot) can be found in the ‘languages’ folder of the plugin. If you want to translate the plugin in your language, but are not sure how to go about doing it, contact me, I’ll help you out.

Feedback

Please report any defects you may find with this plugin using the contact form or as a comment here. All feedback and suggestions welcome.

Change Log

2008-11-08: Version 1.2.3

  • Added Ukrainian translation (thanks to Stas for the translation)
  • Tested the plugin for the new admin interface that comes with WordPress 2.7 and a few tweaks. The plugin will work just fine in older WP versions

2008-10-06: Version 1.2.2

  • Security fix, HTML tidy fix, other fixes
  • Updated Turkish trasnlation

2008-09-24: Version 1.2.1

  • Arabic translation added
  • Minor fix (quotes-collection.js: errotext -> errortext)

2008-09-22: Version 1.2

  • All javascript code moved to quotes-collection.js. This makes the code neater.
  • Translations for French, Polish and Turkish languages added.
  • Italian and Russian translations updated.
  • A few minor fixes and small improvements.

2008-07-02: Version 1.1.4

  • Bug fixes. The plugin was not handling properly apostrophes in author and source fields. This is fixed now.
  • Other small fixes.

2008-06-05: Version 1.1.3.1

  • Added Spanish translation.
  • Updated Italian translation.

2008-06-01: Version 1.1.3

  • Improvements
  • Updated German translation
  • Added Russian translation

2008-05-28: Version 1.1.2.1

  • VARCHAR(256) -> VARCHAR(255) (VARCHAR(256) doesnt work with MySQL 4.0)

2008-05-28: Version 1.1.2

  • Modifications in the automatic database update functionality
  • Fixed problem with German translation
  • Added Italian translation

2008-05-25: Version 1.1.1

  • security fix

2008-05-25: Version 1.1

  • Tagging feature
  • Internationalization
  • Fixes and improvements

2008-03-11: Version 1.0

  • Compatible with WordPress 2.5
  • Bug fixes and various other improvements

2008-02-06: Version 0.9.5

  • Fixed problem with non English characters in author names while using the tag [quote|author=]

2008-01-16: Version 0.9.4

  • Support for utf-8 characters
  • Fixed problem with linebreaks

2007-12-19: Version 0.9.3

  • Fixed a JavaScript issue
  • Removed unnecessary <h2></h2> tags above random quote when title field is left blank in widget control options. <h2> tags displayed only when there is a title.

2007-12-18: Version 0.9.2

  • Provision to add random quote anywhere in the template.

2007-12-16: Version 0.9.1

  • Bug fix

2007-12-15: Version 0.9

  • Initial release

347 Comments

  1. Srini says:

    Schulte, thanks for the suggestion.

    Pavel, there is no option to display random quote only from a particular source. We’ll probably have this option in the next version. Thanks.

  2. Mattias says:

    Great plugin!
    I was wondering if there is any way to get users to submit their own quotes?

    /Mattias

  3. Jason says:

    Is there a way to have all the quotes I’ve loaded into the quote database load onto a fixed page? (Some people want to read them all quicker than hitting “next quote.”

  4. Srini says:

    Mattias, currently there is no way the users can submit their own quotes. I’ll see if we can have such a feature.

    Jason, placing the code [quote|all] on any page or post will display all the quotes on that page/post.

  5. Very nice plugin, especially with the new features in version 1.0.

    I have translated the visible texts into Danish myself, but is it possible to use poEdit on your plugin?

  6. Srini says:

    Georg, the next version will support localization. Thanks for using the plugin!

  7. OK. I have translated the current version 1.0 into Danish. Let me know and I will translate the new version as well.

    I had to change the enum-parametres in the database in order to fully localise it. The Danish kit includes a guide that explains what to do.

    I look forward to the next version!

  8. Well, it works, but the editor doesn’t, when it is installed. I am not sure why, so I have taken it down. Sorry for the inconvenience.

  9. Srini says:

    Georg, I’ll check it up when it works and will let you know when I work on the localization of the plugin. Thanks.

Leave a Reply