https://github.com/xwp/wp-search-tweets-widget
https://github.com/xwp/wp-search-tweets-widget
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xwp/wp-search-tweets-widget
- Owner: xwp
- Created: 2014-03-24T23:11:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T11:20:39.000Z (over 11 years ago)
- Last Synced: 2025-09-05T03:43:46.853Z (10 months ago)
- Language: PHP
- Size: 355 KB
- Stars: 1
- Watchers: 69
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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

### Widget form

### Rendered widget

## Changelog ##
### 0.1.0 ###
Initial release