• Resolved warehouzesss

    (@warehouzesss)


    Actually don’t work with wpallimport plugin (also activate the plugin option)

    If i test, it work. But when i publish via import, with the specific plugin option enabled, don’t work

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter warehouzesss

    (@warehouzesss)

    is that a way to fix this?

    Manzoor Wani

    (@manzoorwanijk)

    Just enable Plugin generated posts option in Post to Telegram settings.

    Thread Starter warehouzesss

    (@warehouzesss)

    sorry I expressed myself badly, I have already activated the Plugin generated posts
    option but it does not work for me.
    I’m importing custom post with wpallimport and assign them to subscriber of the site.

    when i test, it works
    when i import posts, it does not work

    Manzoor Wani

    (@manzoorwanijk)

    Alright, lets dig deeper into it.
    Please enable bot the logs in WP Telegram settings and try again. Then share the logs with our Support on Telegram (@WPTelegramSupport).

    Manzoor Wani

    (@manzoorwanijk)

    Thank you for sharing the logs. It was a problem related to imports.
    The plugin by default disables sending posts to Telegram when bulk importing, only to prevent flooding of Telegram channel.
    You need to add this one line of code to your child theme’s functions.php to make it work for imports:

    add_filter( 'wptelegram_p2tg_send_if_importing', '__return_true' );

    Thread Starter warehouzesss

    (@warehouzesss)

    Thank you very much, now it works great!

    And thanks for the really fast answer!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Don’t work with plugin’ is closed to new replies.