• Resolved delaitec

    (@delaitec)


    Hello Jeremy.

    Today I discovered this plugin, and found the feature to be very important.

    01 – I followed the installation instructions, but the plugin does not work as it should in Woocommerce.

    It only shares the product name, no link.

    02 – Post sharing works correctly.
    He shares the name of the post and right in front the link.

    I would like you to break a line so that the link is positioned below the title of the post, and not at the front.

    How can I do this, or do you think it’s feasible to do it in an upcoming update?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Hi!

    By default, Jetpack shortlinks are not supported for specific post types like WooCommerce Products. You can, however, enable shortlink support by adding the following code snippet to a functionality plugin on your site, as explained here:

    add_action( 'init', function () {
    	add_post_type_support( 'product', 'shortlinks' );
    } );

    Once you enable this snippet on your site, the shortlinks should immediately start working on your products.

    Thread Starter delaitec

    (@delaitec)

    Thankyou, Work very well. 😀

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘In Woocommerce the plugin only shares the product name’ is closed to new replies.