• Resolved dougforester

    (@dougforester)


    I want to use facebook buttons on several different web pages on my site. I have the facebook plugin installed. On one page, I want the like button and the share button, so I set up the settings to show the share with like. On another web page I don’t want to have the share button, just the like button. Are there parameters/keywords the I can add to [facebook_like_button] (or [facebook]) to get the desired result?

    https://wordpress.org/plugins/facebook/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Niall Kennedy

    (@niallkennedy)

    The shortcodes accept overrides of your site’s settings for each social plugin as shortcode parameters.

    Use the setting parameter described on a social plugin’s documentation page (e.g. Like Button).

    Example:
    [facebook_like_button layout="button_count" action="recommend"]

    Thread Starter dougforester

    (@dougforester)

    I tried all those but none of them work. For example,
    [facebook_like_button layout="button_count" share="false" show_faces="true"]
    does not show faces, has no button count, and the share button is shown, just as the plugin settings proscribe. Something I’m missing?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘need to parameterize facebook plugin invocations’ is closed to new replies.