DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: Facebook plugin

Created:2010-02-18T17:33:18
Changed by:Robert Heel
Changed:2011-07-06T23:05:31
Classification:ods_facebook
Keywords:forAdmins, forIntermediate, facebook
Author:Robert Heel
Email:rheel@1drop.de
Info 4:
Language:en

img-1 img-2 EXT: Facebook plugin - ods_facebook

EXT: Facebook plugin

Extension Key: ods_facebook

Language: en

Keywords: forAdmins, forIntermediate, facebook

Copyright 2011, Robert Heel, <rheel@1drop.de>

Onedrop Solutions GmbH & Co. KG

Sudetenstraße 26

93073 Neutraubling

www.1drop.de

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: Facebook plugin 1

`Introduction 3 <#__RefHeading__1512_1527105909>`_

What does it do? 3

`Users manual 4 <#__RefHeading__1518_1527105909>`_

`Administration 5 <#__RefHeading__1522_1527105909>`_

`Configuration 6 <#__RefHeading__1526_1527105909>`_

Reference 6

Introduction

What does it do?

Show facebook posts on your website.

Users manual

Insert ods_facebook plugin into a page

img-3

Administration

  • Register an app on http://developers.facebook.com/ The “Site URL” has to be the same domain as your TYPO3 backend!
  • Go to the list view and create a new ods_facebook “Authorisation” element.
  • Copy “API Key”, “App ID” and “App Secret” into the “Authorisation” element.
  • img-4 img-5 Save the “Authorisation” element
  • Authorize the extension with your facebook account by clicking on the facebook icon.
  • Save the element again.

Configuration

Reference

marker.

Property

marker.

Data type

stdWrap

Description

Wrap every marker as you need.

Default

text = TEXT

text.field = text

date = TEXT

date.field = date

author = TEXT

author.field = author

image = TEXT

image {

field = image

innerWrap = <img src="|" />

typolink.parameter.field = link

if.isTrue.field = image

}

name = TEXT

name {

field = name

wrap = <h3>|</h3>

typolink.parameter.field = link

if.isTrue.field = name

}

caption = TEXT

caption {

field = caption

wrap = |<br />

if.isTrue.field = caption

}

description = TEXT

description.field = description

date_format

Property

date_format

Data type

string

Description

String format of the php strftime function

Default

%a, %d %b %Y %H:%M:%S %z

template

Property

template

Data type

string

Description

Path to template file

Default

EXT:ods_facebook/pi1/ods_facebook.html

((generated))
Example
plugin.tx_odsfacebook_pi1 {
    date_format = %a, %d %b %Y %H:%M:%S %z
    template = EXT:ods_facebook/pi1/ods_facebook.html
}

img-2 6