Twitter API Character Counter

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Unregistered
Forum Newbie
Posts: 2
Joined: Thu Feb 25, 2010 6:57 am

Twitter API Character Counter

Post 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?
Unregistered
Forum Newbie
Posts: 2
Joined: Thu Feb 25, 2010 6:57 am

Re: Twitter API Character Counter

Post by Unregistered »

Created it myself. Problem solved.
Post Reply