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
@@ -229,6 +339,22 @@ Backlinks to Mastodon can be activated in the plugin settings. In this case, the
229
339
230
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.
231
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.
@@ -219,8 +323,41 @@ Backlinks to Mastodon can be activated in the plugin settings. In this case, the
219
323
220
324
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.
221
325
326
+
= Are the toots included in the WordPress Search? =
327
+
328
+
Unfortunately not.
329
+
330
+
= Is there any possiblity to modify the outputs on the user interface? =
331
+
332
+
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.
333
+
334
+
= Does TootPress recognize, if a published Toot was edited on Mastodon? =
335
+
336
+
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.
337
+
338
+
= Can toots be loaded from several Mastodon instances? =
339
+
340
+
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.
341
+
222
342
== Changelog ==
223
343
344
+
= 0.5 "Echo" =
345
+
346
+
* July 2025
347
+
* Feature: Closing Filter
348
+
* Feature: Move Forward Label Filter
349
+
* Feature: Move Backward Label Filter
350
+
* Feature: Before Loop Filter
351
+
* Feature: After Loop Filter
352
+
* Feature: Mastodon Logo Filter
353
+
* Feature: Between Filter
354
+
* Feature: Toot Content Filter
355
+
* Feature: Date Filter
356
+
* Feature: Image Filter
357
+
* Changed: DOM Structure
358
+
* Renamed: CSS Classes
359
+
* Security: Better Output Escaping
360
+
224
361
= 0.4 "Cassie Lang" =
225
362
226
363
* June 2024
@@ -256,6 +393,9 @@ No. TootPress does not support the WordPress Multisite Feature. The plugin is wo
256
393
257
394
== Upgrade Notice ==
258
395
396
+
= 0.5 =
397
+
This version brings a bunch of filters enabling customization.
0 commit comments