Download the PHP package baardbaard/bb-twitterfeed without Composer
On this page you can find all versions of the php package baardbaard/bb-twitterfeed. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download baardbaard/bb-twitterfeed
More information about baardbaard/bb-twitterfeed
Files in baardbaard/bb-twitterfeed
Package bb-twitterfeed
Short Description Minimal WordPress Twitterfeed plugin.
License GPLv3
Homepage https://github.com/baardbaard/bb-twitterfeed
Informations about the package bb-twitterfeed
Twitterfeed
Twitterfeed is a WordPress plugin that gives you a Twitter feed without any styling.
It uses Twitter-API-1.1-Client-for-Wordpress to connect to the Twitter API and uses kwi-urllinker to find URL's in the tweets and turn them into links. It uses Mustache to render te templates.
-
Install this plugin with Composer by running
composer require baardbaard/bb-twitterfeed
or add it to your project'scomposer.json
, like this:Make sure require the
autoload.php
that's generated by Composer somewhere in your project.wp-config.php
would be a good location.. You can also download this plugin and runcomposer install
in the root of this plugin's folder. - Create a Twitter app and get your credentials at https://dev.twitter.com/apps.
- Enter your Twitter key and secret in the WordPress Dashboard: Settings > Twitterfeed.
- Add and activate the plugin and use the following code in your template:
Or you can also use the shortcode:
The output looks something like this:
Roadmap
0.6
- Make CSS classes replaceable with custom classes
- Use caching to save tweets
- Rewrite to use PSR-2