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: readme.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Mathilda is trying to give you back some control of your tweets. The plugin copi
32
32
33
33
## CSS classes
34
34
35
-
You know the game! Mathilda can not assure that it looks fine on your theme. That is why all mathilda UI elements can be addressed with individual CSS selectors. Please use your debugger to find the right classes.
35
+
All mathilda UI elements can be addressed with individual CSS selectors. Please use your debugger to find the right classes.
36
36
37
37
## Mathilda API
38
38
@@ -100,7 +100,7 @@ All the same. It works both. Mathilda is flexible. But the autoload will only be
100
100
101
101
### How can I import my tweet history?
102
102
103
-
To import your tweets, you must download your tweet archive from Twitter (Profile/Settings/Your Twitter Data). Your archive contains the folder "data/js/tweets". Upload the containing files to "www.yourblog.com/wp-content/uploads/mathilda-import/". Now you can run the import (Tools/Tweets).
103
+
To import your tweets, you must download your tweet archive from Twitter (Profile/Settings/Your Twitter Data). Your archive contains the file data/tweet.js. Split this file in smaller files (<400 KB) with a local tool like [JSON Splitter](https://github.com/jhsu98/json-splitter). After that upload the splitted files to "www.yourblog.com/wp-content/uploads/mathilda-import/". Now you can run the import (Tools/Tweets).
104
104
105
105
### How does Mathilda handle the canonical URL?
106
106
@@ -131,22 +131,25 @@ The embedded content will be retrieved and generated every 15 minutes (or with t
131
131
Backlinks to Twitter will be declared as nofollow. This affects Hashtags, Mentions and the Backlink of the Tweet itself. Links within the tweets are declared as follow.
Mathilda copies your tweets from Twitter to WordPress continuously.
11
+
Mathilda copies your tweets from Twitter to WordPress.
12
12
13
13
== Description ==
14
14
@@ -47,7 +47,7 @@ Mathilda focuses on the core functionality of Twitter meaning only Text-Tweets,
47
47
48
48
= Why does Mathilda not support Retweets? =
49
49
50
-
Retweets are not your data. That is why we do not show them.
50
+
Retweets are not your data. That is why we do not support them.
51
51
52
52
= Will the tweets be loaded automaticly? =
53
53
@@ -67,7 +67,7 @@ All the same. It works both. Mathilda is flexible. But the autoload will only be
67
67
68
68
= How can I import my tweet history? =
69
69
70
-
To import your tweets, you must download your tweet archive from Twitter (Profile/Settings/Your Twitter Data). Your archive contains the folder "data/js/tweets". Upload the containing files to "www.yourblog.com/wp-content/uploads/mathilda-import/". Now you can run the import (Tools/Tweets).
70
+
To import your tweets, you must download your tweet archive from Twitter (Profile/Settings/Your Twitter Data). Your archive contains the file data/tweet.js. Split this file in smaller files (<400 KB) with a local tool like [JSON Splitter](https://github.com/jhsu98/json-splitter). After that upload the splitted files to "www.yourblog.com/wp-content/uploads/mathilda-import/". Now you can run the import (Tools/Tweets).
71
71
72
72
= How does Mathilda handle the canonical URL? =
73
73
@@ -83,7 +83,7 @@ Yes.
83
83
84
84
= Why require some updates a reset of the plugin and reload of the data? =
85
85
86
-
The plugin is an early stage of development. It is still a long way to a stable 1.0 version. To avoid data inconsistency and process errors some updates require a reload of the data. Sometime Mathilda will have a maturity level, which does not require such resets anymore.
86
+
To avoid data inconsistency and process errors some updates require a reload of the data. Sometime Mathilda will have a maturity level, which does not require such resets anymore.
87
87
88
88
= Does Mathilda support WordPress Multisite? =
89
89
@@ -105,6 +105,12 @@ Backlinks to Twitter will be declared as nofollow. This affects Hashtags, Mentio
105
105
106
106
== Changelog ==
107
107
108
+
= 0.11 "Alice" =
109
+
* October 2020
110
+
* Feature: Support of new large DSGVO Twitter Data Export
111
+
* Feature: Displaying Link to Video for Video Tweets
112
+
* Bugfix: Broken 2nd Hashtag (if similar hashtag was before)
113
+
108
114
= 0.10 "Deadshot" =
109
115
* June 2018
110
116
* Feature: Support of Tweet Galleries
@@ -227,6 +233,9 @@ Backlinks to Twitter will be declared as nofollow. This affects Hashtags, Mentio
227
233
228
234
== Upgrade Notice ==
229
235
236
+
= 0.11 =
237
+
This version supports the new DSGVO Twitter Data Export.
238
+
230
239
= 0.10 =
231
240
This version brings tweet galleries.
232
241
@@ -263,11 +272,14 @@ This version does not require a webcron anymore.
263
272
5. Create a WordPress page (page slug must match mathilda slug)
You know the game! Mathilda can not assure that it looks fine on your theme. That is why all mathilda UI elements can be addressed with individual CSS selectors. Please use your debugger to find the right classes.
282
+
All mathilda UI elements can be addressed with individual CSS selectors. Please use your debugger to find the right classes.
0 commit comments