Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to set-up meta property="fb:app_id" #85

Open
thomas6382 opened this issue Feb 24, 2016 · 3 comments
Open

how to set-up meta property="fb:app_id" #85

thomas6382 opened this issue Feb 24, 2016 · 3 comments

Comments

@thomas6382
Copy link

I tried this way. Only the fb:app_id is not working

SEO.set({
   title: "title",
   meta: {
            'description': "meta"   
       },
    og: {
      'title': "title",
      'type': "type",
      'url':"url"
    },
   fb: {
      'app_id':"11111111111111"
    } 

})

Thanks

@elie222
Copy link

elie222 commented May 18, 2016

Yeah. Doesn't look you're able to set <meta property="fb:app_id" content="appid"/> through this package at this time.

@elie222
Copy link

elie222 commented May 18, 2016

Every time property= is set in the code, it's either with twitter or og: https://github.com/DerMambo/ms-seo/blob/master/seo.coffee

@kenjoe
Copy link

kenjoe commented Aug 18, 2017

Any update on this? Is fb:app_id not yet supported?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants