Getting Google Author Tag and Author Picture

Discuss the development and implementation of Joomla! bots/Plugins here.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
ScenarioSolver
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sat Mar 31, 2012 7:29 pm

Getting Google Author Tag and Author Picture

Post by ScenarioSolver » Sun Apr 01, 2012 6:42 pm

Forgive my ignorance as I am very new to all of this. I installed a plug in on my joomla site it is the "Content - Google +One Button" as well as the "Content - Author Photo" plug in. I do not know what to do from here to implement the plug in. Is there a way to make it appear on all of my pages (I have 300 or so articles)? Or will it work only going forward on new articles? I have created an article but nothing shows up.

If I have to do this manually... I inserted this code but only a link popped up. Could anyone tell me what I need to do to make this function properly? \

I tried to insert the following code to make it appear but only received a link
<!-- Place this tag where you want the +1 button to render -->
<g:plusone annotation="inline"></g:plusone>

<!-- Place this render call where appropriate -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</p>

<a href="https://plus.google.com/u/0/10899651482 ... 433/about/" rel="publisher">Find us on Google+</>


further once I inserted the above code it turned out to be the below code.

<!-- Place this tag where you want the +1 button to render -->
<p> </p>
<!-- Place this render call where appropriate -->
<script type="text/javascript">// <![CDATA[
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();

unleash_it
Joomla! Ace
Joomla! Ace
Posts: 1311
Joined: Wed Nov 05, 2008 11:28 pm

Re: Getting Google Author Tag and Author Picture

Post by unleash_it » Thu May 31, 2012 4:20 pm

hello dear buddy -

thx for your post. Well this is very very interesting. Which extension do you use!? Plz let us know.

the "Content - Google +One Button" as well as the
"Content - Author Photo"

well if you need help a link would be good
regards un-leash,
a big fan for ++ 11 years now: With Joomla you can easily create and extend your website: see the site, that offers you ideas & modules - extensions.joomla.org - it lists over 4000 extensions

boiler
Joomla! Apprentice
Joomla! Apprentice
Posts: 21
Joined: Tue May 13, 2008 1:41 am
Location: Indonesia
Contact:

Re: Getting Google Author Tag and Author Picture

Post by boiler » Wed Jun 06, 2012 7:56 am

<g:plusone annotation="inline"></g:plusone>

above code was being called to show up the google + button :)
http://healthcareoasis.com - Healthy Living Source and Health News
http://www.maniakhost.com - Hosting Indonesia


Locked

Return to “Plugins/Mambots”