[PR] Twitter button permalink doesn't work.
-
So I will propose to change the following code.
[juiz-social-post-sharer.php:234-236]
// before
case 'twitter' : $api_link = 'https://twitter.com/intent/tweet?source=webclient&original_referer=' . $url . '&text=' . $text . '&url=' . $url . $twitter_user; break;
// after
case 'twitter' : $api_link = 'https://twitter.com/intent/tweet?' . 'text=' . $text . '&url=' . urlencode(get_permalink()) . $twitter_user; break;
…I suggest to replace all
$url
change tourlencode (get_permalink ())
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[PR] Twitter button permalink doesn't work.’ is closed to new replies.