Page 3 of 3

Re: Is there a Google +1 Button Plugin?

Posted: Fri Jul 15, 2011 9:51 am
by seraphyn
Okay, works
Now I need to make a Selection.
Put a first Diff with small Icon and without counter into development.
Chris

Re: Is there a Google +1 Button Plugin?

Posted: Fri Jul 15, 2011 9:59 am
by seraphyn

Re: Is there a Google +1 Button Plugin?

Posted: Fri Jul 15, 2011 10:17 am
by seraphyn
Would be nice to have an if-Statement so that it isn't allready loaded into the header.
Chris

Re: Is there a Google +1 Button Plugin?

Posted: Sat Jul 16, 2011 3:08 pm
by onli
Can you point that out, or is that the if Garvin added to your commit as he explained in the other thread?

Re: Is there a Google +1 Button Plugin?

Posted: Sat Jul 16, 2011 8:37 pm
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

Re: Is there a Google +1 Button Plugin?

Posted: Sun Jul 17, 2011 9:28 am
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

Re: Is there a Google +1 Button Plugin?

Posted: Sun Jul 17, 2011 10:35 am
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

Re: Is there a Google +1 Button Plugin?

Posted: Sun Jul 17, 2011 10:55 am
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

Re: Is there a Google +1 Button Plugin?

Posted: Sun Jul 17, 2011 11:01 am
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

Re: Is there a Google +1 Button Plugin?

Posted: Sun Jul 31, 2011 9:37 am
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