Skip to content

Add Content Intel plugin for content_intel module integration#6

Open
jjroelofs wants to merge 1 commit into1.xfrom
feat/content-intel-plugin
Open

Add Content Intel plugin for content_intel module integration#6
jjroelofs wants to merge 1 commit into1.xfrom
feat/content-intel-plugin

Conversation

@jjroelofs
Copy link
Copy Markdown
Contributor

Summary

  • Adds ContentIntel plugin that exposes AI Social Posts data to the content_intel module
  • Allows AI tools to access social post data via Drush CLI commands
  • Collects all social posts linked to a node with metadata and content fields

Related Issue

Closes #5

Test plan

  • Enable content_intel module
  • Run drush ci:plugins to verify ai_social_posts plugin appears
  • Run drush ci:entity node 1 --format=json to see social posts data

Adds a ContentIntel plugin that exposes AI Social Posts data to the
content_intel module, allowing AI tools to access social post data
via Drush CLI commands.

Features:
- Collects all social posts linked to a node
- Provides post metadata (type, created, changed, author)
- Extracts post content fields (post, title, subtitle)
- Groups posts by type with counts

Closes #5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Content Intel plugin for content_intel module integration

1 participant