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
Following components of WordPress are used in TootPress.
@@ -169,6 +339,22 @@ Backlinks to Mastodon can be activated in the plugin settings. In this case, the
169
339
170
340
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.
171
341
342
+
### Are the toots included in the WordPress Search?
343
+
344
+
Unfortunately not.
345
+
346
+
### Is there any possiblity to modify the outputs on the user interface?
347
+
348
+
Almost every content element, which is created by TootPress in the FrontEnd, can be modified. For example, you can replace the Mastodon Logo with another image. Enabeling this, the plugin is providing a bunch of filters. Please read the documentation of the filter above.
349
+
350
+
### Does TootPress recognize, if a published Toot was edited on Mastodon?
351
+
352
+
The plugin does not sync the Toots between Mastodon and WordPress. TootPress is copying the toots just once after they are published on Mastodon. So if a published toot is edited on Mastodon later, TootPress does not recognized this change anymore, if the toot was already copied to WordPress. Reflecting the edit in WordPress there is only the possibility to make the same edit again directly in the WordPress database. The toots are stored in the table tootpress_toots.
353
+
354
+
### Can toots be loaded from several Mastodon instances?
355
+
356
+
No. The plugin does currently not support several Mastodon instances. The architecture is designed to load toots from one single instance. Independent from this, if your toot history is spread over several instances and the timelines does not overlap, you can try to load the timelines one after another. This is not officially supported or tested, but based on user feedback this seems to work surprisingly.
357
+
172
358
## Maturity Grade
173
359
174
360
* Low maturity level
@@ -207,6 +393,23 @@ This project is licensed under the GPL3 License.
0 commit comments