Strict Standards: Only variables should be passed by reference in /var/www/endlessparadigm/forum/inc/highlighter.php(1007) : regexp code on line 3

Strict Standards: Only variables should be passed by reference in /var/www/endlessparadigm/forum/inc/highlighter.php(1007) : regexp code on line 5

Strict Standards: Only variables should be passed by reference in /var/www/endlessparadigm/forum/inc/highlighter.php(1007) : regexp code on line 5
Twitter - Anyone use it? ~ ‮


Post Reply 
Twitter - Anyone use it?
Author Message
Mickey
Down with MJ yo

Posts: 3,663.2843
Threads: 251
Joined: 26th Apr 2008
E-Pigs: 28.7300
Offline
Post: #17
RE: Twitter - Anyone use it?
What i used

PHP Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<html>
<head>
<title></title>
<link href="style.css" rel="stylesheet" type="text/css" /> 
</head>

<body>
<?php
function twitter_status($twitter_id, $hyperlinks = true) {
    $c = curl_init();
    curl_setopt($c, CURLOPT_URL, "http://twitter.com/statuses/user_timeline/$twitter_id.xml?count=1");
    curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
    $src = curl_exec($c);
    curl_close($c);
    preg_match('/<text>(.*)<\/text>/', $src, $m);
    $status = htmlentities($m[1]);
    if( $hyperlinks ) $status = ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]", "<a href=\"\\0\">\\0</a>", $status);
    return($status);
}
?>

<?php
function twitter_time($twitter_id, $hyperlinks = true) {
    $c = curl_init();
    curl_setopt($c, CURLOPT_URL, "http://twitter.com/statuses/user_timeline/$twitter_id.xml?count=1");
    curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
    $src = curl_exec($c);
    curl_close($c);
    preg_match('/<created_at>(.*)<\/created_at>/', $src, $m);
    $status = htmlentities($m[1]);
    if( $hyperlinks ) $status = ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]", "<a href=\"\\0\">\\0</a>", $status);
    return($status);
}
?>

<div id="status">
<center>
<?php
echo twitter_status(twitter_id) ." on " .twitter_time(twitter_id);
?>
</center>
</div>
</body>
</html>


You'll need your twitter id, if you want more you can pull it from the xml

Example

by the way you'll need curl on the server enabled


[Image: MiCk3Y.jpg]

[Image: battle.png]

Spoiler for link:
(This post was last modified: 06/05/2009 08:44 PM by Mickey.)
06/05/2009 08:42 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Twitter - Anyone use it? - Mc Cabe - 01/03/2009, 08:44 AM
RE: Twitter - Anyone use it? - feinicks - 01/03/2009, 08:49 AM
RE: Twitter - Anyone use it? - Gadget - 01/03/2009, 10:13 AM
RE: Twitter - Anyone use it? - PLZDELETE - 01/03/2009, 02:31 PM
RE: Twitter - Anyone use it? - ix_stylez - 06/05/2009, 05:59 PM
RE: Twitter - Anyone use it? - Mickey - 06/05/2009, 06:36 PM
RE: Twitter - Anyone use it? - matchung - 06/05/2009, 06:45 PM
RE: Twitter - Anyone use it? - Mickey - 06/05/2009, 06:48 PM
RE: Twitter - Anyone use it? - boogschd - 06/05/2009, 07:27 PM
RE: Twitter - Anyone use it? - matchung - 06/05/2009, 07:36 PM
RE: Twitter - Anyone use it? - Punk777E - 06/05/2009, 07:59 PM
RE: Twitter - Anyone use it? - Mickey - 06/05/2009, 08:38 PM
RE: Twitter - Anyone use it? - matchung - 06/05/2009, 08:40 PM
RE: Twitter - Anyone use it? - Mickey - 06/05/2009 08:42 PM
RE: Twitter - Anyone use it? - matchung - 06/05/2009, 08:54 PM
RE: Twitter - Anyone use it? - Mickey - 06/05/2009, 08:55 PM
RE: Twitter - Anyone use it? - matchung - 06/05/2009, 08:56 PM
RE: Twitter - Anyone use it? - ZiNgA BuRgA - 06/05/2009, 09:03 PM
RE: Twitter - Anyone use it? - matchung - 06/05/2009, 09:12 PM
RE: Twitter - Anyone use it? - feinicks - 06/05/2009, 09:26 PM
RE: Twitter - Anyone use it? - Mc Cabe - 16/05/2009, 01:47 PM
RE: Twitter - Anyone use it? - YoYoBallz - 06/05/2009, 09:26 PM
RE: Twitter - Anyone use it? - ZiNgA BuRgA - 07/05/2009, 12:29 AM
RE: Twitter - Anyone use it? - Shady - 16/05/2009, 12:39 PM
RE: Twitter - Anyone use it? - ix_stylez - 16/05/2009, 03:07 PM
RE: Twitter - Anyone use it? - trademark91 - 11/10/2009, 10:19 PM
Thread Revived!!! - Necro-Bot - 06/05/2009, 05:59 PM
Thread Revived!!! - Necro-Bot - 11/10/2009, 10:17 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: