Difference between revisions of "Like Button"
From ADF Docs
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Overview == | == Overview == | ||
Like Button Custom Element which adds Facebook's Like button to a page, allows users to share interesting pages on Facebook. | Like Button Custom Element which adds Facebook's Like button to a page, allows users to share interesting pages on Facebook. | ||
== Fields == | == Fields == | ||
− | + | <h3>Like Button</h3> | |
− | + | <table id="ce-fields"> | |
− | + | <tr class="header"> | |
− | + | <td>Field Name/Label</td> | |
− | + | <td>Field ID</td> | |
− | + | <td>Field Type</td> | |
− | + | <td>Required?</td> | |
− | + | <td>Properties</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td>Action</td> | |
− | + | <td>action</td> | |
− | + | <td>Selection List</td> | |
− | + | <td>No</td> | |
− | + | <td>Options: Like, Recommend</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td>Layout</td> | |
− | + | <td>layout</td> | |
− | + | <td>Selection List</td> | |
− | + | <td>No</td> | |
− | + | <td>Options: Standard, Button_Count</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td>Show Faces</td> | |
− | + | <td>showFaces</td> | |
− | + | <td>Radio button</td> | |
− | + | <td>No</td> | |
− | + | <td>Default value: True</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td>Color Scheme</td> | |
− | + | <td>colorScheme</td> | |
− | + | <td>Selection List</td> | |
− | + | <td>No</td> | |
− | + | <td>Options: Light, Dark</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td>Font</td> | |
− | + | <td>font</td> | |
− | + | <td>Selection List</td> | |
− | + | <td>No</td> | |
− | + | <td>Options: Arial, Lucida Grande, Tahoma, Trebuchet MS, Verdana</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td>Width</td> | |
− | + | <td>width</td> | |
− | + | <td>Number (integer)</td> | |
− | + | <td>No</td> | |
− | + | <td>Degault Value: 400</td> | |
− | + | </tr> | |
− | + | </table> | |
[[Category:Facebook]] | [[Category:Facebook]] |
Latest revision as of 17:41, 24 November 2010
Overview
Like Button Custom Element which adds Facebook's Like button to a page, allows users to share interesting pages on Facebook.
Fields
Like Button
Field Name/Label | Field ID | Field Type | Required? | Properties |
Action | action | Selection List | No | Options: Like, Recommend |
Layout | layout | Selection List | No | Options: Standard, Button_Count |
Show Faces | showFaces | Radio button | No | Default value: True |
Color Scheme | colorScheme | Selection List | No | Options: Light, Dark |
Font | font | Selection List | No | Options: Arial, Lucida Grande, Tahoma, Trebuchet MS, Verdana |
Width | width | Number (integer) | No | Degault Value: 400 |