Page 1 of 1
Meta name
Posted: 26 Dec 2014, 11:29
by Golubovy
Hello! Where should I insert <meta name="p:domain_verify" content="xxxxxxx"/> to confirm my site in different media, for example pinterest?
I guess to "Settings", but did not understand where )))
Thank you )))
Re: Meta name
Posted: 27 Dec 2014, 02:16
by mjau-mjau
Hmm, we should perhaps have a section for this in the custom/* section in the panel ... I don't think it should be added to main settings file, since basically you could be adding a lot of custom tags and even scripts there ...
I will add an option for "custom head" into next release ... In the meantime, you could "hack" it by editing templates/partials/head.html, and simply pasting your pinterest code meta tag with the other meta tags ...
Re: Meta name
Posted: 10 Feb 2015, 00:26
by mjau-mjau
Just to close this topic, this has been added to X3 v0.9 released in a few days:
New section in panel:
custom/head/
<!--
# CUSTOM HEAD <head> [ADVANCED]
# Section for adding custom meta data into the <head> tag.
# EXAMPLE Pinterest domain verify:
# <meta name="p:domain_verify" content="xxxxxxx"/>
-->