Search…

X3 Photo Gallery Support Forums

Search…
 
Golubovy
Topic Author
Posts: 14
Joined: 02 Jan 2014, 12:39

Meta name

26 Dec 2014, 11:29

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 )))
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Meta name

27 Dec 2014, 02:16

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 ...
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Meta name

10 Feb 2015, 00:26

Just to close this topic, this has been added to X3 v0.9 released in a few days:

New section in panel: custom/head/
Code
<!--
# 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"/>
-->