Version: 1.0.4, by King Kovifor
Developer Last Online: Aug 2015
Category: Integration with vBulletin -
Version: 3.8.x
Rating:
Released: 02-08-2009
Last Update: 07-13-2009
Installs: 402
DB Changes Uses Plugins Auto-Templates
Additional Files Translations
No support by the author.
Description
This modification adds basic Twitter integration to vBulletin. Once a user defines their Twitter username & password within their vB Options (User CP -> Edit Options), the Tweet This X links will appear.
It automatically adds a tweet to their account with the default text of "Check this out! " (which can be edited editing the "twitter_checkout" phrase) and uses your forum URL with either tp or tt.php as the link. These redirect to the thread / post that was tweeted.
Installation
Upload files in the /upload/ folder of the .zip into the directories as is.
<if condition="$vbulletin->userinfo['twitter_username']"><a href="tweet.php?do=thread&id=$threadinfo[threadid]">Tweet This Thread!</a></if>
Requirements
THIS MODIFICATION REQUIRES PHP 5 DUE TO THE CLASS THAT IS USED!
PHP'S CURL EXTENSION IS ALSO USED! THE API CALLS ARE COMPLETELY DEPENDENT ON THEM!
This modification should work on vBulletin v3.5+, but was only tested on a vB 3.8 install.
Using the "tp.php" switch added in v1.0.2
With the release of v1.0.2, a switch between showpost.php?p=ID&postcount=COUNT and showthread.php?p=ID#postID has been added. Using it is simple, but requires a code edit (Note: This is a SUPPORTED code edit!). Open up tp.php and find this line:
PHP Code:
define('SHOWPOST', true);
Change that line to this:
PHP Code:
define('SHOWPOST', false);
This will automatically trigger the change any time it is loaded. This works retroactively and any links will automatically use the new settings once changed!
People pls stop posting that, we know that each Version < 1.0.3 is not working atm.
King Kovifor fixed that and sent it to 2 people to test it. I'll also try to test it, so if everything is ok 1.0.3 will be released today
I would like to see this be able to make a post to twitter with the text as defined by the user when they use it.
This would be in addition to a tweet this.
Effectively, allowing people to use the forum as a twitter proxy. Hundreds of our members use twitter and allowing them to update twitter though the site would stop them having to go off to twitter and then back, etc.... I'm sure the API will allow this, but I guess it depends on whether you want to code this in, or not.
Effectively, allowing people to use the forum as a twitter proxy. Hundreds of our members use twitter and allowing them to update twitter though the site would stop them having to go off to twitter and then back, etc.... I'm sure the API will allow this, but I guess it depends on whether you want to code this in, or not.
Is already included in 1.1 but pls don't start now with posts ala "when will it be released")
Don't know if i'm allowed to post the screenshots because i'm just a co-author^^
And what exactly do you mean with:
Quote:
I would like to see this be able to make a post to twitter with the text as defined by the user when they use it.
All the users can put a text in the usercp and instead of "check this out" it would be the usertext?