[facebook-page-plugin]

Settings:

  • href (string)
    URL path. Required
    Example: [facebook-page-plugin href="cameronjonesweb"]
  • width (int)
    Width of the embed in pixels. Accepts numbers between 180 and 500. Defaults to 340.
    Example: [facebook-page-plugin href="cameronjonesweb" width="500"]
  • height (int)
    Height of the embed in pixels. Accepts numbers from 70 if small is true, from 130 if false.
    Example: [facebook-page-plugin href="cameronjonesweb" height="500"]
  • cover (bool)
    Whether or not to display the page’s cover image. Accepts true or false. Defaults to true.
    Example: [facebook-page-plugin href="cameronjonesweb" cover="false"]
  • facepile (bool)
    Whether or not to display the facepile. Accepts true or false. Defaults to true.
    Example: [facebook-page-plugin href="cameronjonesweb" facepile="true"]
  • tabs (string)
    Comma separated list of tabs to display. Accepts timeline, events and messages.
    Example: [facebook-page-plugin href="cameronjonesweb" tabs="timeline,events"]
  • cta (bool)
    Whether or not to display the page’s call to action button (if applicable). Accepts true or false. Defaults to false.
    Example: [facebook-page-plugin href="cameronjonesweb" cta="true"]
  • small (bool)
    Whether or not to use the small header. Accepts true or false. Defaults to false.
    Example: [facebook-page-plugin href="cameronjonesweb" small="true"]
  • adapt (bool)
    Whether or not to adapt to the parent containers width. Accepts true or false. Defaults to true.
    Example: [facebook-page-plugin href="cameronjonesweb" adapt="true"]
  • language (string)
    Language to display the page in. Defaults to the site language if available, then falls back to en_US.
    Example: [facebook-page-plugin href="cameronjonesweb" language="ru_RU"]
  • method (string)
    Embed method. Accepts sdk or iframe. Defaults to sdk.
    Example: [facebook-page-plugin href="cameronjonesweb" method="iframe"]