该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

knowners

描述

Knowners is a semantic visualization plugin, produced by FakePress and Art is Open Source. It is meant as a large-scale part of your wordpress interaface, where you can host a beautiful interactive graph that shows the semantic structure of your blog. Full HTML5 and Canvas support. Interaction.

Knowners is not a widget, but rather a wordpress extension that you can call in your theme templates.

This new version works directly on POSTS and the network visualization is built automatically using tags.

As with the other versions, follow these steps to install the plugin:

remember that the plugin is designed to occupy a large area: displaying it in a small div or other HTML container might not come out too nice.

The plugin automatically fills all the container it has been placed into.

The Knowners functions can be called anywhere in your theme and will take up all the space of the container in which they are called.

Please note that this plugin is designed to occupy lots of space: you will get awful results if you call it in smaller ones.

Please check out the plugin website for an example of its usage, so that you can get the feel of what you can achieve and please check back real soon for the updates, including the improved editing facilities and navigation tools.

屏幕截图

安装

  1. Unpack knowners.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php knowners_render_links(); ?> or <?php knowners_render_posts(); ?> in your templates

常见问题

Is this a widget?

No, it is a WordPress extension that you can call inside your templates.

When will the next version be released, with the editing tools and the navigation systems for tags and links?

Sooner than you think. I would estimate the new release will be published by the first days of April 2011.

评价

此插件暂无评价。

贡献者及开发者

「knowners」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「knowners」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.3

  • fixed problems regarding teh handling of taxonomies
  • ajdusted standard CSS so that elements don’t show out of the main canvas
  • fixed directory structure (sorry! last time I made an enormous mistake!)
  • net tags: tags startung with “AUTHOR:” or “YEAR:” get special handling

1.2

  • massive update: the plugin now works on posts as well as with your link collection

1.1

  • integrated the JIT Javascript visualization library

1.0

  • first release