-
1. Re: Need help with adding Facebook share button
osgood_ Oct 14, 2014 12:37 AM (in response to FormUser)Have you created your Facebook share button code from the Facebook resource page below:
Once you have done that copy the code and paste it in your pages code, directly after the opening <body> tag.
Then add the <div> in which your Facebook share button will appear directly before your Google plus <div> (see below)
<div class="fb-share-button" data-href="https://developers.facebook.com/docs/plugins/" data-width="200" data-type="button_count"></div>
<div class="g-plus" data-action="share" data-annotation="none" data-href="http://www.ottawapatentagency.com/index.html#reaching_out"></div>
-
2. Re: Need help with adding Facebook share button
FormUser Oct 14, 2014 9:57 AM (in response to osgood_)Thanks, osgood_, it sort of works, see http://www.ottawapatentagency.com/index2.html I omitted the count as the other social share buttons do not have a count either, and now the Facebook share button is much smaller than the other share buttons.
Is there a way to make the Facebook share button (without the count) the same size as the other share buttons?
-
3. Re: Need help with adding Facebook share button
osgood_ Oct 14, 2014 10:11 AM (in response to FormUser)FormUser wrote:
Thanks, osgood_, it sort of works, see http://www.ottawapatentagency.com/index2.html I omitted the count as the other social share buttons do not have a count either, and now the Facebook share button is much smaller than the other share buttons.
Is there a way to make the Facebook share button (without the count) the same size as the other share buttons?
I don't know off the top of my head.
Maybe Facebook offers some share button alternative sizes/formats.
Have you seen something on other sites that might be more like what you require?
-
4. Re: Need help with adding Facebook share button
FormUser Oct 14, 2014 12:19 PM (in response to osgood_)Well, the overall goal is a strip with share buttons for Facebook, Google+, Twitter, LinkedIn. This is a very common feature on a website, but I did not find any code. So, I put the various social share buttons on the webpage, one after the other, but the buttons do not look uniform.
I would appreciate code for a strip of social share buttons.


