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?
Twitter API Character Counter
Moderator: General Moderators
-
Unregistered
- Forum Newbie
- Posts: 2
- Joined: Thu Feb 25, 2010 6:57 am
-
Unregistered
- Forum Newbie
- Posts: 2
- Joined: Thu Feb 25, 2010 6:57 am
Re: Twitter API Character Counter
Created it myself. Problem solved.