Linux 软件免费装
Banner图

Owlstack

开发者 alihesari
更新时间 2026年3月22日 05:42
捐献地址: 去捐款
PHP版本: 8.1 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

facebook social media telegram twitter auto publish

下载

1.0.0 1.0.1

详情介绍:

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

安装:

  1. Upload the owlstack folder to the /wp-content/plugins/ directory, or install directly through the WordPress plugins screen.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Go to Owlstack > Settings to configure your platform credentials.

屏幕截图:

  • Publish meta box on the post editor.
  • Delivery logs page showing publishing activity.

升级注意事项:

1.0.0 Initial release. Configure your platform credentials under Owlstack > Settings after activation.

常见问题:

What platforms are supported?

Telegram, X (Twitter), Facebook, Instagram, LinkedIn, Discord, Pinterest, Reddit, Slack, Tumblr, and WhatsApp are all supported.

Does this plugin require Composer?

No. All dependencies are bundled with the plugin. Simply install and activate it from your WordPress admin panel.

How do I get API credentials for each platform?

Can I customize which post types are supported?

Yes. Use the owlstack_supported_post_types filter: add_filter('owlstack_supported_post_types', function ($types) { return ['post', 'page', 'product']; });

Is there proxy support?

Yes. Configure proxy settings in Owlstack > Settings for servers that cannot access social media APIs directly.

Where are delivery logs stored?

Delivery logs are stored in a custom database table (wp_owlstack_delivery_logs). You can view them under Owlstack > Delivery Logs.

更新日志:

1.0.0