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 hack up the Twitter Updater to provide a nicer URL to twitter that would then appear nice in the above mentioned Twitter SideBar Widget… but ran into some issues. I have determined that I need to make the change to the Sidebar Widget and detect the URL and then place it into a ““. A project for another day.

Leave a Reply