You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: keyring-importers.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Plugin Name: Keyring Social Importers
4
4
Description: Take back your content from different social media websites like Twitter, Flickr, Instagram, Delicious and Foursquare. Store everything in your own WordPress so that you can use it however you like.
@@ -81,6 +82,11 @@ You can potentially [write your own importers](https://github.com/cfinke/Keyring
81
82
* Uses the title from the document in Instapaper, if there is a description associated then it uses that as well.
82
83
* NEW: Downloads the full content of the article using Instapaper's API, and stores that *in the post content*, so that you can search it later. Disable it by creating a stub plugin, or dropping this in your theme's functions.php; add_filter( 'keyring_instapaper_download_article_texts', '__return_false' );
83
84
85
+
= Jetpack/WordPress.com =
86
+
* Import posts from either self-hosted, or hosted copies of WordPress, via the Jetpack/WordPress.com API.
87
+
* Post author is always overridden.
88
+
* Tags, content, title, excerpt are all carried over.
89
+
84
90
= Moves =
85
91
* Imports your data daily.
86
92
* Creates a summary post, which is a bulleted list detailing each category of activity for the day.
@@ -115,6 +121,11 @@ You can potentially [write your own importers](https://github.com/cfinke/Keyring
115
121
116
122
== Changelog ==
117
123
124
+
= 1.8 =
125
+
* Enhancement: Added a Jetpack/WordPress.com importer.
126
+
* Enhancement: Fix Twitter importer so that it correctly obeys the option to import retweets. Props @glueckpress for reporting.
127
+
* Enhancement: Lots of code cleanup/linting.
128
+
118
129
= 1.7 =
119
130
* Enhancement: Places support for Nest and TripIt importers.
120
131
* Enhancement: Instagram importer now supports Video posts, and People.
0 commit comments