Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • dmy09 Friend
    #160724

    Hi, something happens with the JA Retweet plugin and the k2 articles, when I retweet some article it shows a Tiny URL. its supposed to go to the articles but it always goes to the Home Page, Could please give some help.

    Best Regards

    thuanlq Friend
    #379015

    Hi Dmy09,
    Please try do as following:
    – Open the file “plg_jaretweet.php” in the folder “plugin/content/”, then find this line code:


    $tmp_url = $this->getRootUrl();
    $tmp_url = str_replace('&', '&', $tmp_url);

    $shareUrl .= "&url=" . urlencode($tmp_url);

    replace it to


    $tmp_url = $this->getRootUrl().$path;
    $tmp_url = str_replace('&', '&', $tmp_url);

    $shareUrl .= "&url=" . urlencode($tmp_url);

    dmy09 Friend
    #379928

    Thank You, that solved it 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  dmy09 13 years, 8 months ago.

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