Search found 216 matches

by seraphyn
Fri Jul 15, 2011 8:12 pm
Forum: Development
Topic: Diff Google +1 serendipity_event_findmore
Replies: 13
Views: 9497

Re: Diff Google +1 serendipity_event_findmore

Great Thanks
I'll have a look at the sources tomorrow
by seraphyn
Fri Jul 15, 2011 7:24 pm
Forum: Development
Topic: Diff Google +1 serendipity_event_findmore
Replies: 13
Views: 9497

Re: Diff Google +1 serendipity_event_findmore

I will.
By the way, there should be an option to do not load the Google-Script if it is not used.
Is there a possibility to wirte this directly into the php-code at the end, ro should there be set normally a variable?
Chris
by seraphyn
Fri Jul 15, 2011 10:17 am
Forum: Plugins
Topic: Is there a Google +1 Button Plugin?
Replies: 39
Views: 18077

Re: Is there a Google +1 Button Plugin?

Would be nice to have an if-Statement so that it isn't allready loaded into the header.
Chris
by seraphyn
Fri Jul 15, 2011 9:57 am
Forum: Development
Topic: Diff Google +1 serendipity_event_findmore
Replies: 13
Views: 9497

Diff Google +1 serendipity_event_findmore

This is the diff for Google +1. This will use the correct URL and Blogpostitle too in the overview. plugin_findmore.tpl: 109,111d108 < {if NOT $findmore_disabled_services.plusone} < <div class="facebook_like"><g:plusone size="small" count="false" href="{$entrydata....
by seraphyn
Fri Jul 15, 2011 9:51 am
Forum: Plugins
Topic: Is there a Google +1 Button Plugin?
Replies: 39
Views: 18077

Re: Is there a Google +1 Button Plugin?

Okay, works
Now I need to make a Selection.
Put a first Diff with small Icon and without counter into development.
Chris
by seraphyn
Fri Jul 15, 2011 9:39 am
Forum: Plugins
Topic: Is there a Google +1 Button Plugin?
Replies: 39
Views: 18077

Re: Is there a Google +1 Button Plugin?

Okay,
think It got it.
Test it now
by seraphyn
Fri Jul 15, 2011 9:34 am
Forum: Plugins
Topic: Is there a Google +1 Button Plugin?
Replies: 39
Views: 18077

Re: Is there a Google +1 Button Plugin?

So I find this one:
http://www.s9y.org/102.html#A38
Plugins can emit HTML which is put in the header.
How is it to use?
Chris
by seraphyn
Fri Jul 15, 2011 9:27 am
Forum: Plugins
Topic: Is there a Google +1 Button Plugin?
Replies: 39
Views: 18077

Re: Is there a Google +1 Button Plugin?

I'm sorry I only want to talk about our roadmap and I find our button mentioned on this thread. Thanks again Marco Hey, your're welcome :) I know my post sounds a little bit hard, but I'm fighting with this small thing since 2 Weeks to put it automatgically in the header and to have a selection for...
by seraphyn
Fri Jul 15, 2011 9:13 am
Forum: Plugins
Topic: Is there a Google +1 Button Plugin?
Replies: 39
Views: 18077

Re: Is there a Google +1 Button Plugin?

Sorry,

but I do not want to use Spreadly.
Some prefer not 3rd Party and only want to use services directly.
but nice to hear for the Spreadly-Fans.
Otherwise this have a bad taste, first post and adverstisment... just subjective from my side
Chris
by seraphyn
Thu Jul 14, 2011 6:46 pm
Forum: Plugins
Topic: Is there a Google +1 Button Plugin?
Replies: 39
Views: 18077

Re: Is there a Google +1 Button Plugin?

Thanks.
Takes me a little time to find this, was a strange behaviour.
Okay, the I've just fighting to get the Javascript in the Header from plugin_findmore like the headerplugin.
by seraphyn
Thu Jul 14, 2011 6:29 pm
Forum: Plugins
Topic: Is there a Google +1 Button Plugin?
Replies: 39
Views: 18077

Re: Is there a Google +1 Button Plugin?

Wait looks like i was right: Use your Code it is only using ,in not extended view, (EDIT: COMMA SEPERATION ;) ) the FQDN. With {$entrydata.url} instead of {$entrydata.url|escape:url} it uses the Entry in overview ( not extended) and extended mode. I have had a look at my Profile on google+ Section +...
by seraphyn
Thu Jul 14, 2011 6:14 pm
Forum: Plugins
Topic: Is there a Google +1 Button Plugin?
Replies: 39
Views: 18077

Re: Is there a Google +1 Button Plugin?

Forget it, it does not waork :/
lol
by seraphyn
Thu Jul 14, 2011 4:15 pm
Forum: Plugins
Topic: Is there a Google +1 Button Plugin?
Replies: 39
Views: 18077

Re: Is there a Google +1 Button Plugin?

Code: Select all

<g:plusone size="small" count="false" href="{$entrydata.url}"
Seem to work better, or?
by seraphyn
Thu Jul 14, 2011 3:52 pm
Forum: Plugins
Topic: Is there a Google +1 Button Plugin?
Replies: 39
Views: 18077

Re: Is there a Google +1 Button Plugin?

onli wrote:<g:plusone href="{$entrydata.url|escape:url}"></g:plusone>[/code]
This seems only to work in extended entries not in small entries.
Looks like the whole Domain is just taken.
Is there a way to have it for not extended enrtries too?
Chris