RSS Feed Subscribe to RSS Feed

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

Reader's Comments

  1. Sean | June 26th, 2007 at 5:59 am

    Citing a blockquote:

    HTML

    From www.example.com:

    some text here

    CSS

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

    Reply to this comment
  2. WeblogToolsCollection DE » Blog Archive » WordPress Plugin Veröffentlichungen am 21.2. | October 5th, 2007 at 9:53 pm

    [...] Blockquote Cite kann man auf einfache Art und Weise Zitatquellen zum blockquote-Tag hinzufügen. Um eine Quelle [...]

    Reply to this comment
  3. Truthseeker? » Blog Archive » Plugins I am Using in this Blog | November 13th, 2007 at 4:00 pm

    [...] Cite by Andrew Ferguson (A nifty way of making quoting look a bit [...]

    Reply to this comment
  4. dikiy.com :: Цитата, blockquote и cite | December 13th, 2007 at 4:05 pm

    [...] оформить цитату “как полагается”, используя cite : Blockquote Cite навеяно : yandex opinionTags:blockquote cite html Комментарии (0) [...]

    Reply to this comment
  5. WordPress Plugins for Blog Layout, Formating, and CSS Designs « Moch1503’s Weblog | March 11th, 2008 at 3:12 pm

    [...] Blockquote Cite WordPress Plugin is designed to help cite quotes and sources on your WordPress blog posts and optionally includes displaying a logo from the linked site, if one is available. [...]

    Reply to this comment
  6. Kjetil Kringlebotten | July 21st, 2008 at 6:58 pm

    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.)

    Reply to this comment
  7. Andrew Ferguson | July 22nd, 2008 at 12:06 am

    @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/

    Reply to this comment

Leave a Comment

Gravatar: Get your picture displayed next to your comment: http://gravatar.com

XHTML: 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!