Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export connectors now are using the "plaintext" function, improvements to tumblr, short post detection for wordpress #194

Merged
merged 6 commits into from
May 29, 2014

Conversation

annando
Copy link
Collaborator

@annando annando commented May 29, 2014

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.

fabrixxm added a commit that referenced this pull request May 29, 2014
Export connectors now are using the "plaintext" function, improvements to tumblr, short post detection for wordpress
@fabrixxm fabrixxm merged commit 51b364a into friendica:master May 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants