The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBTwitter Details »» | |||||||||||||||||||||||||||||||
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
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:
PHP Code:
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! Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Comments |
#442
|
||||
|
||||
No, no update has been released.
|
#443
|
||||
|
||||
I understand... Are you still working on this? I remember it started back in january and its summer now.
Please let me know how far along. I have the utmost respect but again I just really want to know if I should develop on my own or if something is on the horizon. Please... let me know. |
#444
|
|||
|
|||
This mod is great, but just like everyone else says, it's very limited on what you can do with it. It would be something if it would make like a little pop up window and you can add your own words to the link instead of just "Check This Out" and also it could give you the ability to add hashes like #vBulletinMods or whatever your site is about.
|
#445
|
||||
|
||||
^^^ that's been said over and over. Kind knows about it. I'm just not sure what his time is like to work on the project. Hopefully he'll answer my question so I can make an inteligent choice.
On all his beta's and test site the custom "title" is there. We just don't have it. Been that way for months. |
#446
|
||||
|
||||
I'm out of school in two weeks from yesterday. So I will have a very large amount of time free up. A major hurdle I am working on with Ragtek is OAuth, which will remove many of the major problems surrounding this product...
|
#447
|
||||
|
||||
thanks a bunch. really.
|
#448
|
|||
|
|||
I can't get this to work for me. When I click on either the Tweet this thread link or the tweet this post link, I'm redirected to the bottom of the thread.
Any advice would be appreciated. Thanks |
#449
|
|||
|
|||
This seems to be the most promising "Tweet This" plugin yet. Can it not be somewhat similar to the "Tweet This" wordPress plugin, that essentially doesn't require anyone to store their userID/password - rather, it simply pulls a link.
Not sure how the variables would play out - but I'd think you could smack the code down in the SHOWTHREAD template. An example (from how to make a easy "Tweet This" link in WordPress) is simply adding this: Code:
<a href=?http://twitter.com/home?status=I just read <?php the_permalink(); ?> on your site name here!? title=?Send this Post to Twitter!? target=?_blank?>Tweet This Post on Twitter!!!</a>
Just curious. If you knew PHP and could understand this hack to easily use "TweetThis" in WordPress, looks like it could port over to VBulletin easily? |
#450
|
|||
|
|||
Thanks, will give this a try.
Andy |
#451
|
|||
|
|||
Thanks - if you nail it, let us know. I'm not excited about the users having to add the info to their UserCP - for all the existing users, they'd have to go back and add it after-the-fact, and it seems kinda out of the way. Would be better if anyone (even if not a registered member) could tweet a thread ... and I'd think you could just manually throw some of that code in there (assumingly, on the SHOWTHREAD template)?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|