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 get a blank screen after i add my username and password into the edit options oart of my site inside the usercp.
Usually a sign that Mcrypt is not installed.
Quote:
Originally Posted by bryanb
I'm getting the same message as some others:
I've uninstalled and reinstalled to no avail. Any assistance would be appreciated. Thanks!
You may be getting a rate limit error message... Can you confirm after a fresh hour (like NO twitter clients open of an hour).
Quote:
Originally Posted by deathdlr
I didnt read through the many many pages. I am curious will this work the the vbulletin blog as well? I have both this mod and the blog but can't find a way to tweet the blogs.
...
You may be getting a rate limit error message... Can you confirm after a fresh hour (like NO twitter clients open of an hour)...
My Twitter account is rather quiet - it's still a no go. I've had a mod fill in his twitter username and password in his User CP - doesn't work for him either.
I believe there is something wrong with the zip file. I redownloaded and I am recieving the same error.
I will se about updating the file.
Quote:
Originally Posted by bryanb
My Twitter account is rather quiet - it's still a no go. I've had a mod fill in his twitter username and password in his User CP - doesn't work for him either.
First off, thanks to the developer. This is a great mod and looking forward to future updates.
During my testing during install, I posted a quick "Check this out... [URL]" tweet. Within a few minutes, I garnered a complaint about how it looked like a non-descript marketing message (which I agree). I customized the message a bit, but it will certainly show up in related searches for my field. I'm concerned that if it catches on, it might alienate some Twitterers. As the site owner, I'm not going to tweet my own horn, but what if others do and do it often. Sure it'll garner some traffic, but might cause some brushback.
The inclusion of titles will resolve this, but how are people making out with the current version. Any negative feedback from your audience or the greater Twitter community?
Is it possible to make it so the title of the thread is posted instead of "check this out"?
Yes, just go to "Phrases" and search for twitter_checkout. Edit the phrase to your liking.
The issue is whether "generic" tweets could adversely affect you? The developer mentioned a future version that will use thread titles. This mod will officially become a killer mod once that's available.
Yes, just go to "Phrases" and search for twitter_checkout. Edit the phrase to your liking.
The issue is whether "generic" tweets could adversely affect you? The developer mentioned a future version that will use thread titles. This mod will officially become a killer mod once that's available.
And to what should he change the phrase? The threadtitle is dynamic...
No, atm it's not possible!