• Hi,

    I would just like to point out that when you try to share something to Twitter, you are given the full url, which in turn may cut off the title of the story.

    So near line 378 in the process_request function,
    Find:
    $post_link = $this->get_share_url( $post->ID );

    Replace with:
    $post_link = wp_get_shortlink( $post->ID );

    Hope this helps anyone and I hope this can be added in to the future updated.

    Thanks.

    http://wordpress.org/extend/plugins/jetpack/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Jetpack by WordPress.com] Shortlink to Twitter’ is closed to new replies.