DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:facebookwall

This is an old revision of the document!


facebookwall Plugin

Compatible with DokuWiki

2012-01-25, 2011-05-25, 2010-11-07

plugin

Last updated on
2012-02-14
Provides
Syntax

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to facebookalbum, facebookevents, facebookphotos, importfacebookevents

Tagged with facebook, fb, messages, network, posts, social, status, wall

This pluging allows you to connect to your Facebook page and display the status messages on your Facebook wall in DokuWiki. This plugin uses the Facebook PHP SDK, PHP and FQL.

Installation

:!: External requirements: This plugin requires the following additional components that must be installed separately:

  • This plugin uses the Facebook PHP SDK, which requires
    • The CURL PHP extension to be installed
    • The JSON PHP extension to be installed
  • Additionally, you must create a Facebook App, which allows you to connect to Facebook using
    • App ID, which identifies your Facebook App (you can have multiple Apps)
    • App Secret, which secures your Facebook App

Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.

Examples/Usage

  • {{facebookwall>appid=123456&secret=123456&fanpageid=123456}} 1)
  • {{facebookwall>appid=123456&secret=123456&fanpageid=123456&numberOfEntries=3&sort=DESC}} 2)

See the plugin in action here. The sample page shows all the styles available with the plugin.

Syntax

{{facebookwall>key=value&..&key=value}}
key the parameter key to set optional
value the parameter value to set optional

Multiple key=value parameters can be set using the & as a seperator.

Available parameters:

Key Type Comments Requirement Version
appid string This is the mandatory App ID of your Facebook App mandatory all
secret string This is the mandatory App Secret of your Facebook App mandatory all
fanpageid string This is the ID of your Facebook page. You can find this ID by going to your Facebook page. Typically, the link of your page looks like https://www.facebook.com/#!/pages/<page name>/<page ID>. Copy the page ID from the URL and use it in the syntax. mandatory all
showAs string Default: default. Allows you to use alternate display of the wall posts using configuration parameters. You can add more templates by editing the default.php and metadata.php files in the conf/ directory. optional all
from date This indicates the date from which the wall posts should be displayed. Older wall posts are disregarded. Format is DD/MM/YYYY. The value 'today' is also valid. optional all
to date This indicates the date to which the wall posts should be displayed. Newer wall posts are disregarded. Format is DD/MM/YYYY. The value 'today' is also valid. optional all
numberOfEntries number Indicates the maximum number of entries to display. optional all
sort string Default: DESC. Allows you to sort by the date of the wall post. Valid values are 'ASC' and 'DESC'. optional all

Configuration and Settings

Key Type Comments Requirement Version
dformat date Formatting of the event date (See Format) required all
tformat date Formatting of the event time (See Format) required all
default string Default template for displaying wall posts. required all
table string Template for displaying wall posts as a table. required all

Display templates

You may add your own configuration parameters in order to display the wall posts in different formats. The appropriate configuration parameter for the template can be set via the syntax parameter showAs.

In order to make a new template, for example one that displays all wall posts as an unsorted list, the configuration files must be changed as follows:

conf/metadata.php

If you wish to alter your self-created template in the administration panel, you must setup the metadata for this parameter.

Example:

$meta['unsortedlist'] = array('');

conf/default.php

If you wish to set a default setting for the newly created parameter, you can set it up in default.php. This is optional, you can also use the administration panel to setup the configuration parameter.

$conf['unsortedlist'] = '  * {date}: {message} ';

showAs

Once the configuration parameter has been added, you can use it in the plugin syntax:

{{facebookwall>appid=123456&secret=123456&fanpageid=123456&showAs=unsortedlist}}

Template tags

The templates, which can be configured in conf/default.php, or via the administraton panel, is parsed using the following tags:

Tag Comments
{date} The date of the wall post. The date format can be configured in the conf/default.php file.
{time} The time of the wall post. The time format can be configured in the conf/default.php file.
{datetime} The date and time of the wall post. This functions as {date} {time}.
{message} This contains the content of the Facebook wall post.
{url} The unformated URL of the wall post. You can use this in your template to make your own links to the post.
{more} This is a fomated link to the wall post, using the language files to output a Read more... link.

Development

Change Log

Known Bugs and Issues

ToDo/Wish List

  • Attachments

FAQ

Discussion

Thank you for your contributions!

1)
Displays all status messages on the facebook wall
2)
Displays the 3 newest status messages on the facebook wall
plugin/facebookwall.1329306290.txt.gz · Last modified: 2012-02-15 12:44 by jdt

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki