This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I create a twitter type news feed for my website?
10-14-2012, 06:11 AM
Post: #1
How can I create a twitter type news feed for my website?
Hi everyone, I'm trying to work out how I could create a news feed for my website that shows updates based on pages that people are following. The main difference between this and a twitter news feed is that the updates will not be generated by a user, they need to be issued when new information is added regarding the page they are following.
To give an example of what I mean: A user is following the TV Show "The Office" and every time the page is updated with certain information - ie a new episode is airing, then this information will show up in their news feed.
This is being done from scratch and I don't want to use any prebuilt CMS like mediawiki or anything. Any suggestions on how I could go about getting this done will greatly appreciated Smile

Ads

Find all posts by this user
Quote this message in a reply
10-14-2012, 06:19 AM
Post: #2
 
Use thios code: #twitter_t {
width: 445px;
height: 34px;
background-image:url("your top image");
}

#twitter_m {
width: 415px;
padding: 0 15px;
background:url("your middle image") 0 0 repeat-y;
}

#twitter_container {
min-height:45px;
height:auto !important;
height:40px;
padding-bottom:10px;
}

#twitter_update_list {
width: 415px;
padding: 0;
overflow: hidden;
font-family: Georgia;
font-size: 14px;
font-style: italic;
color: #31353d;
line-height: 16px;
font-weight:bold;
}

#twitter_update_list li {
width: 415px;
list-style: none;
}

#twitter_update_list li a {
color: #5f6d76;
border-bottom: dotted 1px;
text-decoration: none;
}

#twitter_update_list li a:hover {
color: #31353d;
background: #d3f1f9;
}

#twitter_b {
width: 445px;
height: 29px;
background-image:url("your bottom image");
}

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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