Export connectors now are using the "plaintext" function, improvements to tumblr, short post detection for wordpress #194
No reviewers
Labels
No labels
2018.09
2019.01
2019.03
2019.06
2019.09
2019.12
2020.03
2020.06
2020.09
2020.12
2021.03
2021.07
2021.09
2022.02
2022.06
2022.09
2022.12
2023.04
2023.05
2023.09
2024.03
2024.06
2024.09
2024.12
dependencies
Hackathon 2021
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: friendica/friendica-addons#194
Loading…
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Until now every export function used its own conversion from BBCode to plaintext (Twitter, Facebook, G+, Statusnet). Now all these exports are using one central function which makes changes and bugfixes much more easier. I tested successfully the function the last several weeks. The old conversion routines are removed from the connectors.
The tumblr export is improved as well. Tumblr knows several posting types (like picture, link, videos or text) that are now supported in a more compatible way. Before the changes the pictures weren't embedded like it is intended.
In wordpress there is a small change as well: When using the mirror function to repost posts from GNU Social or Twitter they will be posted to wordpress as well (when activated). But most of these small posts doesn't look good in a blogging system like wordpress - they are too short.
So now there is an option to detect these short messages. When activated, posts are only exported to wordpress when they are larger than 500 characters, are having a title or containing attached links to videos or other pages.
Finally, the appnet connector is retired. You can do much better posts to app.net using the buffer connector.