groups

name language licence
x PHP GPL 2
nav PHP GPL 2
searchform PHP GPL 2
sidebar (w/twitter) PHP GPL 2
index PHP GPL 2
slider CSS GPL 2
home PHP GPL 2
page PHP GPL 2

< 1 2 3 4 5 6 7 8 9 10 11 12 >



language: PHP
licence: GPL 2

sidebar (w/twitter)

options: view full snippetsend to code collector
<div class="span-8 box last"id="sidebar">
<ul id="sidebar">
<?php if ( !function_exists('dynamic_sidebar')
        || !dynamic_sidebar(sidebar) ) : ?>
<?php endif; ?>
<div id="twitter">
<ul class="tweet">
<?php  
  
// Your twitter username.  
$username = "maeghandonovan";  
  
// Prefix - some text you want displayed before your latest tweet.  
// (HTML is OK, but be sure to escape quotes with backslashes: for example href=\"link.html\")  
$prefix = "<h2></h2>";  
	
(Continues...)