Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaeluno/fetch-tweets
A WordPress plugin that fetches tweets from twitter.com with the Twitter API.
https://github.com/michaeluno/fetch-tweets
display-tweets php tweet tweets twitter widget wordpress wordpress-plugin
Last synced: 2 months ago
JSON representation
A WordPress plugin that fetches tweets from twitter.com with the Twitter API.
- Host: GitHub
- URL: https://github.com/michaeluno/fetch-tweets
- Owner: michaeluno
- License: other
- Created: 2014-05-27T10:59:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T15:11:25.000Z (over 6 years ago)
- Last Synced: 2024-10-27T03:28:34.484Z (3 months ago)
- Topics: display-tweets, php, tweet, tweets, twitter, widget, wordpress, wordpress-plugin
- Language: PHP
- Homepage: http://en.michaeluno.jp/fetch-tweets/
- Size: 2.07 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# [Fetch Tweets](http://wordpress.org/plugins/fetch-tweets/) #
### Welcome to our GitHub Repository
Fetch Tweets is an open source WordPress plugin that fetches and displays tweets from Twitter.com with the Twitter API.
## Screenshots ##
Coming soon..## Installation ##
- The latest development version can be found [here](https://github.com/michaeluno/Fetch-Tweets/branches).
- The latest stable version can be downloaded [here](http://downloads.wordpress.org/plugin/fetch-tweets.latest-stable.zip).1. Upload **`fetch-tweets.php`** and other files compressed in the zip folder to the **`/wp-content/plugins/`** directory.,
2. Activate the plugin through the `Plugins` menu in WordPress.## How to Use ##
1. Authenticate the plugin via **Dashboard** -> **Fetch Tweets** -> **Settings** ( -> **Authentication** ( the default tab ) ) -> the **Connect** button.
2. Set a rule via **Dashboard** -> **Fetch Tweets** -> **Add Rule by USer Name** / **Add Rule by Keyword Search**.
3. To use it as a widget, go to **Appearance** -> **Widgets** and add **Fetch Tweets by Rule Set** to the desired sidebar. And select the rule in the widget form.
4. To use the shortcode to display tweets in posts and pages, simply enter the shortcode like below in the post,## Bugs ##
If you find an issue, let us know [here](https://github.com/michaeluno/Fetch-Tweets/issues)!## Support ##
This is a developer's portal for Fetch Tweets and should _not_ be used for support. Please visit the [support forums](http://wordpress.org/support/plugin/fetch-tweets).## Contributions ##
Anyone is welcome to contribute to Fetch Tweets.There are various ways you can contribute:
1. Raise an [Issue](https://github.com/michaeluno/Fetch-Tweets/issues) on GitHub.
2. Send us a Pull Request with your bug fixes and/or new features.
3. Provide feedback and suggestions on [enhancements](https://github.com/michaeluno/Fetch-Tweets/issues?direction=desc&labels=Enhancement&page=1&sort=created&state=open).## Supporting Future Development ##
If you like it, please rate and review it in the [WordPress Plugin Directory](http://wordpress.org/support/view/plugin-reviews/fetch-tweets?filter=5). Also donation would be greatly appreciated. Thank you!
[![Donate with PayPal](https://www.paypal.com/en_US/i/btn/x-click-but04.gif)](http://en.michaeluno.jp/donate)
## Copyright and License ##
### Fetch Tweets ###
Released under the [GPL v2](./LICENSE.txt) or later.
Copyright © 2014 Michael UnoThis program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.