An open API service indexing awesome lists of open source software.

https://github.com/xwp/wp-search-tweets-widget


https://github.com/xwp/wp-search-tweets-widget

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Search Tweets Widget

Provides Twitter query search, like `from:WordPress, OR from:photomatt`, and gets the search results rendered as a widget.

**Contributors:** [akeda](http://profiles.wordpress.org/akeda), [westonruter](http://profiles.wordpress.org/westonruter), [xwp](http://profiles.wordpress.org/xwp)
**Tags:** [twitter](http://wordpress.org/plugins/tags/twitter), [search](http://wordpress.org/plugins/tags/search), [widget](http://wordpress.org/plugins/tags/widget)
**Requires at least:** 3.6
**Tested up to:** 3.8.1
**Stable tag:** trunk (master)
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)

## Description ##

Provides Twitter query search, like `from:WordPress, OR from:photomatt`, and gets the search results rendered as a widget. The results will get updated frequently.

**Development of this plugin is done on [GitHub](https://github.com/xwp/wp-search-tweets-widget). Pull requests are always welcome**.

## Installation ##

### How to use ###
1. Go to **Appearance** > **Widgets**
1. Drag **Search tweets widget** from **Available Widgets** to available widget area
1. Fill **Search Query** in widget form, something like `from:WordPress, OR from:photomatt`
1. For more query operators, check the doc

## Frequently Asked Questions ##

### How do I change widget's markup? ###
There's a filter `search_tweets_widget_view_path_for_widget` where you can override view path. Please take a look at `views/widget.php` for reference.

## Screenshots ##

### Settings page

![Settings page](assets/screenshot-1.png)

### Widget form

![Widget form](assets/screenshot-2.png)

### Rendered widget

![Rendered widget](assets/screenshot-3.png)

## Changelog ##

### 0.1.0 ###
Initial release