Page 1 of 1

Twitter API Character Counter

Posted: Thu May 13, 2010 5:55 am
by Unregistered
I've seen a number of character counters in the Internet but I have no idea how to place it on Twitter API. I already have Twitter API up and running but still no counter.

To what I have understood, I have to assign the character counter to the message box of twitterapi. The problem is, the twitterapi is a php file and not an html. On html, I can only place the call for the twitterapi.php, but it has nothing about a message box. This is the reason I'm having trouble creating a div tag to assign it to.

The closest that I have to a div tag that contains the twitterapi's message box is the twitter_msg. The problem here is that it's on the php file and not in the html file.

Anyone knows the code to make this work?

Re: Twitter API Character Counter

Posted: Fri May 14, 2010 2:46 am
by Unregistered
Created it myself. Problem solved.