Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

xkcd-shortcode

Описание

This plugin adds an [xkcd] shortcode tag to WordPress. You can use it to embed the XKCD webcomic into your posts and pages.

It takes a num attribute that specifies the number of the XKCD comic to embed. For Eg:- To embed the 100th comic use,

    [xkcd num='100'] 

When the num attribute is omitted the latest XKCD comic is shown instead.

    [xkcd] 

Установка

  1. Upload the xkcd-shortcode directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use [xkcd] shortcodes in your posts or pages.

Часто задаваемые вопросы

Does it download the xkcd images?

No. The images are hotlinked to the XKCD website

Отзывы

Нет отзывов об этом плагине.

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

«xkcd-shortcode» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «xkcd-shortcode» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

0.8.0

  • Adds caching. Comics are now cached as transients.
  • Fixes version numbering

0.7

  • Fixes readme.

0.6

  • Fixes usage with scatter_deploy.

0.1

  • Initial Release