

Settings page with platform credential configuration.
Owlstack lets you automatically share your WordPress posts to social media platforms with a single click or on publish. Powered by the Owlstack Core engine, it provides a seamless publishing experience.
Supported Platforms:
Key Features:
owlstack_post_published and owlstack_post_failed actionswp_optionsFor Developers:
Owlstack provides a simple PHP API for publishing from themes or other plugins:
// Publish to Telegram
owlstack()->telegram('Hello from WordPress!');
// Publish to Twitter/X
owlstack()->twitter('Hello from WordPress!');
// Publish to a specific platform by name
owlstack()->publish($post, 'linkedin');
// Publish to all configured platforms
owlstack()->toAll($post);
This plugin connects to external third-party services to publish your content. Data such as post title, excerpt, URL, and featured image may be sent to the platforms you configure. No data is sent unless you explicitly configure and enable a platform.
Telegram
X (Twitter)
Discord
Slack
Tumblr