Beschreibung
Hindi Quran Viewer allows you to embed Quranic verses in Arabic, Hindi, and English into your WordPress site. The plugin stores all data locally in a database, enabling offline access after an initial import. Key features include:
– Display verses using the [hindi_quran_viewer]
shortcode.
– Verses shown in Arabic, Hindi, and English.
– Real-time search for Surahs and verses with result counts.
– Light/dark theme toggle with user preference persistence.
– Responsive design for mobile and desktop.
– Local database storage for offline access.
– Admin interface to import Quranic data.
– Secure AJAX requests with nonce verification.
– Search history stored locally.
External Services
This plugin requires a one-time import from the following third-party APIs to populate the local database. After import, no external services are used:
-
AlQuran Cloud API
- Purpose: Fetches Surahs and Ayahs in Arabic, Hindi, and English for initial import.
- API Endpoint:
https://api.alquran.cloud/v1/surah/
- Data sent: Only Surah ID.
- No personal data is collected.
- Terms of Use: https://alquran.cloud/privacy
-
Quran.com API
- Purpose: Retrieves the list of Quran Surahs for initial import.
- API Endpoint:
https://api.quran.com/api/v4/chapters
- Data sent: None (GET request only).
- No personal data is collected.
- Terms of Use: https://quran.com/privacy
Screenshots
Installation
- Upload the
hindi-quran-viewer
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‚Plugins‘ menu in WordPress.
- Go to Settings > Quran Viewer to import Quranic data into the database.
- Use the shortcode
[hindi_quran_viewer]
to display Quranic verses.
FAQ
-
How do I use this plugin?
-
Use the shortcode
[hindi_quran_viewer]
in any post or page. Ensure you import data first via the admin settings. -
How do I import data?
-
Go to Settings > Quran Viewer and click „Start Data Import“ to populate the database with Surahs and verses.
-
Can I customize the styling?
-
Yes, edit the CSS file in the
assets/
folder. -
Does it support dark mode?
-
Yes, toggle between light and dark themes using the button in the UI.
-
Does it work offline?
-
Yes, after importing data, the plugin works offline as all data is stored locally.
Rezensionen
There are no reviews for this plugin.
Mitwirkende & Entwickler
„Hindi Quran Viewer“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „Hindi Quran Viewer“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.2
- Added Arabic translations for verses, displayed before Hindi and English.
- Updated local database schema to store Arabic text.
- Enhanced verse search to include Arabic text.
1.1
- Added local database storage for Surahs and verses.
- Implemented admin settings page for data import.
- Enabled offline access after data import.
- Added theme toggle for light/dark modes.
- Implemented real-time Surah and verse search with result counts.
- Added search history storage.
- Improved caching with WordPress transients.
- Enhanced responsive design.
1.0
- Initial release.