Is BBPress compatible with the Shortlinks jetpack?
-
Hello. I hope you are well!
When using jetpack link shortener feature “wp.me”, this feature does not work with jetpack link sharer (whatsapp, facebook, etc)
This was solved with the plugin: “Shortlinks for Jetpack sharing buttons” by Jeremy Herve.
See here:
https://br.wordpress.org/plugins/jetpack-shortlinks-for-sharing-buttons/However, the plugin only works natively on standard WordPress posts and pages, on custom post types like Woocommerce, it does not work.
Here’s a way to fix this:
https://jetpack.com/support/wp-me-shortlinks/
As the post type for woocommerce products is “product”, the code looked like this:add_action( 'init', function () { add_post_type_support( 'product', 'shortlinks' ); });
It is now possible to share woocommerce products with shortened links using jetpack share buttons.
I would like to know if BBPress is compatible with Jetpack’s sharing feature, and what type of post should I use so that shares can be made using the link shortener as I did above in Woocommerce.
Grateful.
- You must be logged in to reply to this topic.