Starting your own site like twitter has never been so simple. Revou is a revolutionary PHP driven social network software that allows you to run your micro blogging site just like Twitter & Jaiku. Revou is fully customizable and feature pack including SMS integration, custom API and more.
Twitter.com is a social networking and micro blogging platform which allows users to send text updates via web, SMS, instant messaging. Users have their own profile page that displays their latest updates. In addition, users can become “friends” with one another, or simply be a “follower.” Other than reading another person’s profile page, a user can also receive others’ updates through SMS, RSS, IM or 3rd party applications.
Why start a micro blogging site like Twitter? Twitter has been used on many large scale events such as on MacWorld, Barack Obama and many more.
Existing site owners can benefit from running a micro blogging service resulting in more viral growth for your website when your users interact with follow friends by receiving updates via our social network platform. With our SMS integration as well as custom API, we allow you to gain more revenues through purchase of SMS credits, revenues from web advertisements and as well benefiting from 3rd party applications built for your site using our API.
ReVou Micro Blogging social networking script can use for any industries ranging from real estate, cooperate events, hobbyist websites or any social networking sites which you can create a platform for your users to get updates or interact with each other.
For more information, check out Revou
community
twitter,
script,
twitter
networking,
like
social
software,
networking
jaiku
The Wall Street Journal lists the 4 most common mistakes individuals and businesses make when trying to use sites like Twitter and Facebook.
Zebda: WSJ.com: The 4 Most Common Social Networking Mistakes
The Wall Street Journal lists the 4 most common mistakes individuals and businesses make when trying to use sites like Twitter and Facebook.
myspace
facebook,
twitter,
wsj,
wallstreetjournal,
This is a very simple tutorial (really just some line of code!) that explains how to post a message using Twitter API from a PHP page. See more details here: http://woork.blogspot.com/2007/10/twitter-send-message-from-php-page.html
PHP
Ajax,
twitter,
API,
Twitter is a web service that allows you to read and update your status. It’s proprietary, but it has an open api that various commercial and open source projects make use of.
Twitter is built on the Ruby on Rails frameworks, and by some measurements is the largest public website using that framework.
via iTwitStatus:
on process text tweet
tell application "Keychain Scripting"
set twitter_key to first Internet key of current keychain whose server is "twitter.com"
set twitter_login to quoted form of (account of twitter_key & ":" & password of twitter_key)
end tell
set twitter_status to quoted form of ("status=" & tweet)
set results to do shell script "curl --user " & twitter_login & " --data-binary " &
twitter_status & " http://twitter.com statuses/update.json"
-- display dialog results
tell application "iChat" to set status message to tweet
return nothing
end process text
Twitter also makes use of the Prototype and Script.aculo.us frameworks.
Web
service
status
ichat
mashups,
quicksilver,
twitter,
declarative-living