commit 426a5bb7ed4a3351648ca8f543184e1acd6a651b Author: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Sun May 31 01:50:32 2026 +0000 Add "Home" diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..8878883 --- /dev/null +++ b/Home.md @@ -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 |