There are no reviews yet. Be the first to send feedback to the community and the maintainers!
=== Lifestream === Contributors: zeeg, llygoden Tags: lifestream, rss, social, miniblogging, twitter, flickr, friendfeed, delicious, last.fm, facebook, digg, atom, instapaper, Google Plus, youtube Requires at least: 2.8 Tested up to: 3.1.3 Stable tag: trunk Streams your activity from over 50 different sources to your blog. == Description == Lifestream displays your social feeds and photos much like you would see it on many of the social networking sites. This version is taken from the Github Source after changes have been made Homepage: http://www.enthropia.com/labs/wp-lifestream/ Source: https://github.com/dcramer/wp-lifestream Support: https://github.com/dcramer/wp-lifestream/issues Follow us on Twitter: http://www.twitter.com/wplifestream Requirements: * PHP 5.x * WordPress 2.8+ * MySQL 5.x == Installation == Upload the plugin (unzipped) into `/wp-content/plugins/`. You should end up with `/wp-content/plugins/lifestream/lifestream.php`. Activate the plugin under the "Plugins" menu. Visit "Lifestream" -> "Settings" to configure the basic options, and add feeds. There are severals methods in which you can use Lifestream in a WordPress page. The easiest way is to use the normal context handler (works in pages and posts): `[lifestream]` Another method requires a [custom WordPress page](http://codex.wordpress.org/Pages#Page_Templates), or the use of a template, and is a simple function call: `<?php lifestream(); ?>` You may also specify several parameters in the `lifestream` method (useful for sidebar display). These should be in the standard key=>value format for PHP calls. * `(int) offset`: defaults to 0 * `(int) limit`: defaults to '50' * `(string) date_interval`: defaults to '1 month' * `(boolean) break_events`: defaults to false - forces grouped events to be single * `(array) user_ids`: defaults to all users -- specify the ids of users to show * `(array) feed_types`: defaults to all feeds -- specify the feed keys (e.g. twitter) to show * `(array) feed_ids`: defaults to all feeds -- specify the ids of feeds to show, also overrides `feed_types` setting For example: `[lifestream limit="10"]` For more advanced uses, you may directly use `get_events()` which will return an array of `Event` instances. This is the same syntax as the `lifestream()` method. Example: `<ul> <?php $options = array('limit' => 50); $events = $lifestream->get_events($options); foreach ($events as $event) { echo '<li>'.$event->render($options).'</li>'; } ?> </ul>` Another popular example, would to be show your current Twitter, or Facebook status somewhere in your templates: `$events = $lifestream->get_events(array('feed_types'=>array('twitter'), 'number_of_results'=>1, 'break_groups'=>true); $event = $events[0]; // to render it with links echo $event->feed->render_item($event, $event->data); // or render just the text echo $event->data['title'];` Or, use our handy shortcuts: `<?php lifestream_twitter_status(); ?>` And `<?php lifestream_facebook_status(); ?>` == Requirements == * PHP 5 * WordPress 2.8 or newer == Features == * Personalizable CSS classes. * Detailed configuration options. * Supports nearly every major social networking website * Unlimited number of feeds in your Lifestream. * Supports grouping of events. * Localization ready! * Digest available to summarize your activities. * WordPress MU is supported. == Built-in Feeds == The plugin includes most of the major social networking feeds available. You may add your own, as well as send me ideas for new feeds at the GitHub Forum. If you wish to add custom extensions, please see extensions/README. * Facebook * Digg * Blog * Twitter * Reddit * De.licio.us * GetGlue * Instapaper * Jaiku * Last.fm (Revamped plugin in 0.38) * Flickr (Improved display in 0.39) * Photobucket * Pownce * YouTube * Google Reader * Google Plus * Yelp * MySpace Blog * Skitch * Identi.ca * Pandora * Hulu * TwitPic * Vimeo * StumbleUpon * Tumblr * Amazon Wishlist * Ma.gnolia * Zooomr * Blip.fm * Brightkite * Picasa (Web) * Kongregate * Viddler * coComment * FoodFeed * MyEpisodes * Mixx * SlideShare * Blip.tv * Steam * Xbox Live * iTunes * Github * Readernaut * ScrnShots * Mobypicture * SmugMug * DeviantArt * BackType * LibraryThing * Netflix * Wikipedia * Upcoming.org * WordPress Codex * Raptr * Gowalla * Kiva * Codaset * Foursquare * Ustream * World of Warcraft Armory Want to add your own? See extensions/README for more information. == Localization == Currently the plugin is localized in the default language of English, as well as the following languages. If you wish to submit a localization please send it to [email protected]. * Chinese (Simplified) * Japanese * Polish * Danish * Italian * Bulgarian * French * German * Danish * Spanish * Swedish * Belorussian * Catalan == Changelog == = 0.99.9.8-BETA = * The last release by David Cramer = 1.0 = * This updated version containing a whole load of fixes and more plugins. This is the version available on GitHub as at 27/07/2011 == Screenshots == 1. Unavailable == Credits == An [Enthropia Labs](http://www.enthropia.com/labs/) project. Created by David Cramer ([mail](mailto:[email protected]), [website](http://www.davidcramer.net)). Maintained by Robert McGhee ([mail](mailto:[email protected]), [website](http://wwww.robertmcghee.co.uk)). Core concept inspired by [RSS Stream](http://rick.jinlabs.com/code/rss-stream).
django-devserver
A drop-in replacement for Django's runserver.mangodb
A database that operates at CLOUD SCALEtaskmaster
A simple distributed queue designed for handling one-off tasks with large sets of tasksdjango-ratings
Pluggable rating fields in Django.django-sphinx
A transparent layer for full-text search using Sphinx and Djangodjango-uuidfield
A UUIDField for Djangomock-django
logan
Logan is a toolkit for building standalone Django applicationsdjango-db-log
This project is no longer updated. Please see https://sentry.io/ for its successordjango-paging
Sexy pagination in Djangodjango-orm-cache
A caching layer for Djangodecruft
python-readability, but faster (mirror-ish)django-view-as
A Django middleware which allows you to view the site on behalf of a user.django-idmapper
An identify mapper for the Django ORMpiplint
Piplint validates your current environment against requirements filespython-tools-tmbundle
Adds support for automated PyFlakes linting in TextMatepeated
django-static-compiler
pdbinject
A Python utility which uses GDB to inject a telnet-able PDB session into an existing processpy-wikimarkup
A MediaWiki-to-HTML parser for Python.feedreader
An RSS/Atom feed parsing layer for lxml.objectify in Pythondjango-sentry
This repo has been moved!django-indexer
A simple key/value store for indexing meta data on JSON-type fieldschardet
Forked version of chardetsentry-old
(In Development) Sentry 2.x is a realtime event logging and aggregation platformdjango-data-tools
django-compositepks
Composite Primary Keys forkdjango-oursql
Django database backend for MySQL via oursql.dotfiles
My personal dotfilesquickunit
A Nose plugin which enables determining which tests to run based on the current git diffhive
My home infrastructurenibbits-shared
Some shared libraries which we have created at Nibbitsnumbers
Python Numbers for Humanssexytime
nexus-memcache
Memcache statistics plugin for Nexussentry
THIS REPOSITORY HAS BEEN MOVEDdjango-notices
A message notification system for Djangodjango-db-routes
work in progresspeek
Take a peek at whats slowing down your Python applicationghostplusplus
Git Mirror of GHost++kleenex
A Nose plugin designed to detect coverage and only run the tests that matter.git-owners
nexus-redis
Redis stats in Nexuspastethat
A Django Pastebin (Pastethat.com)dateminer
Extract dates from webpagesselenium-saucelabs-python
Selenium driver for Sauce OnDemandpmp
anti-spam
pytest-django-lite
The bare minimum to integrate py.test with Django.SublimeFlakes
Inline PyFlakes in Sublime Text 2objtrack
Generic object 'viewed' status tracking in Djangophp-httplib
A port of Python's httplib in PHPgitstats
Unofficial fork of GitStats with some bugfixespanelkit
WIP: A kit for building a tablet-focused Home Assistant UI.europython-2011
django-bbcode
I'm tired of bitbucketgitboard
wiki-to-overview
Redmine Plugin: Forward overview to Wikinose-json
lovelace-nextbus-card
A card giving richer public transit display using NextBus sensors.pyconsg-tutorial-bootstrap
hass-luxor
FXLuminaire Luxor integration for Home Assistanttabletop-server
muskrats
nexus-celery
php-database
A simple database library for MySQL and PGSQL.djangospot
DjangoSpot.com Sourcenose-bisect
Flush out bad tests with easy bisection in Python/Noseredmine-improved-revisions
Redmine Plugin: Improved revisions in Redminenibbits-maploader
Nibbits automated map and replay installerunifi-mqtt
redmine_hudson
forward-to-diffs
Redmine plugin: Forward revisions to diffssoundbot
Audio player extension for Phennyminecraft-tools
site
rss-to-tumblr
Allows importing an rss under a specific set of tagsnexus-postgresql
jinja1-djangosupport
Jinja 1 with updated Django Supportreraise
notsetuptools
protobufs
Google Protocal Buffersredmine-home-to-projects
Forward a Redmine user to a the project listing when visiting the Home page.djangospot2
DjangoSpot using Pylons and Redisflask-redis
Redis support for Flasktabletop-mobile
pyconsg-tutorial-example
raven
THIS PROJECT HAS BEEN MOVEDscmap
gochatter
homeline
very wipgalaxyvalidator
galaxyvalidator.com sourceghostplusplus-nibbits
Nibbit's version of GHost++cask-server
davidcramer-redirect
Redirects links on davidcramer.net to JustCramer.comredmine_disqus_ci
Disqus CI for Redminestonescript
ad-alarm-manager
cask-web
gobot
Love Open Source and this site? Check out how you can help us