Adding Facebook Follow Button

Hi,

How to add facebook Follow buton ?

https://developers.facebook.com/docs/plugins/follow-button

It depends on the place where you want to place the button. The easiest way is to use two HTML blocks - one for the script and another one for the button.

Do not forget to add data-no-defer parameter to the script tag:

http://kb.cs-cart.com/embedded-script

It depends on the place where you want to place the button. The easiest way is to use two HTML blocks - one for the script and another one for the button.

Do not forget to add data-no-defer parameter to the script tag:

http://kb.cs-cart.com/embedded-script

Thanks

this is the code ai get

 

where to add " data-no-defer" ?

data-no-defer is used for the scripts tags only:

http://kb.cs-cart.com/embedded-script

data-no-defer is used for the scripts tags only:

http://kb.cs-cart.com/embedded-script

thanks :)

You are welcome!