Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Extract blockquote info

Опис

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.

Встановлення

  1. Upload ext-blockquote-info.php and blockquotes.js to the /wp-content/plugins/ folder.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Часті питання

Installation Instructions
  1. Upload ext-blockquote-info.php and blockquotes.js to the /wp-content/plugins/ folder.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
Does this plugin modify the database?

No, it does not. So it’s safe.

Is blockquote cite link and title visible in the feed too?

Feeds do not load javascripts, so no, you’ll not see it in the feed. However, by virtue of the additional information within your blockquotes, title is visible when mouse pointer is hovered over a quote. All credits to you for filling in the info, and none to this plugin for such visibility.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“Extract blockquote info” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Extract blockquote info” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.