Re: social share buttons 3+ by nokes

screenshot:
http://img8.imageshack.us/img8/207/3iconsf.jpg


output:
<!-- Social Share Plugin by www.nokes.de - START - Get Simple Version3.0 --><div id="shareline"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.mywebsite.com/&amp;send=false&amp;layout=button_count&amp;width=105&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:110px; height:21px;" allowTransparency="true"></iframe><g:plusone size="medium"></g:plusone></div><!-- END - Social Share Plugin by www.nokes.de -->        </div>


website server:
linux

my pc:
winXP (service pack2), Firefox 3.0 or Internet Explorer 6.0

but than i tested website also here "IE NetRenderer" (IE emulator)
http://ipinfo.info/netrenderer
and i tried with: Internet Explorer 7.0, Internet Explorer 8.0, Internet Explorer 9.0

and ONLY with Internet Explorer 9.0 i see "google+ icon"!

Re: social share buttons 3+ by nokes

I found a google site with discussions on that problem:

http://www.google.com/support/forum/p/W … &hl=en


maybe this citation is helpful:

Thank you Jenny, I had caught the typo error and fixed it, and still the button would not show.
I ran W32C Markup Validation and found the CSS code with the lightbox had an error in it.
I fixed this, and now it works! So, there was a conflict somewhere but Im good now..
Thank you!

so did you run a validation? Is the CSS ok? Did you edit the css?

Next suggestion:

add

<g:plusone size="medium"></g:plusone>

either into a component or into template.php of your theme and tell us if that shows up;=))

|--
Die deutsche GetSimple-Webseite: http://www.Get-Simple.de = the german Get-Simple-Website!
Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forum/forum/16/german-deutsch/

28 (edited by platinum 2011-08-07 11:56:52)

Re: social share buttons 3+ by nokes

Connie, thanks for link.
i read as sson as.

anyway in my opinion "problem" is or in plugin code or in google+ button code.
not in Getsimple code or in theme code.

in fact i opened a new website on a new server (always linux):
i installed Gertsimple 3.0 and i use default theme "Innnovative."
and i simply put on FTYP plugin "social share buttons +3".
no other pluglins, no other things.

and also on this another i don't see website gooogle+ icon!

Re: social share buttons 3+ by nokes

Platinum,

did you mean "Innovation"-theme? I activated this as well and the google+ shows up like it should.

as you are the only user who notes this problem, let's start again:

One more try:
1) download the plugin again from the repository
2) unzip it locally
3) upload the files to the plugin directory (take care that you upload in the correct way: PHP-files either automatically or ASCII)
4) check the result

if this does not work, you might send me login data (FTP-data) and I will try for you

Cheers, Connie

|--
Die deutsche GetSimple-Webseite: http://www.Get-Simple.de = the german Get-Simple-Website!
Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forum/forum/16/german-deutsch/

Re: social share buttons 3+ by nokes

Connie wrote:

Platinum,

did you mean "Innovation"-theme? I activated this as well and the google+ shows up like it should.

yes!  "Innovation"-theme! (sorry for error)

anyway i'll try to see as soon as this my website by another computer so i can see if this problem is only on my computer!

31 (edited by platinum 2011-08-08 08:01:13)

Re: social share buttons 3+ by nokes

GOOD NEWS:

i try to see mywebsite1 and mywebsite2 by another computer (winXP service pack2, Internet Explorer 7) and i see "google+" icon!!

so problem is only on my browser/my computer.
Maybe "google+" code is good only for recent browser ...but a lot of people usually use old browsers so i don't understand why Google+ uses a code a little unpredictable (in fact usually i have not problems surfing web by my computer!)

Re: social share buttons 3+ by nokes

ok, I am glad that it is ok now

I try to answer your question:

the code for goggle+ is HTML 5.
The reason why they use this even when older browsers / computers / devices do not support that?

If they or any other big Internet Society / Company / Platform etc. do not push this HTML version, who will push it? It needs a motor ...

