- Issue created by @sagesolutions
- 🇮🇳India sayan_k_dutta
The label field already shows the set label for the tag. Is it correct that the name field will also show the same.
- 🇨🇦Canada sagesolutions
@sayan_k_dutta I think its ok that the label and the name fields are the same.
When the tag is added to the html, it uses the name variable - Merge request !168Issue #3494326: Made the necessary changes to show the metatag name. → (Open) created by sayan_k_dutta
- 🇮🇳India sayan_k_dutta
Created the MR !168 with the necessary changes. Please review.
- 🇨🇦Canada sagesolutions
Marking as active as this could be a new feature instead of poor design.
Currently there is no way to add `twitter:data1` meta tags to add meta data when sharing over slack. See https://whitep4nth3r.com/blog/level-up-your-link-previews-in-slack/ as an example
- 🇺🇸United States DamienMcKenna NH, USA
These tags were removed at some point, see 📌 Remove deprecated Twitter Card plugins (D9) Fixed for more details.
- 🇲🇽Mexico luisnicg
In my case I'm trying to add this custom metatag:
<meta name="format-detection" content="telephone=no">
When I configure the name with "format-detection" the machine name is created as "format_detection" which give me the following metatag in the HTML
<meta name="format_detection" content="telephone=no">
I think this a valid issue and the proposed solution fixes the bug. Although I think it would be better to add a specific field to allow the user to use the label field as an identifier.
- 🇺🇸United States DamienMcKenna NH, USA
luisnicg: Please open a new issue for that, it seems like a distinct bug that we could resolve.
I have filed the bug for #12 here 🐛 Custom Meta tags: Allow - in the machine name of the tag Active