Description
Muslims Bright Organization connects WordPress admin to a Muslims Bright backend API and provides module UIs for:
- Events
- Programs
- Academic Programs
- Donations
- Volunteers
- Jobs
- Salah Calendar
- Profile Settings
The plugin includes permission-aware module visibility, authenticated API proxying, and module-level management screens.
External services
This plugin connects to external services. Below is what each service is used for, what data is sent, when it is sent, and links to that service’s terms and privacy policy.
Muslims Bright API
This plugin requires a Muslims Bright backend API. The API Base URL is configured in Muslims Bright > Plugin Settings (for example, https://muslimsbright.com). Without a reachable API, portal login and module screens cannot work.
The plugin sends data to that API when a logged-in WordPress administrator uses Muslims Bright admin pages, including:
- Portal login: email and password entered on the login screen.
- Authenticated requests: a bearer token stored in WordPress user meta after login.
- Module management: content entered in admin forms (for example events, programs, donations, volunteers, jobs, and profile settings).
- Salah Calendar: mosque details, prayer-time settings, calendar entries, and related configuration.
Data is sent from the WordPress site to your configured API URL via server-side HTTP requests and through the plugin’s WordPress REST proxy.
This service is provided by Muslims Bright:
Terms of Service: https://muslimsbright.com/terms-of-service
Privacy Policy: https://muslimsbright.com/privacy_policy
Google Maps Platform (Maps JavaScript API, Places, Geocoding)
When a Google Maps API key is saved in Muslims Bright > Plugin Settings, the plugin loads the Google Maps JavaScript API (with the Places library) from https://maps.google.com/maps/api/js on the Salah Calendar admin page only.
Google’s services are used to:
- Provide address and mosque search suggestions while an administrator types in the Salah Calendar setup form (Places Autocomplete).
- Reverse-geocode coordinates to suggest the nearest city and country when Salah Calendar auto-configuration options are loaded (Geocoding).
Data sent to Google may include:
- The site administrator’s typed address or place search text (when using “Search from Google”).
- The browser’s geolocation coordinates, if the administrator grants location permission during Salah Calendar setup (used only for nearest-city suggestions).
- The configured Google Maps API key (included in the script URL when the API is loaded).
No Google Maps requests are made unless an administrator configures a Google Maps API key and opens the Salah Calendar admin screen. If no key is configured, the Google script is not loaded.
This service is provided by Google LLC:
Google Maps Platform Terms of Service: https://cloud.google.com/maps-platform/terms
Google Privacy Policy: https://policies.google.com/privacy
Installation
- Upload the
muslims-bright-organizationfolder to the/wp-content/plugins/directory, or install via Plugins > Add New. - Activate the plugin through the
Pluginsmenu in WordPress. - Open
Muslims Bright > Plugin Settingsand configure:- API Base URL
- Google Maps API key (optional, for map search features)
- Google Embed URL (optional)
- Open the Muslims Bright admin menu and log in with your portal credentials.
FAQ
-
Does this plugin work without the Muslims Bright backend API?
-
No. This plugin is an integration layer and requires a reachable Muslims Bright API base URL.
-
Modules are shown based on your portal permissions. Public modules like Salah Calendar remain visible.
-
Does this plugin connect to external services?
-
Yes. This plugin requires the Muslims Bright API and optionally uses Google Maps Platform on the Salah Calendar screen. See the External services section above for details on what data is sent and links to terms and privacy policies.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Muslims Bright Organization” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Muslims Bright Organization” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Added Jobs and Volunteers admin parity modules.
- Added profile settings module.
- Improved tutorial onboarding flow.
- Added configurable plugin settings for API base URL and map settings.
- Added uninstall cleanup and WordPress.org packaging updates.