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
1. Download the plugin from the WordPress Plugin Repository
35
-
2. Activate the plugin in WordPress
36
-
3. Follow the setup manual
37
-
38
-
== Frequently Asked Questions ==
39
-
40
-
= Why are boosts, replys and private toots not supported? =
41
-
42
-
Boosts are not your toots. Replys are communication, but not micro-posts. Private Toots should stay private.
43
-
44
-
= How does TootPress handle the canonical URL? =
45
-
46
-
TootPress does not modify the existing canonical url handling in WordPress. If you want to create a unique canonical url for each TootPress subpage, you must control that with a SEO plugin. This becomes relevant when your toots must be distributed over several pages and the plugin starts the paging process.
47
-
48
-
= What have to be considered with the usage of caching plugins? =
49
-
50
-
The length of the cron period in combination with the configuration of caching determines how early a toot will be displayed within the blog. If a toot should be displayed as early as possible, the caching must be deactivated for the page containing the toots. Another possibility is removing the affected page from the cache, if new toots have been loaded. For this, a WordPress Action is fired by the plugin, which then must be processed by your caching plugin.
51
-
52
-
= Does TootPress support WordPress Multisite? =
53
-
54
-
No. TootPress does not support the WordPress Multisite Feature. The plugin is working on the master-site, but is not working on all other child sites within the wordpress network.
55
-
56
-
== Changelog ==
57
-
58
-
= 0.2 "Kate Bishop" =
59
-
* April 2023
60
-
* New: Available in WordPress Plugin Directory
61
-
* Added: Escaping Echos
62
-
* Changed: CSS Enqueuing
63
-
* Changed: Retrive Image Files via HTTP API
64
-
65
-
= 0.1 "Ms. Marvel" =
66
-
* March 2023
67
-
* Initial Release
68
-
69
-
== Configuration ==
70
-
71
-
= Setup Manual =
28
+
== Setup Manual ==
72
29
73
30
1. Create an Application on your Mastodon Instance to get API Access (under Settings/Development)
74
31
2. Restrict the Authorization of the created Application to Read (all data)
@@ -81,7 +38,7 @@ No. TootPress does not support the WordPress Multisite Feature. The plugin is wo
81
38
9. Activate Steady Fetch
82
39
10. That's it!
83
40
84
-
= Instructions for Use =
41
+
== Instructions for Use ==
85
42
86
43
* You find TootPress in WordPress in the area of Settings and Tools
87
44
* Steady Fetch activates the automatic and regular load of new toots
@@ -94,6 +51,8 @@ No. TootPress does not support the WordPress Multisite Feature. The plugin is wo
94
51
* There is no prescribed order for the execution of Steady Fetch, Complete Timeline or manual requests
95
52
* If problems occur, TootPress provides a Healthy Check
96
53
54
+
== Further Information ==
55
+
97
56
= Supported Toot Objects =
98
57
99
58
Following toot objects are supported.
@@ -142,3 +101,44 @@ TootPress creates 2 folders within wp-content/uploads.
142
101
= TootPress API =
143
102
144
103
WordPress Action: tootpress_toots_update (fired on toot update)
= Why are boosts, replys and private toots not supported? =
118
+
119
+
Boosts are not your toots. Replys are communication, but not micro-posts. Private Toots should stay private.
120
+
121
+
= How does TootPress handle the canonical URL? =
122
+
123
+
TootPress does not modify the existing canonical url handling in WordPress. If you want to create a unique canonical url for each TootPress subpage, you must control that with a SEO plugin. This becomes relevant when your toots must be distributed over several pages and the plugin starts the paging process.
124
+
125
+
= What have to be considered with the usage of caching plugins? =
126
+
127
+
The length of the cron period in combination with the configuration of caching determines how early a toot will be displayed within the blog. If a toot should be displayed as early as possible, the caching must be deactivated for the page containing the toots. Another possibility is removing the affected page from the cache, if new toots have been loaded. For this, a WordPress Action is fired by the plugin, which then must be processed by your caching plugin.
128
+
129
+
= Does TootPress support WordPress Multisite? =
130
+
131
+
No. TootPress does not support the WordPress Multisite Feature. The plugin is working on the master-site, but is not working on all other child sites within the wordpress network.
0 commit comments