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
+34-26Lines changed: 34 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
-
## Functions
9
+
## Features
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
0 commit comments