and  I need to remember to ask which browser version is active ;=(

Cheers, Connie

|--
Die deutsche GetSimple-Webseite: http://www.Get-Simple.de = the german Get-Simple-Website!
Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forum/forum/16/german-deutsch/

Re: social share buttons 3+ by nokes

Dear Connie,

thanks for info.

you are always kind!

:-)

Re: social share buttons 3+ by nokes

Thanks connie for help ;)

I add the HTML5 info to the socialshare3+-plugin page.

Best regards, Nico | URL Shorter - Web Blog

Re: social share buttons 3+ by nokes

Nokes wrote:

Thanks connie for help ;)

I add the HTML5 info to the socialshare3+-plugin page.

I found more informations about problems with validation when using the Google+ code.

Depending on your DocType-Declaration, the google+-code might be declared as invalid.
So it might be better, in that case, to integrate the code with Javascript:

Instead of this:

<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<g:plusone></g:plusone>

this:

<script type="text/javascript">
document.write('<g:plusone><\/g:plusone>');
</script>

Maybe this is an option for the plugin?

Info came from http://www.webdesign-podcast.de

|--
Die deutsche GetSimple-Webseite: http://www.Get-Simple.de = the german Get-Simple-Website!
Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forum/forum/16/german-deutsch/

Re: social share buttons 3+ by nokes

REPORT a BUG:
When I use Ur plugin with News Manager it gives facebook wrong adreses.
Example:
You are in:
site.com/news/post/somepost
when You click "like", on Your FB wall You get:
site.com/news/

I don't really know why it happens, but solution for that (what I was able to find in day is to add:
in shareme();

        echo '<meta property="og:site_name" content="'.get_site_name(false).'" />';
    echo '<meta property="og:title" content="'.get_page_clean_title(false).' - '.get_site_name(false).'"/>';
    echo '<meta property="og:locale" content="pl_PL"/>';
    echo '<meta property="og:url" content="http://'.$_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'].'"/>';

It's not great, because images from site are not including, but link on Your FB wall is properly made.
Also, You call get_site_name & get_page_clean_title on every page.. and that just stupid..

If You can fix other portals (mainly google, others are ussles for me :D) I will be glad.

Re: social share buttons 3+ by nokes

Hello,

this is about the Share 5+ plugin, whose support forum link drive me here, so I guess this is the right place.
'register_plugin' version is set to 1.2 while the release on the website is set to 1.2b, otherwise GS3.1 will keep on asking for an update.

Re: social share buttons 3+ by nokes

Bertrand wrote:

Hello,

this is about the Share 5+ plugin, whose support forum link drive me here, so I guess this is the right place.
'register_plugin' version is set to 1.2 while the release on the website is set to 1.2b, otherwise GS3.1 will keep on asking for an update.

Hello
he wrote exactly the reason i register here,
please don't forget to exactly report the version in 'register_plugin'
sorry for my bad english
thank you

39 (edited by theNo 2012-03-29 04:22:24)

Re: social share buttons 3+ by nokes

I was thinking, if it was possible to define settings in the share 5+ plugin, so I could enable or disable one ore more of the social network buttons...


Very easy plugin, very good idea, thanks to Nokes!

Edit: (an idea)
I would love to be able to turn the share plus off for certain pages (like the privacy policy...) would be great, If I could set something like (% no_share_buttons %) in the code of the page to turn it off

Re: social share buttons 3+ by nokes

Hi there. thanks for the plugin ! cute work :)
one question:
is it me or it  makes blink/flash the layout when browsing the gs-site ? (installed on GS3.1 using ffox11)

I have tried changing theme to INNOVATION, desactivating ALL others plugins, but still flashing or blinking HEADER and navigation areas

any sugestion?
thanks !!

Re: social share buttons 3+ by nokes

Hello, Is is possible to have this plugin appear on specific pages only, in this instance the 'News Manager'?

Re: social share buttons 3+ by nokes

hey

sorry for the idle time. I will now update the share-plugin.

new features will get:
- facebook meta-tags
- facebook image including
- google+ meta tags
- url-variable will be fixed

An extra page with settings, I would like to program, but as far as I know not from me.

I'll call again later.

PS: my english is not the yellow from the egg :D

Best regards, Nico | URL Shorter - Web Blog