Quotes Collection
Latest version: 1.1.4 (Updated on 2 July 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 tag
- 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)
![]()
Click on the image for a larger version
2. ‘Random Quote’ widget options

3. Random quote as can be seen in the sidebar of my website

Download
Latest version: 1.1.4
Requires atleast WordPress version 2.1. Tested upto WordPress 2.5.1.
If you are upgrading the plugin from versions prior to 1.1, it’s a good idea to back up the quotescollection database table before performing the plugin upgrade, especially if you have a large number of quotes.

Downloaded a total of 1422 times
Released for free under the GPL.
If you like the plug in, please consider making a donation to support development. Any amount will be thankfully accepted. Click on the button below to donate.
Installation
- Unzip and upload the `quotes-collection` directory to the `/wp-content/plugins/` directory
- Go to `WP Admin » Plugins` and activate the ‘Quotes Collection’ plugin
- To add and manage the quotes go to `WP Admin » Manage » Quotes Collection`
- To display a random quote in the sidebar, go to `WP Admin » Presentation » Widgets`, drag ‘Random Quote’ widget into the sidebar
Localization
Versions 1.1 and greater support localization. As of 1.1.4, localization is available in German, Italian, Russian, Spanish and Tamil. 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-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







Srini says:
Michael, to address the next quote text in css, use
28 August 2008, 8:32 pm (Comment #222)#quotescollection_nextquote-0 a { /* css style */ }Michael says:
Hi Srini!
Great plugin!
How can I address the “next quote” text, to change the style within the css file?
Thanks, Michael
28 August 2008, 2:35 pm (Comment #221)bonestructure » My first list of WP plugins says:
[...] Author’s plugin page [...]
26 August 2008, 9:53 am (Comment #220)Stewie says:
Ack, I meant to add that I turned of the “Next quote” feature for the time being, but if you need it on just let me know.
Thanks again!
24 August 2008, 2:59 am (Comment #219)Stewie says:
Srini, much thanks and that was my thoughts as well when I was looking into it.
Unfortunately, I’ve had no luck trying to fix it (my coding is very basic).
I suspect it may end up being one simple change, but I can’t figure out where that change is.
Much thanks again for the awesome plug in, and your looking into it.
24 August 2008, 2:57 am (Comment #218)ajax tutorial says:
Nice Plugin… this is what I search for.
23 August 2008, 10:18 am (Comment #217)thanks
Srini says:
Raymond, you can use HTML code inside the quote and if you put your quotes between the <a> and </a> your quote would become a link to the url you give if that is what you want.
22 August 2008, 11:17 am (Comment #216)Srini says:
Ositaka, sorry, I don’t understand the exact problem. Is the ‘Next quote’ link not working? or something else? Whatever be the case, it will be helpful if you can give a link to your website.
22 August 2008, 11:14 am (Comment #215)Srini says:
Stewie, I don’t think there is anything wrong with the theme. But I see that your blog url is blog.alienredrum.com and the plugins are at http://www.alienredrum.com/blog/wp-content/plugins/ . Probably the plugin is not handling this well. I will check this and try and fix. Thanks.
22 August 2008, 11:11 am (Comment #214)Raymond says:
Is there anyway possible that would could enter a url for each quote, and instead of the url showing up, it applies to the actual quote. Meaning if you click on the quote, it would take you to a URL. I am currently using the plugin Advanced Tagline, and this plugin lets you do that. But I like the look and feel of yours better I would just like to be able to add a link to the actual quotes. Is this possible?
22 August 2008, 2:20 am (Comment #213)