snydersoft.com

Sharing Web Development Information

Tag archive for ‘Updater’

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) {
I also attempted to [...]