Facebook: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[file:Facebook.jpg]] | [[file:Facebook.jpg]] | ||
== Description == | |||
The Facebook controls add a Facebook “Like” button to your app. Clicking on it will open up Facebook in a browser page. | The Facebook controls add a Facebook “Like” button to your app. Clicking on it will open up Facebook in a browser page. | ||
Line 7: | Line 7: | ||
No program code needs to be added to use this control. Since it needs to get information from the Facebook servers, it may render more slowly than other controls. | No program code needs to be added to use this control. Since it needs to get information from the Facebook servers, it may render more slowly than other controls. | ||
== Properties == | |||
The following properties are supported: | The following properties are supported: | ||
Line 24: | Line 24: | ||
| showFaces || Show display profile photos below the button? (Standard layout only.) | | showFaces || Show display profile photos below the button? (Standard layout only.) | ||
|} | |} | ||
[[Category:Language Reference]] |
Revision as of 16:32, 17 August 2012
Description
The Facebook controls add a Facebook “Like” button to your app. Clicking on it will open up Facebook in a browser page.
No program code needs to be added to use this control. Since it needs to get information from the Facebook servers, it may render more slowly than other controls.
Properties
The following properties are supported:
caption | Text to display on button. Can be Like or Recommend. |
colorScheme | Color Scheme. Can be Light or Dark. |
font | Font. Needs to be one of the standard fonts. |
href | The URL to “Like”. i.e. facebook.com/ladygaga |
layout | Standard, Button Count or Box Count |
showFaces | Show display profile photos below the button? (Standard layout only.) |