Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
social share buttons 3+ by nokes
#26
screenshot:
[Image: 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"!
Reply
#27
I found a google site with discussions on that problem:

http://www.google.com/support/forum/p/We...4653&hl=en


maybe this citation is helpful:
Quote: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
Code:
<g:plusone size="medium"></g:plusone>

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

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#28
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!
Reply
#29
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
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#30
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!
Reply
#31
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!)
Reply
#32
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
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#33
Dear Connie,

thanks for info.

you are always kind!

:-)
Reply
#34
Thanks connie for help Wink

I add the HTML5 info to the socialshare3+-plugin page.
Best regards,
Nico
Reply
#35
Nokes Wrote:Thanks connie for help Wink

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:
Code:
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<g:plusone></g:plusone>

this:
Code:
<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
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#36
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();
Code:
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 Big Grin) I will be glad.
Reply
#37
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.
Reply
#38
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
Reply
#39
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
Reply
#40
Hi there. thanks for the plugin ! cute work Smile
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 !!
Reply
#41
Hello, Is is possible to have this plugin appear on specific pages only, in this instance the 'News Manager'?
Reply
#42
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 Big Grin
Best regards,
Nico
Reply
#43
Hello Smile
very good plugin - thank you very much.
But i have little problem. When enable the 3+ plugin the News Manager RSS
(http://get-simple.info/extend/plugin/new...r-rss/221/)
stop working in google chrome and internet explorer, but still working in mozilla firefox.
i receive: A semi colon character was expected.
Line: 38 Character: 25 (the line and character number depend from content i assume) - in IE, and
This page contains the following errors:
error on line 38 at column 17: EntityRef: expecting ';'
in chrome. - this was in v.1
in v 1.1:
chrome: error on line 38 at column 428: Namespace prefix g on plusone is not defined
IE: Reference to undeclared namespace prefix: 'g'.
Line: 38 Character: 588

Thanks
Reply
#44
Hi everyone:

I have a problem with this plugin, (well, maybe not a problem of this plugin) where the button for G+ works well on some pages and others not appearing. As far as i can see, only on pages with the url ".../index?id=xxxxx" do not work. On the ones with url "/?id=xxxxx" works ok.
the share code is the same for both type of pages, that's why i can say maybe don't is this plugin problem.

I use I18N plugin also...

Just a information to take care about...

Regards

JL

EDIT: I solved the issue activating "Fancy Urls"!
Reply
#45
Exclamation 
Hello community,

I use the current version of GetSimple and I've installed this plugin. My problem is: If I will be on the buttons for Facebook and Google+ pressures in the GS blog does not put the URL of the blog article, but the URL of the whole blog.

I've been using for the blog plugin GS blog. And my GetSimple URL is http://wpzweinull.ch/getsimple/

How can I fix the problem or maybe someone can help me? Thank you in advance!
Reply
#46
Hi I have installed the plugin and it there in the Plugin tab and looks fine (Disable text next to it). However with my page I don't see any sign of the plugin at all. I assumed it would add some options to the menu or similar or insert the buttons automatically but nothing. Do I need to insert it into the source perhaps? Thanks Rob
Reply
#47
Thank you for your share
Reply
#48
(2011-07-24, 20:09:23)bereza Wrote: Has added a button, has changed css.
example on http://gsimple.ru/

Hey bereza;
I am using your vtbfree-4 theme, and have a couple of quesions. What contact plugin works best? You can see my test site here. http://rexguinn.net/GetSimple - see contact us to see the message.
Thanks
Reply
#49
Is it possible to change the position the button appear in each page i'm quiet new to php so am finding all this a little difficult
Cheers
Reply
#50
(2015-12-16, 23:14:11)mark@idmevents.com Wrote: Is it possible to change the position the button appear in each page i'm quiet new to php so am finding all this a little difficult
Cheers

I think this plugin only puts buttons below the page content. 

It's quite an old plugin. I think people tend to use code from sharethis.com or addthis.com (or similar), it's even simpler. Remember you can't put code in your page content. Add it to the template or a component like the sidebar.
Reply




Users browsing this thread: 1 Guest(s)