test melih
 melih
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • fastnet Friend
    #165089

    Hi All

    Extension: plg_jaretweet.v1.0.4.zip

    When clicking the retweet icon on a page, the popup window displays correctly with the right title – but, the gaps in the title of the retweet are closed up by a + symbol.

    example:

    Coast+to+Capital+Board+announces+its+intention+to+submit+a+bid+to+Government+for+an+Enterprise+Zone http://t.co/dt0KdGt via @coast2capital

    Any ideas how to get rid of the + symbols and leave the correct gaps betweet the text of the page title being rewteeted???

    Thanks
    Phil

    Thanh Nguyen Viet Friend
    #396061

    pls open this file “pluginscontentplg_jaretweet.php”

    then find and replace this code snippet
    [PHP]$shareUrl .= “?text=” . urlencode($article->title);[/PHP]

    with
    [PHP]$shareUrl .= “?text=” . rawurlencode($article->title);[/PHP]

    Thanh Nguyen Viet Friend
    #396062

    You should change all “urlencode” function in this file with “rawurlencode” function

    fastnet Friend
    #396114

    <em>@thanhnv 246695 wrote:</em><blockquote>You should change all “urlencode” function in this file with “rawurlencode” function</blockquote>
    Brilliant… fixed… thanks

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  fastnet 13 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum