vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - vBulletin to Twitter, live tweets of new threads (https://vborg.vbsupport.ru/showthread.php?t=234288)

sticky 04-12-2010 11:40 AM

I'm considering installing this as I want more traffic but won't people get offended or annoyed with every new thread being tweeted?

milaszewski 04-12-2010 12:33 PM

Quote:

Originally Posted by nstlx (Post 2019368)
I solved the problem like this:

Code:

$tweet .= utf8_encode($newpost['title'].' '.$shortUrl);
Twitter uses utf8, so it with be ok also with English....

nstlx

it doesn't work... my forum is not utf8, it's iso-8859-2

milaszewski 04-12-2010 12:44 PM

Quote:

Originally Posted by milaszewski (Post 2019912)
it doesn't work... my forum is not utf8, it's iso-8859-2

solved!
I added this line:
$tweet = iconv("ISO-8859-2", "UTF-8", $tweet);

Videx 04-12-2010 10:18 PM

Quote:

Originally Posted by sticky (Post 2019891)
I'm considering installing this as I want more traffic but won't people get offended or annoyed with every new thread being tweeted?

On a busy forum they certainly could. I use Digsby and always have a window open showing nothing but new threads on the forum, but not everyone is savvy enough to use filters like that.

sticky 04-12-2010 10:24 PM

Quote:

Originally Posted by Videx (Post 2020192)
On a busy forum they certainly could. I use Digsby and always have a window open showing nothing but new threads on the forum, but not everyone is savvy enough to use filters like that.

I see, so is there something that can allow to pick and choose which threads to tweet by clicking a button instead of doing it manually?

Videx 04-12-2010 10:57 PM

Quote:

Originally Posted by sticky (Post 2020195)
I see, so is there something that can allow to pick and choose which threads to tweet by clicking a button instead of doing it manually?

Who the heck would have the time to sit and do that in a timely fashion? Especially on a busy board. More realistically, just limit tweeting to exclude your busiest forums. But there's nothing stopping you from manually tweeting if you really want to go that route.

Jabong82 04-12-2010 11:00 PM

Anyone else have a separate Twitter account?

I just use this for SEO and have a separate account that people can follow. So 1 account for your updates/followers and another just for this mod.

sticky 04-12-2010 11:04 PM

Quote:

Originally Posted by Videx (Post 2020209)
Who the heck would have the time to sit and do that in a timely fashion? Especially on a busy board. More realistically, just limit tweeting to exclude your busiest forums. But there's nothing stopping you from manually tweeting if you really want to go that route.

I know, but what I was hoping is simply a tweet button next to where it says quote which would tweet the thread using a url shortener. Simple... I don't want to spam my followers with every thread.

sticky 04-12-2010 11:05 PM

Quote:

Originally Posted by Jabong82 (Post 2020210)
Anyone else have a separate Twitter account?

I just use this for SEO and have a separate account that people can follow. So 1 account for your updates/followers and another just for this mod.

I see, two accounts would work but if there are no followers what is the point?

Jabong82 04-12-2010 11:32 PM

Quote:

Originally Posted by sticky (Post 2020212)
I see, two accounts would work but if there are no followers what is the point?

Well if you have your posts tweeted, they create outside links to your site, which is one of the most important factors in search engine optimization (ie. ranking higher on google).

So yah no one would see it because you'd have no followers on that account, but in theory your search engine rankings should improve which is good for your overall site traffic.


All times are GMT. The time now is 06:45 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01562 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete