PHP code example of baardbaard / bb-twitterfeed
1. Go to this page and download the library: Download baardbaard/bb-twitterfeed library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
baardbaard / bb-twitterfeed example snippets
$twitterfeed->create_feed( array(
'user' => 'baardbaard',
'number_of_tweets' => 5, // optional
'profile_image_size' => 'mini|normal|bigger|original', // optional, normal = default
) );