Extract blockquote info

Extract blockquote info Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,586 downloads
Extract blockquote info Icon

Try plugin: Extract blockquote info

We'll create fresh WordPress site with Extract blockquote info installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Extract blockquote info

This plugin extracts cite="" and title="" details from blockquote to display with attribution and link below the q …

0


0


0


0


0

updated: 13 years ago
since: 15 years ago
author: Chyetanya Kunte

Description

This plugin extracts cite="" and title="" details from blockquote to display with attribution and link below the quote. cite field is for the web address of source quoted from. title for the name of the author or source.

An example of a typical block quotation (html mark-up) in use would like the following:

<blockquote cite="http://www.quotedb.com/quotes/2369" title="Mahatma Gandhi">
    Live as if you were to die tomorrow. Learn as if you were to live forever.
</blockquote>

When viewed on the web, it would look like:

Live as if you were to die tomorrow. Learn as if you
were to live forever.

Mahatma Gandhi

This plugin is based on a javascript code by Dunstan Orchard. You might want to see Dunstan’s Demo page on how it works.