APPID

This topic has been marked as not a support question.

No documentation on this in your theme docs.

So can you shed some light on just whos APPID this is, and what we need to do to change it.

<div id="fb-root"></div>
<script type="text/javascript">
  window.fbAsyncInit = function() {
    FB.init({
      appId: '0c18007de6f00f7ecda8c040fb76cd90',
      status: true,
      cookie: true,
      xfbml: true
    });
  };
  (function() {
    var e = document.createElement('script'); e.async = true;
    e.src = document.location.protocol +
    '//connect.facebook.net/en_US/all.js';
    document.getElementById('fb-root').appendChild(e);
  }());
</script>

The appid looks remarkably like APPSECRET and not an APPID ?

Plus whos is it, should we create our own etc.

January 8, 2012 at 11:47 am #4997

Hi,

This is the Facebook JavaScript SDK initialization code. You could take a look at their documentation here: http://developers.facebook.com/docs/reference/javascript/

About the APPID, we use the code from the fanbox widget generator (it was different, when we took it.) Of course it was generated for one of our fanpages, but we have been using it for all our websites with no problem.

We haven’t been digging into the Facebook API deeper; we just use the widgets, so can’t be of more help here.

Best,
ThemeBurn team

January 8, 2012 at 1:26 pm #5000

Trust me i understand facebook. My questions arent anal, my point is you should point this out to people. Linking to your appid is like initiating analytic tracking.. just search google for your app id and you will see. Like I said great theme, but let down by some explanatory stuff.

Thanks.

oh. My questions are there for others to get info, i usually know the answer , its from running forums.. i ask in a noob way to determine level of support etc.

January 8, 2012 at 1:30 pm #5001
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.