kpumuk / meta-tags

Search Engine Optimization (SEO) for Ruby on Rails applications.
MIT License
2.73k stars 275 forks source link

How to set the fb:app_id #118

Closed patricklindsay closed 8 years ago

patricklindsay commented 8 years ago

This is a duplicate of #59

When I do what is outlined in that issue

set_meta_tags
  :og             => {
    :title        => title
  },
  :fb             => {
    :app_id       => app_id
  }

I get

<meta name="fb:app_id" content="1234567890" />

Instead of

<meta property="fb:app_id" content="1234567890" />

I guess it's to do with this line, but confused as to why the issue was closed?

killerham commented 8 years ago

Yeah I just found out that we're having this issue too.

brentdodell commented 8 years ago

👍 I'm having this issue too

siegy22 commented 8 years ago

I decided to fork this project onto my account as the owner is no longer really active. I implemented this change in https://github.com/Elektron1c97/meta_tags-rails/commit/2d08ca85bfa6a868c20210a22bb93ee7f5e58254

javogel commented 8 years ago

Having the same issue here. Any luck with this change being pulled into the meta-tags gem? @Elektron1c97 's chage seems to fix it. Everything was going very smoothly with meta-tags until I came across this.

kpumuk commented 8 years ago

Pull request has been merged to the master, released with 2.2.0