Closed (fixed)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Open Graph
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2013 at 20:07 UTC
Updated:
25 Aug 2014 at 19:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wxman commentedI also found that article:publisher is becoming more important as of late. I hacked the module metatag_opengraph.metatag.inc adding this:
This seems to work fine.
Comment #2
damienmckennaLets focus this on identifying other OG tags & tag options that would be useful to have.
Comment #3
wxman commentedIt seem like they have been changing things around a lot lately. I've been trying to keep up.
Comment #4
paulkittredge commentedAccording to https://developers.facebook.com/blog/post/2013/06/19/platform-updates--n..., Facebook now has article:publisher and article:author. Can those be added to the next release?
Thanks!
Comment #5
valkum commentedHmm i think the best for a short result would be some hooks in _metatag_opengraph_type_options and metatag_opengraph_metatag_info
Then you can add more Modules, which will add specific og types etc.
Comment #6
valkum commentedHere is some work done by me.
Added a module for opengraph events. But there ist a bug with event:fbid (https://developers.facebook.com/bugs/321976687938505?browse=external_tas...)
Patch needs a bit more work.
Check for token with date for event:start_time in format: e.g 2013-09-07T16:00:00+0200 or create one.
Maybe move event tags into new metatag group but its only a visual thing.
Comment #7
simon georges commentedCross-referencing #2051155: Add option for video/mp4 to Open Graph video types.
Comment #8
valkum commentedComment #10
skruf commentedHere's a patch to add the article publisher and author tags as specified here:
https://developers.facebook.com/blog/post/2013/06/19/platform-updates--n...
Comment #11
skruf commentedComment #12
damienmckennaThere's a tiny typo: "Links and article" should be : "Links an article"
Comment #13
skruf commentedUpdated with typo fix
Comment #14
damienmckennaAnother small typo - it should be "author's" and "publisher's".
Also, would you mind expanding this to cover the other article sub-tags?
Comment #15
damienmckennaClosed a duplicate: #2133123: Support for Article object type
Comment #16
skruf commentedSure, I'll take this on.
Comment #17
damienmckennaOther tags to add:
Also, any meta tags that are marked as "array" need to be flagged as "multiple" in the API so that they can properly handle multiple values.
Comment #18
damienmckennaThis adds the following meta tags:
It also:
Comment #19
damienmckennaNeed to add another few tags from http://ogp.me.
Comment #20
damienmckennaAdding this to the 1.0 release plan.
Comment #21
damienmckennaThis also adds the following meta tags:
Comment #22
damienmckennaThis one also adds the following:
Comment #23
damienmckennaImproves the patch from #22.
Comment #24
damienmckennaCommitted.
Comment #26
damienmckennaFYI: #2319389: Add extra meta tags for og:type=video