[SOLVED]Google+ not working for me

More
18 Mar 2013 09:29 - 18 Mar 2013 10:46 #695 by mxcpz
Hi,
once added code inside template and with plugin enabled, the url of the author has the url of the site appended. (pls excuse my english). Instead of being:
plus.google.com/andsoon
is:
www.mysite.org/https://plus.google.com/andsoon

What do I do?
in the file templates>mytemplate>html>content>article>default.php I added
<a href="{GOOGLE_PLUS_AUTHOR:<?php echo $this->item->created_by?>}">
tra
<?php if ($params->get('show_author') && !empty($this->item->author)) : ?><dd class="createdby">
<a href="{GOOGLE_PLUS_AUTHOR:<?php echo $this->item->created_by?>}">
<?php $author = $this->item->created_by_alias ? $this->item->created_by_alias : $this->item->author; ?>

J4Schema is upgraded to latest version and the plugin is enabled. Where am I wrong??

Thx,
Mario
Last edit: 18 Mar 2013 10:46 by admin.

Please Log in to join the conversation.

More
18 Mar 2013 10:12 #696 by admin
mhm.. do you have added the google link to the author list in j4schema?
you should have something like this:
plus.google.com/108137335473606046188/posts

and j4schema will strip out the google ID.

Please Log in to join the conversation.

More
18 Mar 2013 10:21 #697 by mxcpz
I just added the google id, in the example "108137335473606046188", in the field "Google+ author ID"
Is this correct?

Please Log in to join the conversation.

More
18 Mar 2013 10:26 #698 by admin
please take a look to the docs, since some steps are required:
www.fabbricabinaria.it/en/docs/j4schema/add-an-author-token

Please Log in to join the conversation.

More
18 Mar 2013 10:40 #699 by mxcpz
I read the doc, as I read it before. Then, though there was never done wrong, I tried to uninstall and reinstall the component and the plugin. Now everything seem to work (I use "seem" because I just put only 1 author)

Please Log in to join the conversation.

More
18 Mar 2013 10:46 #700 by admin
if it works with one, it work for everyone :P

I'm glad you solved

Please Log in to join the conversation.

Time to create page: 0.370 seconds