author | alexhermann |
---|
__construct(array $options)
array
activityHtml5()
activityIframe()
activityXfbml()
get() : \activity
\activity
html/xfbml/iframegetBorderColor() : String
String
getColorscheme() : String
String
getDomain() : String
String
getFilter() : String
String
getFont() : String
String
getHeader() : String
String
getHeight() : String
String
getLinktarget() : String
String
getMaxAge() : String
String
getRecommendations() : String
String
getRef() : String
String
getType() : String
String
getWidth() : String
String
setBorderColor(String $border_color) : void
String
setColorscheme(String $colorscheme) : void
String
setDomain(String $domain) : void
String
setFilter(String $filter) : void
String
setFont(String $font) : void
String
setHeader(String $header) : void
String
setHeight(String $height) : void
String
setLinktarget(String $linktarget) : void
String
setMaxAge(String $max_age) : void
String
setRecommendations(String $recommendations) : void
String
setRef(String $ref) : void
String
setType(String $type) : void
String
setWidth(String $width) : void
String
$border_color
$colorscheme
Options: 'light', 'dark'
$domain
The XFBML version defaults to the current domain
$filter
The plugin will only include URLs which contain the filter string in the first two path parameters of the URL. If nothing in the first two path parameters of the URL matches the filter, the URL will not be included. For example, if the 'domain' parameter is set to 'www.example.com' and the 'filter' parameter was set to '/section1/section2' then only pages which matched 'http://www.example.com/section1/section2/*' would be included in the activity feed section of this plugin. The filter parameter does not apply to any recommendations which may appear in this plugin (see above); Recommendations are based only on 'domain' parameter
$font
Options: 'arial', 'lucida grande', 'segoe ui', 'tahoma', 'trebuchet ms', 'verdana'
$header
$height
Default height: 300px
$linktarget
By default all links within the plugin will open a new window. If you want the content links to open in the same window, you can set this parameter to _top or _parent. Links to Facebook URLs will always open in a new window.
$max_age
The default is 0 (we don’t take age into account). Otherwise the valid values are 1-180, which specifies the number of days. For example, if you specify '7' the plugin will only show URLs which were created in the past week.
$recommendations
If recommendations is set to true, the plugin will display recommendations in the bottom half
$ref
Specifying a value for the ref attribute adds the 'fb_ref' parameter to the any links back to your domain which are clicked from within the plugin. Using different values for the ref parameter for different positions and configurations of this plugin within your pages allows you to track which instances are performing the best.
$type
$width
Default width: 300px