PDA

View Full Version : Facebook


bransworld
04-01-2010, 10:15 PM
Is there a way to post threads, articles or blogs from my forum to my forum fan page on Facebook?

Videx
04-02-2010, 01:57 AM
Yes, we use Twitterfeed (it also posts to other sites, like FB). However, their free version has a limit of something like 5 per hour.
http://www.facebook.com/home.php?#!/pages/Shannondale-and-Beyond/293458056660

ericgtr
04-02-2010, 02:39 AM
I use RSS, no modification needed and it updates once an hour. I guess I don't see the need for immediate updates, remember the days we'd make a post and it would sit for a while before it got a reply? :p

Videx
04-02-2010, 03:12 AM
I thought RSS updated right away? Oh well, we have that enabled too, along with Twitter and Facebook notifications. There is no way we're going to get SoccerMom to install and understand how to use an RSS reader. But she takes to FB or Twitter fairly easily.

Personally, I was happy with the email subscriptions for forums in 3.x, but it hasn't been released for vb4, so I had to modernize. :)

ericgtr
04-02-2010, 03:32 AM
I thought RSS updated right away? Oh well, we have that enabled too, along with Twitter and Facebook notifications. There is no way we're going to get SoccerMom to install and understand how to use an RSS reader. But she takes to FB or Twitter fairly easily.

Personally, I was happy with the email subscriptions for forums in 3.x, but it hasn't been released for vb4, so I had to modernize. :)
I should have been more clear, I actually use http://twitterfeed.com/ which you can give your forum RSS url to and it will automatically post it to your twitter account. I just took a peak and it looks like it will update every half hour actually.

bransworld
04-02-2010, 09:55 PM
How do I find my forum RSS url?

Videx
04-02-2010, 10:42 PM
How do I find my forum RSS url?Implementing the External Data Provider (http://www.vbulletin.com/docs/html/main/vboptions_externaldataprovider_implementing)

MotMann
04-05-2010, 06:59 AM
RSS Feed ist NOT a good idea, because the complete Thread will be displayed on Facebok.
That's not good for you in the searchengines ;)

Videx
04-05-2010, 03:02 PM
RSS can be crafted so that it only posts new threads (i.e., only the first post in a thread). And you probably have to because otherwise you'll exceed the twitterfeed limit.

mrpaint
04-07-2010, 02:16 AM
Have you checked out YAFB?
In case you want to code it yourself, you can use the Facebook Connect API publish_stream() method with a targetid (which is your fan page id) and that will do the trick :D