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

BibSonomy

Описание

This plugin integrates BibSonomy into your blog:

  • post your blog entries to BibSonomy with a few clicks
  • show your tags from BibSonomy as a cloud or chart
  • include a list of posts inside your content (powerful)

Licence

This plugin is released under the GPL.

Скриншоты

  • Display your tags in a cloud.
  • Statistics chart showing the overall occurrence of your tags.

Установка

  1. Unzip the plugin into your wp-content/plugins directory.
  2. Activate the plugin at the plugin administration page.
  3. Go to Settings — BibSonomy and fill out the form.
  4. Follow the instructions here.

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

The macros are eating my content?!

This happens if you’re using one of the macros
more than once inside a post/page. Say, your page looks like this:

[bibsonomy-tags]

… some content …

[bibsonomy-tags]

[bibsonomy-chart]

[\bibsonomy-tags]

The output of the first macro will show up but the content until the
closing part of the same macro will disappear.

Solution: just add the closing part of a macro to every macro on this
post/page.

Отзывы

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

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

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

Участники

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

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

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

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

1.10

  • Corrected issue that BibSonomy returns JSON instead of XML
  • Adapted rights for settings page
  • Small visual enhancements

1.9.3

  • Added russian translation, kudos to FatCow

1.9.2

  • Added german translation
  • All in one SEO descriptions will be shown

1.9.1

  • The tag cloud is a little bit more sophisticated, i.e. calculates the size for the tags adapted to the tags at hand.

1.9

  • The tag occurrence graph looks nicer now.

1.8.1

  • Bugfixes.

1.8

  • Added Harvard and JUCS style to style attribute of bibsonomy-posts macro.
  • Added sort attribute to bibsonomy-posts macro.
  • Nicer word-wrapping of a post’s description (excerpt) on admin page.
  • Updated BibSonomy PHP API, so we can leverage the caching mechanism.

1.7

  • Publications can be styled with BibSonomy’s own format.
  • User can supply own CSS via config.php.

1.6

  • Now we’re using the Google Chart API to generate charts with statistical information about tags.
  • Custom configuration parameters now reside in a config.php.
  • Removed Minimum tag frequency from admin page and introduced a minusercount attribute to the tags macro.

1.5

  • There’s no support for WordPress prior to 2.5 anymore.
  • The plugin works with PHP 5.x; using PHP 4 won’t cut it.
  • We’re using the Shortcode API.
  • cURL must be installed on the server now.

1.2, 1.3 and 1.4

  • not released

1.1

  • First release