Forums

Get newstweets in another language (1 post)

  1. buzink
    Member
    Posted 9 months ago #

    If you use the plugin newstweet and you would like to get tweets in another language, edit the file newstweet-ajax.php.

    Check out the line that says

    $url = 'http://search.twitter.com/search.json?q='.urlencode($_POST['searchterm']).'&rpp=3&lang=en;

    change the countrycode in the countrycode of you choice. Example (nl):

    $url = 'http://search.twitter.com/search.json?q='.urlencode($_POST['searchterm']).'&rpp=3&lang=nl;

Reply

You must log in to post.

About this Topic

  • RSS feed for this topic
  • Started 9 months ago by buzink
  • WordPress version: 2.7
  • This topic is not a support question