Tag archive for ‘Widget’
Twitter and WordPress
I wanted to document one of the hacks that I have made to a the Twitter WordPress Sidebar Widget. Edit to “Twitter WordPress Sidebar Widget” I wanted a line break after the time, so I added the following line: li.appendChild(document.createElement(‘br’)); As the last line inside the following “if” statement: if ( showTimeFirst == 1) { [...]