![]() |
Quote:
|
Hey great mod.. but does this put much extra stress on the server ?
|
Quote:
|
Pleeeeeeeese how to get this work on Arabic vbulletin ?:confused::confused::confused:
|
Hi,
I have installed this mod and have only got it half working, so I was wondering if anyone can help me out I get no error messages and I get a tweet posted on Twitter and a link made in bit.ly however the problem is that the tweet only has the thread title in it and then the word "Array", the bit.ly link that was created is not on the tweet. However when I login to bit.ly I can see the link that was created Any ideas? Thanks |
wow, little hack and ready to go. I really loved this mod. Its good - Can we make option whether to post on twitter or not?
|
Quote:
make sure you use the one attached to the mod post, the one from the link above does not work for everyone. |
Quote:
I couldnt download the ones from this post yesterday so used the ones on the link instead and obviously that was the problem Thanks again |
I've installed it but won't work.....
Can someone help me by checking the code below? Thanks a lot! // The array below are the ids of non-public forums, update these to be your admin forum ids or anything non-public by default $excludedForums = array(0); // If you are having trouble getting bitly URL shortening to work... disable it! $useBitly = true; if (!in_array($foruminfo[forumid], $excludedForums = array(6)) { $shortUrl = 'http://www.mymarketingforum.ch/showthread.php?t='.$newpost[threadid]; if ($useBitly) { // http://classes.verkoyen.eu/bitly require_once 'bitly.php'; $bitly = new Bitly('mymafo','http://bit.ly/9nWRYw'); $shortUrl = $bitly->shorten($shortUrl); } $tweet = ''; if (isset($newpost['prefixid']) && $newpost['prefixid'] != '') { $tweet = $vbphrase['prefix_'.$newpost['prefixid'].'_title_plain'].' '; } $tweet .= $newpost['title'].' '.$shortUrl; // http://classes.verkoyen.eu/twitter/ require_once 'twitter.php'; $twitter = new Twitter('mymafo','xxxxxxxxx'); $twitter->updateStatus($tweet); } |
It works great, thanks a bunch :)
|
All times are GMT. The time now is 05:33 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|