Horje
Create a Lifestream on your blog Wordpress Tutorial

Noted That:

  • To install correctly this wp-lifestream2.zip .
  • Fisrt Download the wp-lifestream2.zip to your computer
  • Extract/Open wp-lifestream2.zip to Your Computer.
  • Then, Find readme.txt file inside wp-lifestream2.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.

Start the Tips:

1. First Download " wp-lifestream2.zip " Plugin to your Local Computer. (Click Download)

2. Then, Login to your " yourdomain.com/wp-admin " Dashboard.

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on " Plugins " + " Add New " from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

5. Now, Browse " wp-lifestream2.zip "  Downloaded plugin from your computer, Where you downloaded wp-lifestream2.zip According to Step – 1 Above then, click on " Install Now"

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on " Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. " WP-Lifestream2 " folder is added on left sidemenu. Now, Click on " WP-Lifestream2 " folder.

   Noted that: If you do not see " WP-Lifestream2 " folder on left sidemenu then, see at left sidemenu " Settings " or " Tools ".

8. Now you configure yourself oR Watch video tutorial below about  WP-Lifestream2 Configurtions and Settings or How to work " WP-Lifestream2 " in your WordPress site.

 

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " WP-Lifestream2 " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is WP-Lifestream2
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

Upload the plugin into /wp-content/plugins/ . You should end up with /wp-content/plugins/lifestream/ .

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 , or the use of a template, and is a simple function call:




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:


    50); $events = $lifestream-> get_events($options); foreach ($events as $event) { echo '
  • '.$event-> render($options).'
  • '; } ?>

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:




And





create , lifestream , blog , tutorial ,

Name

Read Article
https://develop.horje.com/learn/1434/reference