| name | language | licence |
|---|---|---|
| Display Blogroll Links | PHP | BSD |
| Display Archives in a Drop-Down Box | PHP | BSD |
| slider | PHP | GPL 2 |
| wide | PHP | GPL 2 |
| x | PHP | GPL 2 |
| nav | PHP | GPL 2 |
| searchform | PHP | GPL 2 |
| sidebar (w/twitter) | PHP | GPL 2 |
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >
language: PHP
licence: GPL 2
sidebar (w/twitter)
options: view full snippet • send 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>";



library
buttons (3)
wp (93)