Bit Social is a WordPress plugin for social media auto-posting and scheduling.
| Item | Version |
|---|---|
| Stable tag | 1.13.1 |
| Requires WordPress | 5.1+ |
| Tested up to | 6.9 |
| Requires PHP | 7.4+ |
- Clone the repository:
git clone https://github.com/Bit-Apps-Pro/bit-social-lite.git bit-social- Navigate into the project directory:
cd bit-social- Install dependencies:
pnpm install
composer install- Run the development server:
pnpm dev- Build for production:
pnpm prod:free-zip.
├── backend/ # Backend PHP logic
├── frontend/ # Frontend app source (React/TS)
├── src/ # Plugin source and references
├── tests/ # Automated tests
├── scripts/ # Build/dev utility scripts
├── config/ # Project configuration files
├── cli/ # CLI utilities
├── bin/ # Executable helper scripts
├── _bitapps-plugin-commons/ # Shared internal package
├── bit-social.php # WordPress plugin bootstrap
├── composer.json # PHP dependencies
├── package.json # Node/pnpm dependencies
└── readme.txt # WordPress.org plugin readme
Latest release logs synced from readme.txt.
- Security
- Hardened AJAX auto-post flow with strict nonce, capability, and post ID validation.
- Improved upload handling and input sanitization for safer media processing.
- Compliance
- Added external services and build/source-code documentation for WordPress.org review.
- Features
- WP scheduled posts: Added a new post order option that starts from oldest posts and continues to latest (including upcoming posts).
- Added a new Smart Tag:
{post_date}for inserting the post publish date.
- Improvements
- Improved hashtag formatting:
- Previous:
#new #year - Now:
#newYear
- Previous:
- Trimmed Threads topic text to 50 characters to prevent posting errors.
- Improved hashtag formatting:
- Fixed
- Few minor bug fixes and improvements.
- Fixed
- Few minor bug fixes and improvements.