Twitist Forums
How can I create a twitter type news feed for my website? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Twitter forums (/forum-1.html)
+--- Forum: Twitter abbreviations (/forum-4.html)
+--- Thread: How can I create a twitter type news feed for my website? (/thread-9530.html)



How can I create a twitter type news feed for my website? - Nick - 10-14-2012 06:11 AM

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


- Erraticfinger679 - 10-14-2012 06:19 AM

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");
}