XF 1.3 Google+ Website Verification

Onemind Creative

New member
Hi there! I'm currently trying to link my Google+ Page to my Xenforo Forum.

http://community.darkregards.com/ This is my Forum.

https://plus.google.com/u/1/b/106543298469966811956/+Darkregards/about This is my Google+


d0874f7009.png


I have the code in the PAGE_CONTAINER template under the <head> tag but it still refuses to verify. Is there any way someone can help with this? Thank you!
 
I have the code in the PAGE_CONTAINER template under the <head> tag but it still refuses to verify. Is there any way someone can help with this? Thank you!
If you are putting it in your HEAD section then it should be something like...
Code:
<link href="https://plus.google.com/+Coolscifi" rel="publisher" />
Using an "<a href" is an anchor tag that you would use to display on the page as an actual link, like in your footer or other place.
 
If you are putting it in your HEAD section then it should be something like...
Code:
<link href="https://plus.google.com/+Coolscifi" rel="publisher" />
Using an "<a href" is an anchor tag that you would use to display on the page as an actual link, like in your footer or other place.

Thanks for responding! Its only to be verified, so I can simply remove it after its verified and don't mind if it temporarily leaves a link in my header. It said to place it somewhere on the page, and I remember for most of the stuff like this the PAGE_CONTAINER template was where it was where it went. Thats where the analytics code is, but for some reason it just won't recognize it no matter where I put it.

Edit: I just tried with that code, and the other direct link code that Google suggests. Still no luck.
 
Last edited:
Top Bottom