Описание
A simple widget for use with a Meetup.com group. The plugin adds a widget that shows a link to your Meetup group.
Simply enter your Meetup group name and it’s URL and save. You can display the widget with or without a title.
Support
Support for this plugin is limited to fixing confirmed bugs and improving the plugin with enhancements that can be reasonably accommodated.
Скриншоты
Установка
The easy way:
- To install this plugin, click on «Add New» on the plugins page in your WordPress dashboard.
- Search for «R3DF Meetup Widget», click install when it’s found.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Use the Widget panel to place and configure this widget in a sidebar.
The hard way:
- Download the latest r3df-meetup-widget.zip from wordpress.org
- Upload r3df-meetup-widget.zip to the
/wp-content/plugins/
folder on your web server - Uncompress r3df-meetup-widget.zip (delete r3df-meetup-widget.zip after it’s uncompressed)
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Use the Widget panel to place and configure this widget in a sidebar
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«R3DF Meetup Widget» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «R3DF Meetup Widget» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0.12
- Tidied code some more for WordPress coding standards
- Changed the text domain load to load before widget instantiation
- Added a crude French translation (If you can improve it let me know)
- Changed tested version to 4.3
1.0.11
- Tidied code somewhat to WordPress coding standards
- Changed text domain to plugin slug & added text domain header item.
- Changed tested version to 4.1
1.0.10
- Added check to form parameters to verify they were set, unset parameters caused php error in some rare cases.
- Changed text domain to plugin slug & added text domain header item.
1.0.9
- Readme edits, and update supported versions to 4.0.
1.0.8
- Added option to launch meetup link in a new window.
1.0.7
- Reverted register_widget call to 1.0.5 version, anonymous functions are PHP 5.3+ only, WP still supports 5.2
- Adjusted CSS to fix rendering bug in FireFox
1.0.6
- Updated constructor
- Updated some code to current WP conventions
- Added code comments
1.0.5
- Removed closing ?>
1.0.4
- CSS tweak
- Removed more capitals in file names
1.0.3
- Changed to PHP5 __contruct.
- Removed capitals in file name
1.0.2
- Added uninstall routine to remove saved settings.
1.0.1
- Tweaked CSS to fix height bug when used with title.
- Updated image — cleaner copy from official PSD.
1.0.0
Initial Release