Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #324853

    FYI: A minor bug (at least I think); when using the Twitter share button on mobile devices without the Twitter-app, the redirect to mobile.twitter.com drops all parameters and sends users to the Twitter homepage without any message to share. I edited line 147 of helper-social-media.php like below and now it works:

    ‘twitter’ => array(“encode”=>true, “encode_urls”=>false, “pattern” => “https://twitter.com/share?text=%5Btitle%5D&url=%5Bshortlink%5D”),

    #325026

    Hi lijndiensten!

    Thanks for the heads up. We will look into it :)

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Bug report?: Twitter sharing on mobile devices’ is closed to new replies.