The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBulletin Tweet Poster! Details »» | |||||||||||||||||||||||||||
Brought to you by Milad's vBulletin Services! Click install to receive support & updates. Please click install before you ask for help! You like it? nominate it. Introduction & Description It's amazing how twitter drives traffic to various websites around the web, so I thought it would be a very good idea to get advantage of it, because Twitter will bring us more traffic and more valuable registrations. This add-on runs as a scheduled task every ten minutes, and posts the newly posted threads to twitter in the form: Thread title - preview (if possible) - tiny or full URL. Threads must be in forums viewable by guests, not private forums. Features
How different is this from twitterfeed.com?
Happy Users of This Product! contact me to add your twitter account. Requirements
Installation
Upgrade
Troubleshooting
Credits I've used the Twitter's OAuth library, by Abraham Williams | http://abrah.am | @abraham Change log
Download Now
Show Your Support
|
Comments |
#522
|
|||
|
|||
Nope I'm waiting patiently.....
|
#523
|
||||
|
||||
Odd.....Tweets have been acting up this morning....these are some of the results popping off on Twitter:
http://twitter.com/GridironFans Quote:
Quote:
Quote:
Quote:
|
#524
|
|||
|
|||
My questions once again...
I have postet a new thread and that postet on twitter over your skript. A mod from my Board delete the Tweet on twitter. a) How i re-tweet the Thread from vB again? The "t" Icon will be glow blue. b) I have in cronjob (vBulletin Tweet Poster: Hot Threads) followed problems: Quote:
d: in the Linkback Mail i can read: Quote:
e) if i click on the "t" Icon, some Tarnsferes to Twitter will be failed. What is wrong? Thank's for support.....need help |
#525
|
|||
|
|||
installed and works great on my v3.8 board thanks
Hope 4.0 version comes out soon I like this vbulletin tweeter more then others out there |
#526
|
|||
|
|||
Looks like a great mod, but will it work on vBulletin 3.7?
|
#527
|
|||
|
|||
Hi Milad. Very strange problem here. When I try to manually tweet a post / thread, then the grey T-Icon turns into a progress icon but nothing happens then. Also, the auomatic tweet function wont work. It keeps saying "1 Threads stripped from database!" but there is no Tweet on twitter.
Also, there are no further logs for me. * I double checked the access settings in Twitter, they are OK * I re-authorized two times * I tried it with and without bit.ly auth / api * I tried with and without iconv * This is the way I installed this addon: Uploaded files, uploaded XML Hope you can help me :> Oh and BTW: The automatic tweet after authorization worked perfectly for me. |
#528
|
|||
|
|||
Fatal error: Call to undefined function vbseo_get_forum_info() in /storage/****/forums/includes/twitterposter/functions_twitterposter.php on line 51
Line 51: vbseo_prepare_seo_replace(); VBSEO 3.0.0 RC6 VB 3.8.0 This is on a manual run. The Tweetpost is authenticated fine, got the message to twitter, but it is not posting threads at all. HALP |
#529
|
|||
|
|||
Fixed the problem, Because i had VBSEO 3.0.0 vbseo_get_forum_info() needed to be changed to get_forum_info()
|
#530
|
|||
|
|||
Finally got it working! Great hack!
|
#531
|
|||
|
|||
Does anyone have a more refined version of twitterposter_hot.php than what was provided in this mod?
More specifically, this right here isn't exactly the greatest way to pull hot threads from the database: (only gripe I have about this great product) Code:
$get_hot_threads = $vbulletin->db->query_read("SELECT thread.threadid, thread.title, thread.forumid, post.pagetext, user.userid, user.usergroupid, user.membergroupids FROM " . TABLE_PREFIX . "thread AS thread LEFT JOIN " . TABLE_PREFIX . "post AS post ON (post.postid = thread.firstpostid) LEFT JOIN " . TABLE_PREFIX . "deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread') LEFT JOIN " . TABLE_PREFIX . "user AS user ON (user.userid = thread.postuserid) WHERE thread.open <> 10 AND thread.visible = 1 AND thread.tweeted = 0 AND thread.dateline >= " . $vbulletin->options['twitter_hot_timespan'] . " " . (count($restricted_forums) > 0 ? "AND thread.forumid NOT IN (" . implode(',', $restricted_forums) . ")" : "") . " AND deletionlog.primaryid IS NULL AND (thread.views >= " . $vbulletin->options['hotnumberviews'] . " OR thread.replycount >= " . $vbulletin->options['hotnumberposts'] . ") ORDER BY thread.dateline |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|