The Share button lets people add a personalized message to links before sharing on their timeline, in groups, or to their friends via a Facebook Message.

7 Examples


Shortcode used:
[fb_plugin share ]
Final code:
<div class="fb-share-button" data-href="https://wpembedfb.com/?p=287" data-layout="icon_link" data-mobile_iframe="false"></div>
More information:Demo Info

Shortcode used:
[fb_plugin share layout="link" ]
Final code:
<div class="fb-share-button" data-href="https://wpembedfb.com/?p=287" data-layout="link" data-mobile_iframe="false"></div>
More information:Demo Info

Shortcode used:
[fb_plugin share layout="icon" ]
Final code:
<div class="fb-share-button" data-href="https://wpembedfb.com/?p=287" data-layout="icon" data-mobile_iframe="false"></div>
More information:Demo Info

Shortcode used:
[fb_plugin share layout="button_count" ]
Final code:
<div class="fb-share-button" data-href="https://wpembedfb.com/?p=287" data-layout="button_count" data-mobile_iframe="false"></div>
More information:Demo Info

Shortcode used:
[fb_plugin share layout="button" ]
Final code:
<div class="fb-share-button" data-href="https://wpembedfb.com/?p=287" data-layout="button" data-mobile_iframe="false"></div>
More information:Demo Info

Shortcode used:
[fb_plugin share layout="box_count" ]
Final code:
<div class="fb-share-button" data-href="https://wpembedfb.com/?p=287" data-layout="box_count" data-mobile_iframe="false"></div>
More information:Demo Info

Shortcode used:
[fb_plugin share mobile_iframe="true" ]
Final code:
<div class="fb-share-button" data-href="https://wpembedfb.com/?p=287" data-layout="icon_link" data-mobile_iframe="true"></div>
More information:Demo Info

References