Awesome! just what I was looking for.
I am trying to install the feed in a column, but I can't get it to show up.
1. Uploaded PHP to Forum dir (I now see twitfile.txt file) so that part seems to be working
2. added product
ob_start();
include(DIR . '/twittercall.php');
$twitter = new myTwit();
$twitter->user = 'ILoveToTailgate';
$twitter->postLimit = 5;
$twitter->initMyTwit();
print $twitter->myTwitData;
$latest_twit = ob_get_contents();
ob_end_clean();
3. added sidebar style info to style CSS
4. added $latest_twit to block 1 in my column template
.....nothing- what did I miss?
|