I'm sorry, I have searched for a day and a half but I can't find the specific answer I'm looking for.
My Facebook Like button doesn't appear on IE, Chrome or Firefox. I am using Javascript.
- I have the required HTML addition.
I need to put in the Meta Tag meta property="og:tag name" content="tag value"
COULD I GET AN EXAMPLE FOR THE "TAG NAME" AND "TAG VALUE"?
I don't know what to fill in!I am supposed to have the Javascript SDK right after the body; however, I don't know what to put for an APP_ID as in:
<script> window.fbAsyncInit = function() { FB.init({ appId : 'YOUR_APP_ID', // App ID //CAN I GET AN EXAMPLE OF YOUR_APP_ID, please? channelUrl : '//WWW.YOUR_DOMAIN.COM/channel.html', // Channel File //is channel.html the page it's on? status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML }); // Additional initialization code here }; // Load the SDK Asynchronously (function(d){ var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0]; if (d.getElementById(id)) {return;} js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/en_US/all.js"; ref.parentNode.insertBefore(js, ref); }(document)); </script>
I am getting so frustrated! Please help me!