[FEATURE] Social Platform Debugger Quick Links #9

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

Feature Description

Quick-access buttons to open pages in Facebook, Twitter, LinkedIn, and Google debugger tools.

Problem or Use Case

After configuring OG tags, editors must manually find and enter URLs into each debugger. Quick links eliminate this.

Proposed Solution

Buttons that open in new tab:

  • Facebook Sharing Debugger
  • Twitter/X Card Validator
  • LinkedIn Post Inspector
  • Google Rich Results Test

Display in admin tag list (per-row) and article editor OG fieldset.

Implementation Details

  • Build frontend URL via Route::link('site', ...)
  • Simple anchor tags with target=_blank
  • Custom field type or layout override
## Feature Description Quick-access buttons to open pages in Facebook, Twitter, LinkedIn, and Google debugger tools. ## Problem or Use Case After configuring OG tags, editors must manually find and enter URLs into each debugger. Quick links eliminate this. ## Proposed Solution Buttons that open in new tab: - Facebook Sharing Debugger - Twitter/X Card Validator - LinkedIn Post Inspector - Google Rich Results Test Display in admin tag list (per-row) and article editor OG fieldset. ## Implementation Details - Build frontend URL via Route::link('site', ...) - Simple anchor tags with target=_blank - Custom field type or layout override
jmiller added the enhancementpriority: low labels 2026-05-23 22:29:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomOpenGraph#9