I may not be looking in the correct place, but I am trying to add a LIKE and SEND option on my business website. My website is written using html 4. The only info I found on FB for these options is written for html 5 or xfbml or iframe. I copied the code and pasted it to my website as instructed, but it does not show the boxes or seem to work correctly. Does anyone know if I can use these options with html 4?
|
|
As evanmcd said, but with a plus+: You don't have to know HTML5 or XFBML (IFRAME is still not supported). Just copy the code from here: http://developers.facebook.com/docs/reference/plugins/like/ and use it. XFBML is supported in all browsers (actually, it doesn't have to be supported, it's a part of facebook (xFaceBookml). I hope it helps... remember that you don't have to know it. |
|||
|
|
|
Below is solution for your problem step by step :) You can solve your problem in 5 Steps Step 1 Create a new facebook app using the link and note its App ID/API Key Step 2 use your App ID/API Key which you note in Step 1 The following code will load and initialize the JavaScript SDK with all common options. Replace YOUR_APP_ID and WWW.YOUR_DOMAIN.COM with the appropriate values. The best place to put this code is right after the opening
Step 3 Create a channel.html file with the below code
Step 4
Step 5
You can read all the above in details where the almost all information is get below is the links |
|||||||||
|