WordPress – Jetpack post already published posts via Publicize 2019

Jetpack (a highly recommended plugin provided by Automattic) has many great features but the one that we find ourselves promoting the most is it’s Publicize feature. This feature lets you automatically push your posts to Twitter, Facebook, etc. when Publishing that post to your blog. This is a great feature that can same you or your team a ton of time – relieving you from having to manually post this content on each social platform.

Once the plugin is activated, you’ll see the ability to easily connect all your social accounts. Once connected, all additional posts that you Publish will now give you the option to also post these to each social platform.

That’s nice and all but what happens if you already have a large number of posts that you’d like to backfill to your various social accounts? Well you’re in luck, the walkthrough below will explain the edit that’s needed in order to allow Jetpack’s Publicize feature to also allow for this.

In previous versions of WordPress this was solved a bit differently. The Jetpack module was updated recently for the WordPress 5.0 update which introduced the “Blocks” post composition functionality. Looking in Jetpack’s documentation:

https://jetpack.com/support/publicize/

You’ll see a “Publicize in the Block Editor” section which is how we figured there must be a new way for the code to be handling things. Turns out there’s a function called “post_is_done_sharing” on line 394 in wp-content/plugins/jetpack/modules/publicize/publicize-jetpack.php:

The second half of the return statement checks to see if the post has ever been published before. Changing it from:

return 'publish' == $post->post_status || get_post_meta( $post->ID, $this->POST_DONE . 'all', true );

to

return 'publish' == $post->post_status;

Allows the post to be set back to draft and republished again just like the original article says.

And that should do it! Let us know if this helps of if you’ve found an alternative solution.

Previous Article

0 Comments

  1. Не так просто выбрать добросовестный автосервис. Если нет неизменного места обслуживания авто, то приходиться набивать шишки и находить автосервис бмв в глобальной сети интернет.

    Чтоб выбрать добросовестный сервис необходимо учитывать несколько фактов:
    1. Специализация на 1 марке
    Квалификация на марке Бмв, гласит о том, что это узкопрофильный техцентр, который знает все про этих автомобилях. И даже самые трудные поломки не составит труда диагностировать и устранить.

    2. Современный веб-сайт
    Наличие современного веб-сайта, говорит про то, что компания заботится о позиционировании себя в глобальной сети интернет. Но также хлопочет об удобстве клиента (консультация удаленно, он-лайн запись, возможность ознакомиться с услугами и ценами сервиса).

    3. Отзывы
    Наличие положительных и отрицательных откликов на разных площадках, разговаривает о том, что автосервис живой, не однодневка.

    4. Великой опыт работы
    Великой опыт работы автосервиса говорит о том, что компания уже сделала работу над ошибками, а также о профессионализме.

    5. Ожидание комфортно
    Превосходный техцентр беспокоится о собственном клиенте и делает отличное предложение ждать ремонт, тюнинг или диагностику собственного авто в комфортной обстановке.

    6. Возможность заказать запчасти
    Возможность заказать детали в автосервисе говорит о продуманном и суровом подходе к клиенту. Если сервис готов предложить ряд альтернатив запасных частей на выбор – это ещё один плюс говорящий о наличии базы поставщиков.

Leave a Reply

Your email address will not be published. Required fields are marked *