• Resolved qenomesum

    (@qenomesum)


    Hi
    When I wanted to use the plug-in to send post title and body together with a url shortener a text appeared at the end of the tweet instead of the short link. It was like %short_urlsho. When I search the text in plug-in files, I found that in core.php:

    $finalTweet = $additionalTextBeginning . $tweetContent . "%short_urlshort_urlurl%" . $newHashtags . $additionalTextEnd;
    			$finalTweet = substr($finalTweet,0, 139);
    			$finalTweet = str_replace("%short_urlshort_urlurl%",$post_url,$finalTweet);

    When I correct %short_urlshort_urlurl% to %short_url% problem solved.

    https://www.ads-software.com/plugins/tweet-old-post/

Viewing 1 replies (of 1 total)
  • Plugin Author Codeinwp

    (@codeinwp)

    Hi @qenomesum,

    Thank you for this feedback.

    We are taking it into consideration and the bug should be fixed with?the next update.

    Thank you for choosing our products.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Bug in core.php’ is closed to new replies.