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.

Extension yiid.it - the universal like/dislike button

Created:2010-02-18T17:33:18
Changed:2010-03-03T20:03:02
Classification:yiid_like
Keywords:forIntermediate, forEditors, forAdmins
Author:Peter Pröll, Alinbu TYPO3 Freelancers, http://alinbu.net
Email:peter@alinbu.net
Info 4:
Language:en

img-1 img-2 Extension yiid.it - the universal like/dislike button - yiid_like

Extension yiid.it - the universal like/dislike button

Extension Key: yiid_like

Language: en

Keywords: forIntermediate, forEditors, forAdmins

Copyright 2000-2010, Peter Pröll, Alinbu TYPO3 Freelancers, http://alinbu.net, <peter@alinbu.net>

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

Extension yiid.it - the universal like/dislike button 1

`Introduction 3 <#__RefHeading__2614_1289645848>`_

What does it do? 3

Screenshots 3

`Users manual 4 <#__RefHeading__2620_1289645848>`_

`Administration 6 <#__RefHeading__2624_1289645848>`_

Installation of the Extension 6

Include the button on all pages via your typoscript 6

`Configuration 7 <#__RefHeading__2628_1289645848>`_

Reference 7

`Known problems 8 <#__RefHeading__2636_1289645848>`_

`To-Do list 9 <#__RefHeading__2638_1289645848>`_

`ChangeLog 10 <#__RefHeading__2640_1289645848>`_

Introduction

What does it do?

  • Adds the YIID it! Like/Dislike button widget to your website.
  • With a simple click on the Yiid it! button your visitors send a message to all their (maybe hundreds or even thousands of) friends and followers on all the social apps they use.
  • Different types can be chosen (like/dislike, pro/contra, attend/not, nice/not, been there/not, want it/not, recommmend/not,...)
  • The dislike option can be enabled and disabled.

Screenshots

img-3 The button in German language mode.

Users manual

You can insert the button manually as a content element wherever you want to have it on your website. Just open the new content element wizard and choose it from the “Plugin” section:

img-4

After this you will be guided to the plugin configuration where you can edit these options:

img-5

  • Type: choose the type of button to be displayed.
  • Add the dislike option: On default only the like variant of the button is shown. By activating the dislike option the visitor will also see the dislike variants of the button.
  • Title: The title which is displayed in the social networks. By default (if empty) the title of the current page is taken.
  • Description: The description which is displayed in the social network entries. By default the page description is taken which you can edit in you page settings (section: meta).
  • Image: The image which is displayed in social networks.
  • Color of the text: can be a hex color code (ie. #000000 for black) and sets the color of the text on the right of the button.
  • Template file: If you want to use an individual template file for the extension here.

Administration

Installation of the Extension

The extension is installed as usual:

  • Download it form the TER (TYPO3 Extension Repository) with the Extension Manager.
  • Install it.
  • Add the static typoscript template to your typoscript setup:
  • img-6 Configure the extension to meet your requirements (see Configuration section).

Include the button on all pages via your typoscript

If you want to include the button on all your pages by default just add / modify your typoscript setup accordingly:

lib.main = COAlib.main.10 < styles.content.getlib.main.20 < plugin.tx_yiidlike_pi1

….

subparts.col1_content < lib.main

Configuration

You can preset all options of the frontend plugin via typoscript.

Reference

Constants:

templateFile

Property

templateFile

Data type

string

Description

The template file to be used

Default

EXT:yiid_like/res/template.html

type

Property

type

Data type

string

Description

Sets the default type of the button. Possible options are:

like,pro,recommend,visit,nice,buy,rsvp

Default

like

color

Property

color

Data type

string

Description

Sets the default color of the text right of the button

Default

#000000

width

Property

width

Data type

string

Description

The width of the iframe in px.

Default

420

dislike

Property

dislike

Data type

boolean

Description

Enable/disable the dislike option

Default

0

photo

Property

photo

Data type

string

Description

Image file to be displayed in social networks

Default

title

Property

title

Data type

string

Description

Default title to be displayed in social networks (overwrites the page title which is normally used here, leave empty to use the page title)

Default

description

Property

description

Data type

string

Description

Default description to be displayed in social networks (overwrites the page description which is normally used here, leave empty to use the page title)

Default

[tsref:plugin.yiid_like.*]

Known problems

To-Do list

ChangeLog

1.0.0

Version

1.0.0

Changes

Initial release

1.0.1

Version

1.0.1

Changes

Bugfix: new content element wizard crashes after installation of yiid_like

img-2 10