twitter-archive-to-wp icon indicating copy to clipboard operation
twitter-archive-to-wp copied to clipboard

Import Twitter Data Archive using WP-CLI

Results 7 twitter-archive-to-wp issues
Sort by recently updated
recently updated
newest added

Hey Shawn! Thanks _so_ much for putting this together. I ended up making several changes to get it to work in my specific use-case. I'm not convinced all of this...

Hi. Having finally decided to leave 'X', your plugin was brilliant to find – thank you so much! One thing, though: when it imports images with threaded posts, it only...

I ran `wp-import 1`, with the result `Success: Import Complete - 326 tweets processed, 326skipped`, but when I went to check the dashboard, there were no tweets visible: ![image](https://user-images.githubusercontent.com/31581044/231243464-965b59b3-c7e4-446f-b4d2-a2f72aeea7d2.png) I...

Resolves #17 This is a fairly major refactor of media handling. It enables: - Import of mulitple media items for each tweet - Import of video media - Import of...

I would prefer to have the option to import the images directly into the Media Library instead of leaving them in the `twitter-archive` directory. The way this is currently setup...

I'll PR this shortly, but would love some filters on the post type and taxonomy registration options.

The code for importing media looks for `foreach($tweet->entities->media as $media) {` I think this should look for `foreach($tweet->extended_entities->media as $media) {` Example JSON code with multiple media items ```json {...