Twitter MOD - Posted (2887 Views)
Starting Member
iane87
Posts: 42
42
Automatically update twitter when users post on your forum. URL's will be shortened by bit.ly. Automatically delete any tweets made to twitter when the reply, topic, forum, or category is deleted. Easy to install. Requires database mod, but I have included a script to take care of this automatically.
Examples: Free Computer Support Forum | Follow Free Computer Support on Twitter
Download the twitter mod from:

http://freesupport.fixonefree.com/topic.asp?TOPIC_ID=412
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Development Team Leader
Classicmotorcycling
Posts: 2085
2085
Not going to register to download a file, sorry...
Cheers,

David Greening
Posted
Junior Member
balexandre
Posts: 418
418
Originally posted by Classicmotorcycling
Not going to register to download a file, sorry...

+1 smile
Posted
Senior Member
MaD2ko0l
Posts: 1053
1053
lol..just tryed to regiter and there is an error when pressing signup.
error 500 page :-(


to bad, might have been a good idea
© 1999-2010 MaD2ko0l
Posted
Starting Member
iane87
Posts: 42
42
Sorry, for the delay. You may login with username: demo password: demo if you do not wish to create an account. However, please register for an account if you would like to post.
MaD2ko0l you got error 500 when trying to register? Maybe BotScout was having some problems again. I have replaced BotScout with Captcha image verification. And tested the registration page. Should be working fine now. Let me know if you have any more problems.
Posted
Development Team Leader
Classicmotorcycling
Posts: 2085
2085
Ian, I downloaded the file, and I have logged on to your Twitter account. You need to update the twitter.asp file as a matter of urgency as you have left your username and the password for Twitter in the file. Also change your Twitter password as if I have it, so do others.
Cheers,

David Greening
Posted
Starting Member
iane87
Posts: 42
42
Thanks for pointing that out. Forgot to take that out when I made the last update.
Posted
Starting Member
iane87
Posts: 42
42
Update added some additional code to twitter.asp this way if one of the API calls fails it will not cause an error on the forums.
Posted
Starting Member
iane87
Posts: 42
42
Update to Twitter MOD now supports additional URL shorteners. tr.im and p.ly are now supported in addition to bit.ly which is included in the original MOD.
To change your URL shortener simply download the new code and replace twitter.asp then change the following line of code in post_info.asp:

strBitURL = " " & BitLy(strTweetURL)

For tr.im change it to:

strBitURL = " " & TrimURL(strTweetURL)

For p.ly change it to:

strBitURL = " " & Ply(strTweetURL)
 
You Must enter a message