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

    (@jeherve)

    Jetpack Mechanic 🚀

    Could you go to Jetpack > Settings in your dashboard, and enable the WP.me Shortlinks module?

    Once you’ve done so, future Publicize links will use the full permalink.

    It’s not the intended behaviour, but we’ll get that bug fixed soon. I’ll let you know when it’s done. Until then, keeping WP.me Shortlinks should be a good work-around.

    Thread Starter mariosem

    (@editor)

    Hello,
    it worked 🙂

    Thanks,

    Mario

    Jeremy, per your instructions in another post I’ve added:

    function tweakjp_cust_shortlink() {
        global $post;
    
        if ( !$post )
            return;
    
        return get_permalink($post->ID);
    }
    add_filter( 'get_shortlink', 'tweakjp_cust_shortlink' );

    It is not needed anymore now?

    Plugin Contributor csonnek

    (@csonnek)

    Happiness Rocketeer 🚀

    @r3b3lspy: Could you please start your own thread, as per the Forum Welcome?

    http://wordpress.org/support/plugin/jetpack#postform

    Thank you!

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    The problem should now be fixed!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Publicize is using ugly permalinks’ is closed to new replies.