Giter VIP home page Giter VIP logo

wordpress-2-flotiq-sync's Introduction

Flotiq logo

WordPress 2 Flotiq Sync

You can use this Wordpress plugin to easily connect your Wordpress instance to Flotiq and synchronize your data.

Getting started

Use git clone in wordpress plugins directory wp-content/plugins

git clone https://github.com/flotiq/wordpress-2-flotiq-sync.git flotiq-sync

Or download zip archive and extract to plugins directory.

If finished, enable the plugin in the plugin list in wordpress. WordPress 2 Flotiq Sync will now appear in the setup menu.

Supported content

For the time being we support the following types of content:

  • posts
  • pages
  • media
  • tags
  • categories
  • authors

Collaborating

If you wish to talk with us about this project, feel free to hop on our Discord Chat

If you found a bug, please report it in issues.

wordpress-2-flotiq-sync's People

Contributors

andrzejwp avatar karolnet avatar trzcina avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

wordpress-2-flotiq-sync's Issues

Can't synchronize post added by new author

New users are not synchronized with Flotiq.

It could be ok, but when a new user is adding a post - we get sync error (related author does not exits, 400 status code from Flotiq).
Please track also user actions

Invalid slug

After synchronization, I get this slug in my Flotiq
image

i think it should be "jak-udekorowac-mieszkanie-na-swieta-wielkanocne" like in my settings:
image

Wordpress v5.7

Blogpost title update not visible in Flotiq

WordPress 5.7

  1. Posts are synchronized and visible in Flotiq
  2. Changed title in the blogpost
  3. Clicked "Update"
  4. Change is not visible in the Flotiq, no error message present.

If it can help, when I check fired wordpress actions:

add_action( 'shutdown', function(){
    foreach( $GLOBALS['wp_actions'] as $action => $count )
        printf( '%s (%d) <br/>' . PHP_EOL, $action, $count );

});

i get actions:

registered_taxonomy (10)
registered_post_type (20)
plugin_loaded (1)
plugins_loaded (1)
sanitize_comment_cookies (1)
wp_roles_init (1)
setup_theme (1)
auth_cookie_malformed (1)
auth_cookie_valid (1)
set_current_user (1)
unload_textdomain (1)
load_textdomain (3)
parse_tax_query (6)
parse_query (5)
pre_get_posts (5)
posts_selection (5)
parse_term_query (8)
pre_get_terms (8)
metadata_lazyloader_queued_objects (1)
after_setup_theme (1)
init (1)
widgets_init (1)
register_sidebar (5)
wp_register_sidebar_widget (17)
wp_default_scripts (1)
wp_sitemaps_init (1)
wp_loaded (1)
parse_request (1)
rest_api_init (1)
register_setting (15)
wp_error_added (8)
pre_post_update (1)
set_object_terms (1)
clean_object_term_cache (2)
clean_post_cache (2)
transition_post_status (2)
edit_term_taxonomy (3)
edited_term_taxonomy (3)
clean_term_cache (2)
delete_transient_is_multi_author (2)
publish_to_publish (1)
publish_post (1)
add_post_meta (2)
added_post_meta (2)
update_option (1)
update_option_cron (1)
updated_option (1)
edit_post_post (1)
edit_post (1)
post_updated (1)
new_to_inherit (1)
inherit_revision (1)
save_post_revision (1)
save_post (2)
wp_insert_post (2)
wp_after_insert_post (2)
_wp_put_post_revision (1)
save_post_post (1)
rest_insert_post (1)
rest_after_insert_post (1)
the_post (1)
wp_default_styles (1)
shutdown (1)

image

Show notice if something goes wrong with synchronization

We should expect that sometimes sync action will be not possible (404 when ctd removed, 400 validation error, 403 quota exceeded). We do not block any admin action like post update (it's ok), but we should add notice visible to the user.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.