Descrição
SocialJet is a powerful WordPress plugin that automates sharing your posts to social media platforms including Facebook, Instagram, Threads, LinkedIn, Telegram, and Pinterest. It allows you to schedule posts on a weekly basis, set specific sharing times, and manage multiple accounts and pages. With a user-friendly React-based interface, SocialJet simplifies social media management for bloggers and businesses.
External services
SocialJet publishes your posts to third-party social networks on your behalf. A network is contacted only after you connect an account for it, and only to (a) authorize that account or (b) publish or schedule a post to it. In every case the data sent is limited to: your own app/client credentials and the requested OAuth scopes during authorization; the resulting access/refresh token on later requests; and your post content (text, links, and images) when publishing. Nothing is sent to any other destination.
Each network, what it is used for, the domains contacted, and its legal links are listed below.
Facebook and Instagram — Facebook Graph API (Meta Platforms, Inc.). Authorizes your account, lists the Facebook Pages and Instagram accounts you manage, and publishes posts and images. Domains contacted: facebook.com, graph.facebook.com.
Terms of Service: https://www.facebook.com/legal/terms | Privacy Policy: https://www.facebook.com/privacy/policy/
Threads — Threads API (Meta Platforms, Inc.). Authorizes your account and publishes Threads posts. Domains contacted: threads.net, graph.threads.net.
Terms of Service: https://www.facebook.com/legal/terms | Privacy Policy: https://privacycenter.instagram.com/policy
LinkedIn — LinkedIn API (LinkedIn Corporation). Authorizes your account, lists the organization (Company) Pages you administer, uploads images, and publishes posts as a member or organization. Domains contacted: linkedin.com, api.linkedin.com.
Terms of Service: https://www.linkedin.com/legal/user-agreement | Privacy Policy: https://www.linkedin.com/legal/privacy-policy
Pinterest — Pinterest API v5 (Pinterest, Inc.). Authorizes your account, lists your boards, and publishes pins. Domains contacted: pinterest.com, api.pinterest.com.
Terms of Service: https://policy.pinterest.com/en/terms-of-service | Privacy Policy: https://policy.pinterest.com/en/privacy-policy
Telegram — Telegram Bot API (Telegram Messenger Inc.). Publishes messages and media to the channels/groups served by your bot token. Domain contacted: api.telegram.org.
Terms of Service: https://telegram.org/tos | Privacy Policy: https://telegram.org/privacy
Development
Source code
SocialJet’s admin interface is built with React and TypeScript. The compiled, distribution-ready assets are bundled into the plugin’s /build folder. The full, human-readable source code for that interface is publicly available on GitHub:
https://github.com/yusifmov/socialjet-frontend
Build instructions
The /build assets are generated from the source repository above. To reproduce them:
- Install Node.js (LTS) and npm.
- Clone the repository:
git clone https://github.com/yusifmov/socialjet-frontend - Install dependencies:
npm install - Build the production assets:
npm run build - Copy the generated output into the plugin’s
/buildfolder.
(Adjust the build command above to match the script defined in the repository’s package.json.)
License
Both the bundled build assets and the source code in the repository above are licensed under GPLv3, the same license as the plugin itself.
Roadmap
Completed:
* Basic Facebook sharing (post title, link, and content)
* Weekly post scheduling
* Scheduling posts for a specific time
* Scheduling posts with a sharing gap
* Scheduling to multiple Facebook pages
* Sharing Queue menu (sharing history)
* Editing schedules
* Pausing and restarting schedules
* Post templates (text only, single image, gallery, link card)
* Meta pack: Facebook, Threads, and Instagram
* Telegram
Planned:
* Additional post text tags
* Auto-scheduling for posts
* XL pack: X, LinkedIn, Pinterest
* Blogging pack: Tumblr, Reddit, Mastodon, Blogger
* Google Business Profiles integration
* Russian pack: VKontakte, Odnoklassniki
* Discord integration
* Development guide for building add-ons
* UI/UX improvements
Capturas de tela








Instalação
- Upload the
socialjetfolder to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Navigate to the SocialJet settings page to configure your social media accounts and scheduling preferences.
Perguntas frequentes
-
SocialJet currently supports Facebook, Instagram, Threads, LinkedIn, Telegram, and Pinterest. Support for additional platforms is planned for future updates.
-
Do I need my own developer app to connect an account?
-
Yes. For each network you provide your own app credentials (for example a client/app ID and secret). The plugin uses those credentials to authorize and post on your behalf through the network’s official API.
Avaliações
Não há avaliações para este plugin.
Colaboradores e desenvolvedores
“SocialJet” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir o “SocialJet” para seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.
Registro de alterações
1.0.9
- More social networks added: Pinterest
1.0.8
- More social networks added: Instagram, Threads, LinkedIn, and Telegram
1.0.7
- Tested with WordPress 6.9
- Prevent duplicate posts from being scheduled
- Security fixes
1.0.6
- Security fixes
1.0.5
- Security fixes
1.0.4
- Security fixes
1.0.3
- Security fixes
1.0.2
- Security fixes
1.0.1
- Enable editing of scheduled posts
- Add the ability to toggle schedule status (pause/resume)
- Fix minor UI/UX issues for improved usability
1.0.0
- Add basic Facebook sharing (post title, link, and content)
- Enable weekly post scheduling
- Allow scheduling posts for specific times
- Add support for scheduling with time gaps
- Enable scheduling to multiple Facebook pages