Title: SwitchAdmin's Replies | WordPress.org

---

# SwitchAdmin

  [  ](https://wordpress.org/support/users/switchadmin/)

 *   [Profile](https://wordpress.org/support/users/switchadmin/)
 *   [Topics Started](https://wordpress.org/support/users/switchadmin/topics/)
 *   [Replies Created](https://wordpress.org/support/users/switchadmin/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/switchadmin/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/switchadmin/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/switchadmin/engagements/)
 *   [Favorites](https://wordpress.org/support/users/switchadmin/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[oAuth Twitter Feed for Developers] Search Feed](https://wordpress.org/support/topic/search-feed/)
 *  [SwitchAdmin](https://wordpress.org/support/users/switchadmin/)
 * (@switchadmin)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/search-feed/#post-3870743)
 * I am trying to integrate your changes into the current plugin and I am not getting
   any results (nor errors). I have been using the example layout code as a starting
   point ([https://github.com/stormuk/storm-twitter-for-wordpress/wiki/Example-code-to-layout-tweets](https://github.com/stormuk/storm-twitter-for-wordpress/wiki/Example-code-to-layout-tweets))
   and I have tried changing the initial call from:
 * $tweets = getTweets(4, ‘twitteruser’, array(‘include_rts’=>true));
    foreach($
   tweets as $tweet){ if($tweet[‘text’]){ echo ‘<li class=”tweet”>’; …etc.
 * to:
 * $tweets = searchTweets(4, array(‘q’=>’%23Cambridge’));
    foreach($tweets as $tweet){
   if($tweet[‘text’]){ echo ‘<li class=”tweet”>’; …etc.
 * But no results are being displayed. Is there something that I am doing wrong 
   or missing? I have implemented the changes to both twitter-feed-for-developers.
   php and StormTwitter.class.php and as I said I am not seeing any errors.
 * Thanks!

Viewing 1 replies (of 1 total)