Blockquote Cite

Overview

Blockquote Cite allows you to add easily cite references when using the blockquote tag. To add a reference, simply use the cite element and then enter the URL of site the content was quoted from. If a logo is available for that site, it will be displayed. Otherwise a text link will be used.

Compatibility

  • 2.1.*
  • 2.0.*
  • 1.5.*
  • In theory, it should work with 1.2.*, but it has not been tested.

Installation

Download the file and put it in your plugins directory. Activate it. If you want to use logos, download them from http://www.andrewferguson.net/wp-content/plugins/afdn_blockquote/ and put them into a folder called fergcorp_blockquote in your plugins directory.

Example
Here are two examples:

When an image is found:
<blockquote cite="http://www.cnn.com/TECH/space/">Some text from a science and space article on CNN.com</blockquote>
…goes to…
From www.cnn.com

Some text from a science and space article on CNN.com

When no image is found:
<blockquote cite="http://www.example.com/">Some text from the example.com page</blockquote>
…goes to..
From www.example.com:

Some text from the example.com page

Download
Latest Version

27 responses to “Blockquote Cite”

Click to show trackbacks

21 Feb 2007
Aja Lapus Identicon Icon Aja Lapus (06:56:22) :

Would this plugin work on WP 2.1.x? Thanks in advance!

21 Feb 2007
Andrew Ferguson Identicon Icon Andrew Ferguson (09:21:00) :

Would this plugin work on WP 2.1.x?

Yes, it will work with WP 2.1.*.

03 Mar 2007
Mosey Identicon Icon Mosey (11:29:29) :

Hi, I was wondering if there was a demo available or a screenshot so one could see this plugin in-action please? :) Thanks!

03 Mar 2007
Andrew Ferguson Identicon Icon Andrew Ferguson (12:46:42) :

Here are two examples:

http://www.andrewferguson.net/2007/02/26/beer-me/ has two blockquotes. The first blockquote uses the format:
[html]
From www.duke.edu:

Have you ever gotten….the BEER came to ME???”

[/html]
As you can see, the blockquote is rewritten to include a link the format “From http://www.duke.edu:”

The second blockquote uses the format:
[html]

Well, that was how I….beer launching mini-fridge.

[/html]
There was no “cite” element for the second blockquote, so it behaves normally.

A second example would be http://www.andrewferguson.net/2007/02/08/cure-for-cancer/.
The first blockquote is the same as the first blockquote for the previous example. However, the second blockquote as an image associated with it, so it displays that image with a link to the source.

Hope that helps!

04 Mar 2007
Jim Identicon Icon Jim (22:16:59) :

Hey - this is pretty cool! I like it but would rather it be right justified and appear after the quote - is this possible to do?

05 Mar 2007
Mosey Identicon Icon Mosey (06:35:30) :

Thank you :) It does help!

08 Mar 2007
Andrew Ferguson Identicon Icon Andrew Ferguson (15:07:54) :

General Note:

I just added a donation button on the side bar (to the right), so if you *really* like my plugins (and/or me) you might consider making a donation. I’ve been spending more and more time writing and supporting plugins. I’m a college student (3rd year Elect. Eng.) and really only do this programming thing on the side for the love of it.

26 Jun 2007
Sean Identicon Icon Sean (05:59:56) :

Citing a blockquote:

HTML

From www.example.com:

some text here

CSS

blockquote[cite] p:last-child:after {
content: “(Citation: ” WHAT GOES HERE?? “) “;
}

21 Jul 2008
Kjetil Kringlebotten Identicon Icon Kjetil Kringlebotten (18:58:57) :

Is it possible to use this in a standard wordpress blog? (Ie. not a blog using wordpress tools, but a blog — like mine — which is located in the wordpress directory.)

22 Jul 2008
Andrew Ferguson Identicon Icon Andrew Ferguson (00:06:43) :

@Kjetil Kringlebotten:

Unfortunately, no. You’ll have to contact WordPress to petition them to add it: http://faq.wordpress.com/2005/10/27/can-i-upload-my-own-plugins/

Leave a comment

You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Code: To include code, bracket it with [code language="php"] and [/code].
Example: [code language="php"] echo "Hello, World!"; [/code]

Plugin Help: If your requesting help about a plugin, please provide as much information as possible. At the very least, include your WordPress Version and the Plugin Version!