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!
I installed it without problems but each time i try to twitt a thread i'm redirected to a page with the following:
Quote:
Woah there!
This page is no longer valid. It looks like someone already used the token information you provided. Please return to the site that sent you to this page and try again ? it was probably an honest mistake.
Thanks for this great mod. I quickly glanced thru the past 38 pages, but can't seem to find this. Sorry if is repost.
Is there any settings that once a user submitted tweeter authorization, all his subsequent posts and threads are send to tweeter? That will be better instead of waiting for user action to tweet.
Something similar with facebook connect user, where all the threads and replies are posted to facebook profile.
ive a problem. i have installed teh tool ive made the key`s on twitter. first time i`ve clickt the twitter button the alow / deny page from twitter appears. after that the tool did nothing. there are no posts on twitter now when i click the twitter button.
oh wait i see. you said 1.1. when does 1.1 have an eta? Sorry i asked you out of order. i really thought this was it.
No, 1.1 doesn't have an ETA.
Quote:
Originally Posted by masterweb
I installed it without problems but each time i try to twitt a thread i'm redirected to a page with the following:
Any help pls?
It seems like you are revoking permissions on Twiter's end, or it is attempting to redirect you. reinstall?
Quote:
Originally Posted by gniuzvb
Thanks for this great mod. I quickly glanced thru the past 38 pages, but can't seem to find this. Sorry if is repost.
Is there any settings that once a user submitted tweeter authorization, all his subsequent posts and threads are send to tweeter? That will be better instead of waiting for user action to tweet.
Something similar with facebook connect user, where all the threads and replies are posted to facebook profile.
Thanks
No, there is no auto-tweet.
Quote:
Originally Posted by Verionia
How can I get the number of users who tweeted the thread or the tweet this button with the stats?
There is currently no way.
Quote:
Originally Posted by HiPhone
ive a problem. i have installed teh tool ive made the key`s on twitter. first time i`ve clickt the twitter button the alow / deny page from twitter appears. after that the tool did nothing. there are no posts on twitter now when i click the twitter button.
I have reinstalled and reuploaded everything. I still get this message as well:
Woah there!
This page is no longer valid. It looks like someone already used the token information you provided. Please return to the site that sent you to this page and try again … it was probably an honest mistake.
I have reinstalled and reuploaded everything. I still get this message as well:
Woah there!
This page is no longer valid. It looks like someone already used the token information you provided. Please return to the site that sent you to this page and try again ? it was probably an honest mistake.
hm... that's rather odd. And something I have never come across before...