# Thread Block #
**Contributors:** [bhargavbhandari90](https://profiles.wordpress.org/bhargavbhandari90/)  
**Donate link:** https://www.paypal.me/BnB90/20  
**Tags:** block, thread, twitter thread, blocks  
**Requires at least:** 6.6  
**Tested up to:** 6.8  
**Stable tag:** 1.0.0  
**Requires PHP:** 7.4  
**License:** GPLv2 or later  
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html  

Create Twitter-like threaded posts in WordPress for engaging, connected storytelling.

## Description ##

A Twitter/X-style thread builder for WordPress, letting you chain tweets (posts) in a seamless, engaging conversation flow. Perfect for storytelling, debates, or breaking down ideas step by step.

## Installation ##

1. Upload the plugin files to the `/wp-content/plugins/thread-block` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Add/Edit post pr plugin and search "thread" while searching a block

## Demo
https://github.com/user-attachments/assets/5d46aebf-c7f1-4cb0-90a4-5017a4f058cf

## Prerequisites
- [Node/NPM](https://nodejs.org/en/download/)
- [NVM](https://github.com/nvm-sh/nvm)

## Development Setup
1. Go to plugin's root
2. Run `npm install`
5. To watch for changes, run `npm start`

## Development

To create a publish ready plugin, run:

	npm run build

To format code, run:

	npm run format


## Found a Bug? ##

If you find a bug, report here 
[https://github.com/BhargavBhandari90/thread-block/issues](https://github.com/BhargavBhandari90/thread-block/issues)

## Changelog ##

### 1.0.0 ###
* Initial Release.
