ms-seo icon indicating copy to clipboard operation
ms-seo copied to clipboard

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

Open thomas6382 opened this issue 9 years ago • 3 comments

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

thomas6382 avatar Feb 24 '16 16:02 thomas6382

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

elie222 avatar May 18 '16 23:05 elie222

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

elie222 avatar May 18 '16 23:05 elie222

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

kenjoe avatar Aug 18 '17 03:08 kenjoe