Installation
Learn how to install and set up Meeting List Lite on your WordPress site.
Download and Install
Method 1: WordPress Admin Dashboard (Recommended)
- Log in to your WordPress admin dashboard
- Navigate to Plugins → Add New
- Search for "Meeting List Lite"
- Click Install Now on the Meeting List Lite plugin
- Click Activate to enable the plugin
Method 2: Manual Installation
- Download the plugin from the WordPress Plugin Directory
- Upload the
meeting-list-litefolder to the/wp-content/plugins/directory - Activate the plugin through the Plugins menu in WordPress
Method 3: Upload ZIP File
- Download the plugin ZIP file
- Go to Plugins → Add New → Upload Plugin
- Choose the ZIP file and click Install Now
- Click Activate Plugin
Post-Installation Setup
1. Configure WordPress Timezone
Important
This step is crucial for accurate meeting times display.
- Go to Settings → General in your WordPress dashboard
- Set Timezone to a valid IANA timezone identifier (e.g., "America/New_York")
- Avoid generic UTC offsets like "UTC+5"
- See the complete list of PHP timezones
2. Access Plugin Settings
- Navigate to Settings → Meeting List Lite
- You'll see the configuration options for your data source
Verification
After installation, verify the plugin is working:
- Create a new page or post
- Add the shortcode:
[tsml_ui] - Publish and view the page
- You should see the meeting list interface (empty until you configure a data source)
What's Next?
System Requirements
- WordPress: 5.3 or higher (tested up to 6.8)
- PHP: 8.0 or higher
- Web Server: Apache or Nginx
- HTTPS: Recommended for external data sources
Troubleshooting Installation
Plugin Activation Errors
If you encounter errors during activation:
- Check that your PHP version meets the minimum requirement (8.0+)
- Ensure WordPress is up to date
- Deactivate any conflicting plugins temporarily
- Check your error logs in Tools → Site Health → Info → Server
Permission Issues
If you can't upload or activate the plugin:
- Check file permissions on your
/wp-content/plugins/directory - Ensure your hosting provider allows plugin installations
- Contact your hosting support if needed
Memory Limit Issues
If you see memory limit errors:
- Increase PHP memory limit in your hosting control panel
- Or add this line to your
wp-config.php:ini_set('memory_limit', '256M');