Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Creating a Custom Twitter Feed

Featured Replies

I want to create the simplest custom Twitter feed possible. I want to create stylish but minimal looking websites. I can build static sites using HTML & CSS and want to now start adding various features to my sites. My next task is creating a simple Twitter feed. I would like to take my inspiration for the Twitter feed from http://floatleft.com/.

 

I have come across the following script and would like to know what everyone thinks and if anyone can suggest something else. Keeping in mind I want to keep my site designs clean.

 

<style type="text/css">

 

#twitter {

width: 500px; margin: 130px auto;

}

 

#twitter h1 a {

display: block; margin: 0 0 15px 0;

font: 14px Arial, Sans-Serif; color: #004080;

text-decoration: none;

}

#twitter h1 a:hover { color: #004080; }

 

#twitter ul {

list-style: none;

margin: 0; padding: 0;

}

#twitter ul li {

margin: 0 padding: 0;

}

#twitter ul li a {

font: normal 14px/30px Georgia, Times, Serif;

color: #004080;

}

#twitter ul li a:hover { color: #CC0000; }

 

#twitter ul li span {

font: 22px/30px Helvetica, Arial, Sans-Serif; color: #004080;

}

#twitter ul li span a {

font: 22px/30px Helvetica, Arial, Sans-Serif;

}

 

 

</style>

 

<div id="twitter">

<h1><a href="http://twitter.com/BibCra">@BibCra</a></h1>'>http://twitter.com/BibCra">@BibCra</a></h1>

<ul id="twitter_update_list"></ul>

</div>

<script src="http://twitter.com/javascripts/blogger.js" type="text/javascript"></script>

<script src="http://twitter.co[/size][/size][/size]m/statuses/user_timeline/BibCra.json? callback=twitterCallback2&count=1" type="text/javascript"></script>

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.