'; print_r($youtube_simple_xml); echo '';*/ } /*** TWITTER ***/ if (isset($accounts['twitter']['username']) && $accounts['twitter']['username'] != '') { $twitter_on = true; $twitter_xml_feed = 'http://api.twitter.com/1/statuses/user_timeline.xml?screen_name='.$accounts['twitter']['username']; $twitter_simple_xml = simplexml_load_file($twitter_xml_feed); $twitter_status_feed = $twitter_simple_xml->status; } /*** FACEBOOK ***/ ?> <? if (isset($general['first_name']) && $general['first_name'] != '') {echo strtolower($general['first_name']);} ?> <? if (isset($general['last_name']) && $general['last_name'] != '') {echo strtolower($general['last_name']);} ?>

about

This is my little piece of heave- uh, the Internet. Well, same thing. I have a my own Moodle, Forum,Wordpress, and Mediawiki. Click on the names to see them. There might not be much to see.

photos

Loading...

More...

videos

'.$general['about_videos'].'

'; } ?>

entry as $entry) { // Namespace info... $media = $entry->children('http://search.yahoo.com/mrss/'); // Get the video URL... $attrs = $media->group->player->attributes(); $video_url = $attrs['url']; $video_title = $media->group->title; // Get the video thumbnail... $attrs = $media->group->thumbnail[0]->attributes(); $thumbnail = $attrs['url']; echo ''; } ?>

tweets

status as $tweet) { echo '

'.$tweet->text.'
'.$tweet->created_at.'


'; } ?>

More...