WP Manifestindependent plugin directory
manifest / social / threads-to-posts

Threas to Posts

메타의 스레드 (https://www.threads.com) 사이트에 포스팅된 내 글을 워드프레스로 가져옵니다.

by changwoo · github.com/chwnam/threads-to-posts · website

4stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/chwnam/threads-to-posts/archive/refs/heads/main.zip

From the readme

Threads to Posts A WordPress plugin that imports your posts from Threads into your WordPress blog. README in Korean: README-ko.md Installation Guide Note: This plugin is not officially registered on [wordpress.org]. - PHP 8.0 or higher - Required extensions: ext-pcntl, ext-zlib Clone the plugin via Git: Move the entire plugin directory to your WordPress wp-content/plugins/ folder. Log into your WordPress admin panel and activate the plugin. Then, you will find Threads to Posts under Tools in the admin menu. Configuration Guide To use the Threads API correctly: 1. Register an app for Threads on the Meta developers. 2. Get the App ID and App Secret from the app. 3. Get an access token through the plugin. For details, refer to the Setup Guide. Post Scraping Refer to the Scraping Guide for information on scraping posts. Command Line This plugin supports some advanced commands via WP-CLI. See the CLI Manual for details. Changelog CHANGELOG.md

Read the full README on GitHub →