Add "Home"

2026-05-31 01:50:32 +00:00
commit 426a5bb7ed
+25
@@ -0,0 +1,25 @@
# MokoJoomOpenGraph
Open Graph, Twitter Card, and social sharing meta tag management for Joomla 4/5/6.
## Quick Links
- [Installation](Installation)
- [Configuration](Configuration)
- [Platform Support](Platform-Support)
- [Developer Guide](Developer-Guide)
## What It Does
MokoJoomOpenGraph controls how your Joomla content appears when shared on social media. It injects the correct meta tags so that Facebook, Twitter/X, LinkedIn, Discord, WhatsApp, and Telegram all display your content with the right title, description, and image.
## Architecture
The extension is a Joomla **package** containing four sub-extensions:
| Extension | Type | Purpose |
|-----------|------|---------|
| com_mokoog | Component | Admin dashboard for managing all OG tag records |
| plg_system_mokoog | System Plugin | Injects OG/Twitter/LinkedIn/Discord meta tags on frontend pages |
| plg_content_mokoog | Content Plugin | Adds OG fields to article, menu item, and category editors |
| plg_webservices_mokoog | Web Services Plugin | REST API for OG tags at /api/v1/mokoog/tags |