• Resolved SomniusX

    (@somniusx)


    I use the wp all import and mass import posts on a friends website.
    When post are rolling and jetpack sends to facebook with success, your plugin doesn’t post to telegram. I saw something about a delay, anyway, please advise me how to proceed.
    We use your paid version.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello, we don’t have any paid version yet. This is a FREE plugin.

    Since this plugin sends the posts instantly to Telegram, it’s the intended behaviour not to send posts to Telegram when mass importing, just to avoid flooding the Telegram channel.
    There is a way to change this behaviour to the opposite by using the below custom code:

    add_filter( 'wptelegram_p2tg_send_if_importing', '__return_true' );

    You can add that code to functions.php of your active/child theme.

Viewing 1 replies (of 1 total)
  • The topic ‘WP All Import’ is closed to new replies.