Tim
Forum Replies Created
-
Check that you’ve defined a schedule option on the status at:
- WP to Buffer > Settings > Posts/Pages/your Custom Post Type > Defaults > Publish
- WP to Buffer > Settings > Posts/Pages/your Custom Post Type > Defaults > Update

If it’s blank, fix it.
Don’t assume you’ve done this. Double and triple check if necessary.
Resolved in 6.0.1, available now.
Need to reconnect the Plugin to Buffer, per Docs:
https://www.wpzinc.com/documentation/wordpress-buffer-pro/manage-account-connections/
This isn’t related to using the free plan account.Several ways to achieve this already:
- Custom Fields: Define a custom field on your WordPress Posts for hashtags, then reference it in your status using custom tags:
https://www.socialpostflow.com/documentation/wordpress-plugin/status-tags/#custom-fields
https://www.socialpostflow.com/documentation/wordpress-plugin/custom-tags/ - Per-Profile Statuses: If each social profile needs its own hashtags, and they’ll always be the same for every WordPress Post, you can define them per profile:
https://www.socialpostflow.com/documentation/wordpress-plugin/per-profile-statuses/ - Per-Post Settings: If hashtags vary per post and per profile, and you’d prefer not to use the Custom Fields or Per-Profile Statuses above, you can define your statuses at WordPress Post level before publishing:
https://www.socialpostflow.com/documentation/wordpress-plugin/per-post-settings/
Resolving in 3.3.2, available no earlier than Tuesday May 5th 2026.
To permit Delay/Defer JavaScript optimizations with WP Rocket and Perfmatters, use the following code:
add_action( 'convertkit_initialize_frontend', function() {
// WP Rocket: Include Forms for JS minification and combine.
remove_filter( 'rocket_minify_excluded_external_js', array( WP_ConvertKit()->get_class( 'cache_plugins' ), 'exclude_hosts' ) );
// WP Rocket: Include Forms for Delay JavaScript execution.
remove_filter( 'convertkit_output_script_footer', array( WP_ConvertKit()->get_class( 'cache_plugins' ), 'wp_rocket_exclude_delay_js_execution' ) );
remove_filter( 'convertkit_resource_forms_output_script', array( WP_ConvertKit()->get_class( 'cache_plugins' ), 'wp_rocket_exclude_delay_js_execution' ) );
// Perfmatters: Include Forms for Delay JavaScript.
remove_filter( 'convertkit_output_script_footer', array( WP_ConvertKit()->get_class( 'cache_plugins' ), 'perfmatters_exclude_delay_js' ) );
remove_filter( 'convertkit_resource_forms_output_script', array( WP_ConvertKit()->get_class( 'cache_plugins' ), 'perfmatters_exclude_delay_js' ) );
remove_filter( 'perfmatters_lazyload', array( WP_ConvertKit()->get_class( 'cache_plugins' ), 'disable_image_lazy_loading_on_landing_pages' ) );
} );You may experience inline forms don’t display, or don’t display in the correct place, which is why these optimizations are disabled by default.
Forum: Plugins
In reply to: [Social Media Auto Poster - Schedule & Publish to Social Post Flow] 2 IssuesHello Jos,
You can use the Bulk Publish option to selectively repost the ‘wrong’ Post in question – just make sure you have the Bulk Publish status setup first, with the status’ type = Text: https://www.socialpostflow.com/documentation/wordpress-plugin/bulk-publishing/

For future posts, set the Publish action’s status’ type = Text, instead of Link (you’ll want to do this for both the Publish and Bulk Publish actions): https://www.socialpostflow.com/documentation/wordpress-plugin/status-configuration-and-types/#type

You can also control these on a per-profile basis, if you need link posts for some networks, and text posts for others:
https://www.socialpostflow.com/documentation/wordpress-plugin/per-profile-statuses/Thanks!
Please work with your web host to deactivate and/or delete (whichever is possible) both Kit and Kit for WPForms Plugins. Settings will be retained.
Once done, ensure the following Plugins are installed.
- Kit 3.2.3 or higher
- Kit for WPForms 1.9.1 or higher
Thank you!
Paid version can generate Pages, Posts, WooCommerce Products and any registered Custom Post Types. Please see the documentation:
https://www.wpzinc.com/documentation/page-generator-pro/generate-content/#fields-publishAny questions regarding the Pro version must go via https://www.wpzinc.com/support, not these forums, per ww.wp.xz.cn forum rules:
https://ww.wp.xz.cn/support/guidelines/#do-not-post-about-commercial-products
Thanks!- This reply was modified 1 month, 3 weeks ago by Tim. Reason: Explain why forums cannot be used for commercial plugin support
Forum: Plugins
In reply to: [Kit (formerly ConvertKit) for WooCommerce] Errors after updatingResolved in 2.1.2, available now.
Resolved in:
- Kit 3.2.2.1
- Kit for WooCommerce 2.1.1.1
Yes, in the Pro version:
https://www.wpzinc.com/plugins/page-generator-pro/Forum: Plugins
In reply to: [Integrate PostHog Web Analytics] Please add custom domainSorry for the delay – this has been added to today’s 1.1.4 release.
Hi,
The option to hide this feature will be available in 3.2.0, likely released Thursday 26th Feb, at
Settings > Kit > Advanced section > Disable Add New Landing Page / Member Content ButtonIf you need to disable in the meantime, you may wish to use the
convertkit_admin_post_register_add_new_buttonsfilter, defining your own code snippet to ensure this returns a blank array:Thanks!
At this stage, only Buffer can diagnose this. The plugin is correctly sending your OpenGraph data, which validates correctly, and the image posts on other networks.
Bluesky image fetching is handled entirely by Buffer’s API, so any issues with caching or rendering need to be resolved with them.
As noted before, Buffer Support are best placed to advise on Cloudflare rules or hosting requirements specific to Bluesky. There’s no plugin hook to change this behavior per network.
Thanks.