
內容簡介
Owlstack 是一款 WordPress 外掛,讓使用者能夠輕鬆將文章自動分享至多個社交媒體平台,提升內容的曝光率。透過簡單的設定,使用者可以在發佈文章時一鍵分享,或設定自動分享功能。
【主要功能】
• 支援多個社交媒體平台,如 Facebook、Instagram 和 Twitter
• 直觀的管理設定頁面,輕鬆配置平台憑證
• 自動發佈功能,文章發佈即自動分享
• 發佈日誌,追蹤所有發佈活動
• 簡單的 PHP API,方便開發者整合
外掛標籤
開發者團隊
原文外掛簡介
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
Service: Telegram Bot API
Terms of Service: https://telegram.org/tos
Privacy Policy: https://telegram.org/privacy
X (Twitter)
Service: X API
Terms of Service: https://x.com/en/tos
Privacy Policy: https://x.com/en/privacy
Service: Facebook Graph API
Terms of Service: https://www.facebook.com/terms.php
Privacy Policy: https://www.facebook.com/privacy/policy/
Service: Instagram Graph API
Terms of Service: https://help.instagram.com/581066165581870
Privacy Policy: https://privacycenter.instagram.com/policy
Service: LinkedIn API
Terms of Service: https://www.linkedin.com/legal/user-agreement
Privacy Policy: https://www.linkedin.com/legal/privacy-policy
Discord
Service: Discord Webhooks
Terms of Service: https://discord.com/terms
Privacy Policy: https://discord.com/privacy
Service: Pinterest API
Terms of Service: https://policy.pinterest.com/en/terms-of-service
Privacy Policy: https://policy.pinterest.com/en/privacy-policy
Service: Reddit API
Terms of Service: https://www.redditinc.com/policies/user-agreement
Privacy Policy: https://www.reddit.com/policies/privacy-policy
Slack
Service: Slack Incoming Webhooks
Terms of Service: https://slack.com/terms-of-service
Privacy Policy: https://slack.com/privacy-policy
Tumblr
Service: Tumblr API
Terms of Service: https://www.tumblr.com/policy/en/terms-of-service
Privacy Policy: https://www.tumblr.com/privacy/en
Service: WhatsApp Business API
Terms of Service: https://www.whatsapp.com/legal/terms-of-service
Privacy Policy: https://www.whatsapp.com/legal/privacy-policy
