Select one or more tags, then press “Search Plugins”

Find Plugin with any / all of the selected criteria
Search Plugin

Owlstack Wordpress Plugin - Rating, Reviews, Demo & Download

Owlstack Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

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:

  • Telegram — Send posts to channels and groups via Bot API
  • X (Twitter) — Tweet your posts with media support
  • Facebook — Share posts to Facebook Pages
  • Instagram — Publish to Instagram via the Graph API
  • LinkedIn — Share posts to LinkedIn profiles and company pages
  • Discord — Send posts to Discord channels via webhooks
  • Pinterest — Pin content to Pinterest boards
  • Reddit — Submit posts to subreddits
  • Slack — Post to Slack channels via webhooks
  • Tumblr — Share posts to Tumblr blogs
  • WhatsApp — Send messages via WhatsApp Business API

Key Features:

  • Admin Settings Page — Configure platform credentials and proxy settings from a clean admin UI
  • Publish Meta Box — Select platforms and publish directly from the post editor
  • Auto-Publish — Automatically share posts when they’re published
  • Delivery Logs — Track all publishing activity with status, errors, and external links
  • REST API — AJAX endpoints for connection testing, manual publishing, and log management
  • WP HTTP API — Uses native WordPress HTTP functions instead of cURL
  • WordPress Events — Full hook support with owlstack_post_published and owlstack_post_failed actions
  • Token Storage — Encrypted OAuth token storage via wp_options

For 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);

Third-Party Services

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)

Facebook

Instagram

LinkedIn

Discord

Pinterest

Reddit

Slack

Tumblr

WhatsApp

Screenshots

  1. Settings page with platform credential configuration.

    Settings page with platform credential configuration.

  2. Publish meta box on the post editor.

    Publish meta box on the post editor.

  3. Delivery logs page showing publishing activity.

    Delivery logs page showing publishing activity.


Reviews & Comments