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: Readable name of your extension

Author:Michael Wolfinger
Created:2010-05-24T15:33:25
Changed by:Michael Wolfinger
Changed:2011-10-27T11:04:42
Classification:extensionkey
Description:The keywords help with categorizing and tagging of the manuals. You can combine two or more keywords and add additional keywords yourself. Please use at least one keyword from both lists. If your manual is NOT in english, see next tab "language" ---- forEditors (use this for editors / german "Redakteure") forAdmins (use this for Administrators) forDevelopers (use this for Developers) forBeginners (manuals covering TYPO3 basics) forIntermediates (manuals going into more depth) forAdvanced (covering the most advanced TYPO3 topics) see more: http://wiki.typo3.org/doc_template#tags ----
Keywords:keywords comma-separated
Author:Author Name
Email:your@email.com
Info 4:
Language:en

img-1 img-2 EXT: jQuery Twitter Ticker - incore_twitter

EXT: jQuery Twitter Ticker

Extension Key: incore_twitter

Language: en

Keywords: Twitter, jQuery

Copyright 2000-2011, incore IT Solutions, <office@incore.at>

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: jQuery Twitter Ticker 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

Screenshots 3

`Users manual 4 <#1.2.Users%20manual|outline>`_

Quickstart 4

Step by Step Guide 4

`Additional Resources 6 <#1.3.Additional%20Resources|outline>`_

`Known problems 7 <#1.4.Known%20problems|outline>`_

`ChangeLog 8 <#1.5.ChangeLog|outline>`_

Introduction

What does it do?

  • This extension provides a jQuery Twitter Ticker that is based on the Twitter Search API
  • It displays latest tweets of one or more Twitter account(s), optionally limited to one or more hashtags
  • The Twitter Search API is contacted and updated by the client
  • This extension is an instant solution, avoiding the need to allow outgoing HTTP connections on port 80 from the web server (in order to contact the Twitter Cloud Services)

Screenshots

Frontend Plugin:

img-3

Users manual

Quickstart

  • Install the extension from the TYPO3 Extension Repository
  • Include the static template
  • Insert the Plugin on a page
  • Specify twitter accounts to display (separate them by commas)
  • Optionally specify limiting hashtags (separate them by commas)
  • Specify the tweets Limit (number of tweets to display)

Step by Step Guide

  • Install the incore_twitter extension from the TYPO3 Extension Repository

  • Include the static template for the extension, containing some default CSS for styling tweets and jScrollPane

    img-4

  • Insert the 'jQuery Twitter Ticker' Plugin on a page

img-5

Configure the Plugin by editing the 'Main Settings' Flexform

img-6
Twitter account(s)

Field

Twitter account(s)

Description

Enter the Twitter accounts to display, separated by commas

Default

Hashtag(s)

Field

Hashtag(s)

Description

Enter the hashtags, separated by commas

Default

Limit

Field

Limit

Description

Enter the number n of tweets to display

Default

10

  • Please note: Hashtags are concatenated by an OR statement, so those tweets featuring any of the given hashtags willl be dispayed
  • Customize CSS as needed
  • That's it. Your Twitter Ticker will be displayed in the Frontend

Additional Resources

Known Problems

  • Usage of the extension is limited to one Plugin per page. This is due to the underlying JavaScript libraries. This is not a bug. It's a feature.
  • This extension relies on the Twitter Search API and is thus limited by the features provided by the Twitter API. In other words this means that this extension will just display the results of a query submitted to the Twitter Search API. As of version 1.2.0. of this extension, twitter accounts, hashtags and the number of tweets are queried from the Twitter Search API. If you would like to implement different features provided by the Twitter Search API, see the Twitter Search API Website for more details or contact the author of the extension.
  • The Twitter Search API limits requests to 140 characters. This is sufficient for approximately 7 Twitter user names or hashtags.

TODOs

  • Make inclusion of static JavaScript resources configurable via TypoScript.
  • Make usage of jScrollPane optional.

ChangeLog

See ChangeLog in the extension's directory

img-2 9