Social Stream takes your latest posts from Twitter, Facebook and your WordPress blog to merge them into single feed.
Copy App ID and App Secret into Settings -> Social Stream.
How do I Twitter, Facebook or WordPress posts from showing Social Stream.
Place this anywhere you want the stream to be shown in your CMS and it'll pull it out using Ajax.
Recommended This will use Ajax to display the social stream which is advantageous due to load speeds..
Copy the file views social stream php from the plugin to the root of your theme and style as desired...
There are couple of functions that will allow you to pull out array of Twitter or Facebook posts on their own..
We've included couple of functions that will return false so you can work out if it's Twitter or Facebok post. is twitter post Pass in post to check is facebook post Pass in post to check...
You don't need to roll your own regex as we've included couple of static methods on the relevant classes. - Will return the tweet with links, hashtags and @replies parsed - Will return the post with links parsed..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more