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
+35-26Lines changed: 35 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Mathilda copies your tweets from Twitter to WordPress continuously.
6
6
7
7
Mathilda is trying to give you back some control of your tweets. The plugin copies your tweets from Twitter continuously and saves them into the WordPress database. The tweets can be displayed on the blog chronologically (but do not have to). Indeed, Twitter is also blogging, micro-blogging so to speak.
8
8
9
-
## Features
9
+
## Functions
10
10
11
11
* Copy your tweets back
12
12
* Copy your tweeted images back
@@ -16,6 +16,10 @@ Mathilda is trying to give you back some control of your tweets. The plugin copi
16
16
* Export your tweets as CSV file
17
17
* Languague: English, German (only FrontEnd)
18
18
19
+
## Future of this Plugin
20
+
21
+
As Twitter has decided to discontinue free access to the Twitter API, I have stopped using Twitter. This will also impact the future of this plugin. In the medium term the api request function to copy tweets will be removed from the plugin. Displaying of already received tweet data and the import of DSGVO Data Export will be further supported and maintained. The plugin features will be reduced to minimum. At the present time, the plugin is still be able to execute API Calls as the plugin is using the Twitter API Standard v1.1, which still is usable without payment. But that can change at any time.
22
+
19
23
## Installation
20
24
21
25
1. Download the plugin from the WordPress Plugin Repository
@@ -30,23 +34,6 @@ Mathilda is trying to give you back some control of your tweets. The plugin copi
30
34
4. Run the initial load (Tools/Tweets)
31
35
5. Create a WordPress page (page slug must match mathilda slug)
32
36
33
-
## CSS classes
34
-
35
-
All mathilda UI elements can be addressed with individual CSS selectors. Please use your debugger to find the right classes.
36
-
37
-
## Mathilda API
38
-
39
-
WordPress Action: mathilda_tweets_updated (fired on tweet update)
40
-
41
-
## Data & Files
42
-
43
-
Mathilda creates 4 folders within wp-content/uploads.
44
-
45
-
* mathilda-twitterapi = Archive of the Twitter API data
46
-
* mathilda-images = Tweet Image Folder
47
-
* mathilda-export = Export Directory
48
-
* mathilda-import = Import Directory
49
-
50
37
## Supported Tweet Types
51
38
52
39
Following tweet types are supported.
@@ -66,12 +53,33 @@ Following tweet objects are supported.
66
53
* Mentions
67
54
* Galleries
68
55
69
-
## Mathilda Cron Jobs @ WordPress
56
+
## Architecture
57
+
58
+
Data storage and process logic is separated from the WordPress Framework. The tweets are not saved in the table wp_posts. And Mathilda is not registering a custom post type for the tweets as well.
59
+
60
+
## CSS classes
61
+
62
+
All mathilda UI elements can be addressed with individual CSS selectors. Please use your debugger to find the right classes.
63
+
64
+
## Data & Files
65
+
66
+
Mathilda creates 4 folders within wp-content/uploads.
67
+
68
+
* mathilda-twitterapi = Archive of the Twitter API data
@@ -28,16 +28,82 @@ Mathilda is trying to give you back some control of your tweets. The plugin copi
28
28
29
29
[Here!](https://www.unmus.de/tweets/)
30
30
31
+
== Future of this Plugin ='=
32
+
33
+
As Twitter has decided to discontinue free access to the Twitter API, I have stopped using Twitter. This will also impact the future of this plugin. In the medium term the api request function to copy tweets will be removed from the plugin. Displaying of already received tweet data and the import of DSGVO Data Export will be further supported and maintained. The plugin features will be reduced to minimum. At the present time, the plugin is still be able to execute API Calls as the plugin is using the Twitter API Standard v1.1, which still is usable without payment. But that can change at any time.
34
+
35
+
== Configuration ==
36
+
37
+
1. [Register](https://dev.unmus.de/wp-content/uploads/Mathilda-Twitter-App-Registration.pdf) your Mathilda-Instance as Twitter-Application for API Access [apps.twitter.com](https://apps.twitter.com)
38
+
2. Activate the plugin in WordPress
39
+
3. Maintain OAUTH Access Token, OAUTH Access Token Secret, Consumer Key, Consumer Secret and your Twitter Account in the settings
40
+
4. Run the initial load (Tools/Tweets)
41
+
5. Create a WordPress page (page slug must match mathilda slug)
42
+
43
+
== Further Information ==
44
+
45
+
= Supported Tweet Types =
46
+
47
+
Following tweet types are supported.
48
+
49
+
* 140 Character Tweets
50
+
* 280 Character Tweets
51
+
* Replys
52
+
* Quotes
53
+
54
+
= Supported Tweet Objects =
55
+
56
+
Following tweet objects are supported.
57
+
58
+
* Images
59
+
* Hashtags
60
+
* Links
61
+
* Mentions
62
+
* Galleries
63
+
64
+
= Architecture =
65
+
66
+
Data storage and process logic is separated from the WordPress Framework. The toots are not saved in the table wp_posts. And TootPress is not registering a custom post type for the toots as well.
67
+
68
+
= CSS classes =
69
+
70
+
All mathilda UI elements can be addressed with individual CSS selectors. Please use your debugger to find the right classes.
71
+
72
+
= Data & Files =
73
+
74
+
Mathilda creates 4 folders within wp-content/uploads.
75
+
76
+
* mathilda-twitterapi = Archive of the Twitter API data
@@ -97,14 +163,12 @@ The embedded content will be retrieved and generated every 15 minutes (or with t
97
163
98
164
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.
99
165
100
-
== Screenshots ==
101
-
102
-
1. Mathilda Settings
103
-
2. Mathilda Tools
104
-
3. Tweets @ User Interface
105
-
106
166
== Changelog ==
107
167
168
+
= 0.12 "Alfred" =
169
+
* April 2023
170
+
* Feature: Deactivate regular API Request
171
+
108
172
= 0.11 "Alice" =
109
173
* October 2020
110
174
* Feature: Support of new large DSGVO Twitter Data Export
@@ -233,6 +297,9 @@ Backlinks to Twitter will be declared as nofollow. This affects Hashtags, Mentio
233
297
234
298
== Upgrade Notice ==
235
299
300
+
= 0.12 =
301
+
This version prepares the plugin for Twitter API Shutdown.
302
+
236
303
= 0.11 =
237
304
This version supports the new DSGVO Twitter Data Export.
238
305
@@ -261,60 +328,4 @@ This version supports custom defined cron periods, brings further navigation opt
261
328
This version supports replies, makes import and cron more stable and includes many bugfixes.
262
329
263
330
= 0.2 =
264
-
This version does not require a webcron anymore.
265
-
266
-
== Configuration ==
267
-
268
-
1. [Register](https://dev.unmus.de/wp-content/uploads/Mathilda-Twitter-App-Registration.pdf) your Mathilda-Instance as Twitter-Application for API Access [apps.twitter.com](https://apps.twitter.com)
269
-
2. Activate the plugin in WordPress
270
-
3. Maintain OAUTH Access Token, OAUTH Access Token Secret, Consumer Key, Consumer Secret and your Twitter Account in the settings
271
-
4. Run the initial load (Tools/Tweets)
272
-
5. Create a WordPress page (page slug must match mathilda slug)
0 commit comments