tractorcow/silverstripe-opengraph

Make facebook application metatags optional

Closed this issue · 6 comments

Based on my limited understanding, the facebook tags aren't necessary.

Perhaps you could update the readme to state that you can use an empty string in your config to disable the facebook tags?

Great module by the way...it has been a breeze to set up.

Hi @jedateach , if you just leave it blank in the CMS (or set it to an empty string in config) then it should not appear.

Try this in your config.yml

---
Name: mysettings
After: '#opengraphsettings'
---
OpenGraph:
  application_id: ''
  admin_id: ''

Thanks @tractorcow . Perhaps add a note to the README?

I'll merge this into the docs as requested :)

Yeah, sorry I didn't read your query properly!

no worries. Thanks again!