Changes between Version 4 and Version 5 of TracFacebookPluginsMacro


Ignore:
Timestamp:
Sep 21, 2010, 12:40:42 AM (14 years ago)
Author:
Thijs Triemstra
Comment:

add likebox

Legend:

Unmodified
Added
Removed
Modified
  • TracFacebookPluginsMacro

    v4 v5  
    3636Examples:
    3737{{{
    38 [[LikeButton]]                                                       # Trac page/ticket/milestone etc
    39 [[LikeButton(http://google.com)]]                   # google.com with default layout
    40 [[LikeButton(http://google.com,button)]]      # button layout
    41 [[LikeButton(http://google.com,box)]]           # box layout
     38[[LikeButton]]                                   # current page
     39[[LikeButton(http://google.com)]]                # google.com with default layout
     40[[LikeButton(http://google.com,button)]]         # button layout
     41[[LikeButton(http://google.com,box)]]            # box layout
     42}}}
     43
     44=== Like Box ===
     45The [http://developers.facebook.com/docs/reference/plugins/like-box Like box] is a social plugin
     46that enables [http://facebook.com Facebook] Page owners to attract and gain Likes from their own website.
     47
     48Screenshot:
     49
     50[[Image(likebox.png)]]
     51
     52Examples:
     53{{{
     54[[LikeBox]]                                                         # current Trac page
     55[[LikeBox(http://www.facebook.com/sonicyouth)]]                     # Sonic Youth fanpage on Facebook without stream/header
     56[[LikeBox(http://www.facebook.com/sonicyouth,stream)]]              # with stream
     57[[LikeBox(http://www.facebook.com/sonicyouth,header)]]              # with header
     58[[LikeBox(http://www.facebook.com/sonicyouth,full)]]                # with stream and header
    4259}}}
    4360
     
    5471Examples:
    5572{{{
    56 [[ActivityFeed]]                                                     # current Trac page/ticket/milestone etc
    57 [[ActivityFeed(http://google.com)]]                 # google.com with recommendations
     73[[ActivityFeed]]                                 # current Trac page
     74[[ActivityFeed(http://google.com)]]              # google.com with recommendations
    5875[[ActivityFeed(http://google.com,false)]]        # without recommendations
    5976}}}