Описание
A flash-based tag cloud plugin for your WordPress blog. FatCloud, by Netlife, comes with 2 built in themes: ‘Simple Skin’ and the popular ‘Wordle’ theme.
Choose text angle, colour, size ratio and much more. Beautiful tag clouds that are accessible & SEO friendly.
The wp_fat_cloud()
function is an extension of the built-in WordPress wp_tag_cloud() function.
It will accept all the same arguments, and generates almost identical mark-up, with some
added JavaScript to render a SWF on top.
FatCloud requires PHP 5.2+, JavaScript and the Adobe Flash Player 10+ browser plugin.
Скриншоты
Установка
- Upload the entire ‘netlifes-tag-cloud-fatcloud’ directory to your wp-content/plugins directory.
- Enable the plugin in the WordPress Plugins menu
- Configure FatCloud using the WordPress > Settings > FatCloud page.
- Add the tag somewhere in your template.
Часто задаваемые вопросы
- What are the system requirements for using FatCloud?
-
FatCloud has been successfully tested with WordPress 2.7.1 on PHP5.2+. We have not tested it on 5.1.x. There is no support for PHP4 (sorry!). If you have problems on these (or other) configurations, feel free to submit a comment on Netlife.
- Why do I get an error after activating version 0.1?
-
Our initial release did not allow for a different plugin folder name. If you downloaded version 0.1, parse errors are expected after activation i.e. ‘parse error, unexpected =,’. To resolve this temporary issue, FTP into your website and rename the plugin directory from
‘wp-content/plugins/netlifes-tag-cloud-fatcloud’ to ‘wp-content/plugins/wp_fat_cloud’. We have since pushed up revision 0.2 to resolve this issue. - Why does my browser freeze after I add new tags?
-
FatCloud is doing some pretty hard-core rendering back there. Once it renders, it caches
the render data on the server, but it needs to re-render whenever its data changes. A
45 second render time is pretty normal. It will happen only once after a new tag is added to wordpress.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«Netlife’s Tag Cloud (FatCloud)» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Netlife’s Tag Cloud (FatCloud)» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
0.1
- Initial release. Hooray!
0.2
- Changed plug-in directory name to be consistent with SVN path
- Added PHP 5.2+ to system requirements
0.3
- Some users reported a MySQL invalid resource warning when installing FatCloud. The code in question has been re-written with extra care, so future installations should be error-free.
0.4
- Added support for user defined wordpress table prefix’s. We had previously assumed the options table would always be called wp_options.
0.5
- Fixed a javascript bug in Internet Explorer browsers that was causing FatCloud tag cloud to appear blank
0.6
- Plugin now includes a widget, thanks to Roel S.F. Abspoel