This new Twitter Timeline Script, will make it more interesting for you, because it comes with a better design. A lot more functionality and exact twitter like interface. Dynamic Tweet Update now include dynamic Image upload too. With reply system added, you can Reply to tweets. Also its twitter like onClick slide system, for displaying images and replies.
We earlier implemented a script for Dynamic Tweet Update but now we have added a lot more functions into that script. And very soon in future will make it even better. We are giving this script for FREE but please do share it around ( Tweet, Like and Share ) as token of thanks.
And do not forget to Subscribe to our Newsletter to stay updated about such great scripts.
And do not forget to Subscribe to our Newsletter to stay updated about such great scripts.
Quick Review of Script
Steps to Install the Script
Database Design
users :
CREATE TABLE users (
uid INT PRIMARY KEY AUTO_INCREMENT,
username VARCHAR(100),
fullname VARCHAR(100),
email VARCHAR(100);
uid INT PRIMARY KEY AUTO_INCREMENT,
username VARCHAR(100),
fullname VARCHAR(100),
email VARCHAR(100);
tweets :
CREATE TABLE tweets (
tid INT PRIMARY KEY AUTO_INCREMENT,
tweet VARCHAR(140),
time INT(10),
upload_id INT(10),
uid_fk INT(10));
tid INT PRIMARY KEY AUTO_INCREMENT,
tweet VARCHAR(140),
time INT(10),
upload_id INT(10),
uid_fk INT(10));
uploads :
CREATE TABLE uploads (
upload_id INT PRIMARY KEY AUTO_INCREMENT,
image_name VARCHAR(500));
upload_id INT PRIMARY KEY AUTO_INCREMENT,
image_name VARCHAR(500));
reply :
CREATE TABLE reply (
reply_id INT PRIMARY KEY AUTO_INCREMENT,
reply VARCHAR(140),
uid_fk INT(10),
tid_fk INT(10),
time INT(10));
reply_id INT PRIMARY KEY AUTO_INCREMENT,
reply VARCHAR(140),
uid_fk INT(10),
tid_fk INT(10),
time INT(10));
Session.php
In session.php you must set the uid as per your database value. You will have to add values to your database by yourself. For users table, do add a row into the table with uid=1, and appropriate details in username, fullname and email. Email is required because, profile picture is from Gravatar, which is fetched using your email address.
db.php
In db.php set the username, password and database name for your database server.Twitter Like Interface
![]() |
| Click on Image to View Full Size Snapshot (will be clearer then) |
Dynamic Image Upload
Reply to Tweets
OnClick Slide Down for Image
Expanding Reply and Tweet Box
Direct Upload Button like Twitter
![]() |
| No Choose File button (Direct Upload) |
We hope you will like and appreciate our efforts, download the script, create the database and run it. If you face any problem do comment. If you like this script, then also do comment and tell us that you like it. Its great to hear some appreciation.







thanks sir for your time and effort
ReplyDeletethanks for the script but 'Retweet' and 'Favourite' functionality is not working. Can you please fix it?
ReplyDeleteThey wont work, because we haven't added those functions yet. In the next version we will add them too.
Deleteand, Thanks for the appreciation.
please sir submit button . Imageupload and location does not show when i tried to compose a tweet there is no submit button
ReplyDeletePlease explain it. NO Submit button? Submit button for what? The script is working fine, i checked it.
Deletesubmit button i mean the tweet button example if you compose a message you must submit the message in order to view it but my does not have a submit button and image upload button
ReplyDeleteYou must have included this script in some other script. Jquery is not working for the script. On click the tweet box expands and the Tweet button and Image Upload button appears. In your case thats not happening, so the jquery isn't working. Check out.
Deleteits true i remember when i extracted the zip folder i was given a warning that jquery is broken i will redownload the script again and try thanks anyway for the help
ReplyDeleteCan you please include the Retweet and Favourite functions also so that we can easily integrate it in our applications?
ReplyDeletethanks sir. Can you please include the Retweet function?
ReplyDeleteIt would be grate if we could reply a reply, like twitter does.
ReplyDelete