Is there a Google +1 Button Plugin?

Creating and modifying plugins.
seraphyn
Regular
Posts: 211
Joined: Fri Dec 01, 2006 8:42 am
Contact:

Re: Is there a Google +1 Button Plugin?

Post by seraphyn »

Okay, works
Now I need to make a Selection.
Put a first Diff with small Icon and without counter into development.
Chris
seraphyn
Regular
Posts: 211
Joined: Fri Dec 01, 2006 8:42 am
Contact:

Re: Is there a Google +1 Button Plugin?

Post by seraphyn »

Would be nice to have an if-Statement so that it isn't allready loaded into the header.
Chris
onli
Regular
Posts: 2828
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Re: Is there a Google +1 Button Plugin?

Post by onli »

Can you point that out, or is that the if Garvin added to your commit as he explained in the other thread?
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Re: Is there a Google +1 Button Plugin?

Post by Lux »

Hi,

the plugin is working for me.

Unfortunately the distance between the button and the article is rather big. Any chance to reduce that?

Cheers

Dirk
seraphyn
Regular
Posts: 211
Joined: Fri Dec 01, 2006 8:42 am
Contact:

Re: Is there a Google +1 Button Plugin?

Post by seraphyn »

Can't access the CVS.
In my Diff I gave it the same div like the facbook-like and I have an override of the CSS provided from google:

Code: Select all

<div class="facebook_like"><g:plusone size="small" count="false" href="{$entrydata.url}"</g:plusone></div>
So my style.css have :

Code: Select all

.facebook_like {
border-bottom: 1px solid #aeaeae;
padding-bottom: 2px;
}

.gplusone {
float: right;!important
}
Hope this helps.
Have a look at the entries of my blog, should work then
If I could access the CVS again I'll have a look if I could put in this CSS.
Sorry for that

Chris
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Re: Is there a Google +1 Button Plugin?

Post by Lux »

seraphyn wrote:So my style.css have :
Hope this helps.
I added these to my style.css as well but it did not help.

Cheers

Dirk
seraphyn
Regular
Posts: 211
Joined: Fri Dec 01, 2006 8:42 am
Contact:

Re: Is there a Google +1 Button Plugin?

Post by seraphyn »

Opera does not show me a in your style.css a stetement for

Code: Select all

<div id="plusone" style="position: absolute;" class="a-sb-e-rk">
Take a look on your PMs
Chris
seraphyn
Regular
Posts: 211
Joined: Fri Dec 01, 2006 8:42 am
Contact:

Re: Is there a Google +1 Button Plugin?

Post by seraphyn »

And have you got a:

Code: Select all

.serendipity_findmore{
float: right;
margin-top: 4px;
padding-top: 5px;
}
?
Because it's inherit from there..
I was fighting to have it on the right side for a small amount.
This works for me.
So try to put the findemore a little bit more to the right place.
Chris
danst0
Regular
Posts: 197
Joined: Tue Jul 13, 2004 10:50 am

Re: Is there a Google +1 Button Plugin?

Post by danst0 »

Having a button is nice, but all those buttons only hardly adapt to my web site design, so my question:

Is there a way as for Facebook or twitter to have just a text link to "share on +1"?

Daniel
Post Reply