[FEATURE] Third-Party Extension Support (VirtueMart, K2, HikaShop, etc.) #5

Closed
opened 2026-05-23 22:27:56 +00:00 by jmiller · 0 comments
Owner

Feature Description

Support OG tags for popular third-party extensions, matching Tagz's 15+ integrations.

Problem or Use Case

Sites using VirtueMart, K2, etc. need OG tags on product/event/custom content pages.

Proposed Solution

Content type adapter architecture:

  • Phase 1: VirtueMart, K2, HikaShop
  • Phase 2: EasyBlog, RSEvents Pro, JEvents, Phoca Cart
  • Each adapter: canHandle(), getTitle(), getDescription(), getImage()

Implementation Details

  • ContentTypeInterface in com_mokoog
  • Adapter classes under src/ContentType/
  • Auto-registration via discovery mechanism
## Feature Description Support OG tags for popular third-party extensions, matching Tagz's 15+ integrations. ## Problem or Use Case Sites using VirtueMart, K2, etc. need OG tags on product/event/custom content pages. ## Proposed Solution Content type adapter architecture: - Phase 1: VirtueMart, K2, HikaShop - Phase 2: EasyBlog, RSEvents Pro, JEvents, Phoca Cart - Each adapter: canHandle(), getTitle(), getDescription(), getImage() ## Implementation Details - ContentTypeInterface in com_mokoog - Adapter classes under src/ContentType/ - Auto-registration via discovery mechanism
jmiller added the enhancementpriority: medium labels 2026-05-23 22:27:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomOpenGraph#5