This is a social networking module having functionality and features similar to that of the famous social networking site- Twitter.
Following are the functionality supported by this module:
- Signup/Login
- Search Tweets by entering the keyword. (user can use this feature without logging in /Signing up.)
- Post Tweets
- Delete Tweets
- Follow/Unfollow other users
- View other user's Profile
- To check only the tweets of the people he/she follows
- Also user can stay logged in for longer time, if he/she wants to.
Please check functions.php before running the index.php.
Make changes to:
$hostName = "your_hostname"; <!---Enter your hostname instead of your_hostname.--->
$userName = "your_username"; <!---Enter your username instead of your_username.--->
$password = "your_password"; <!---Enter your password instead of your_password.--->