Posts: 80
Threads: 8
Joined: Aug 2011
screenshot:
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/&send=false&layout=button_count&width=105&show_faces=false&action=like&colorscheme=light&font=arial&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"!
Posts: 2,928
Threads: 195
Joined: Feb 2011
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;=))
Posts: 80
Threads: 8
Joined: Aug 2011
2011-08-08, 01:56:05
(This post was last modified: 2011-08-08, 01:56:52 by jennidikosta01.)
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!
Posts: 2,928
Threads: 195
Joined: Feb 2011
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
Posts: 80
Threads: 8
Joined: Aug 2011
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!
Posts: 80
Threads: 8
Joined: Aug 2011
2011-08-08, 22:00:11
(This post was last modified: 2011-08-08, 22:01:13 by jennidikosta01.)
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!)
Posts: 2,928
Threads: 195
Joined: Feb 2011
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
Posts: 80
Threads: 8
Joined: Aug 2011
Dear Connie,
thanks for info.
you are always kind!
:-)
Posts: 51
Threads: 12
Joined: Jul 2011
Thanks connie for help
I add the HTML5 info to the socialshare3+-plugin page.
Posts: 2,928
Threads: 195
Joined: Feb 2011
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:
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
Posts: 51
Threads: 6
Joined: Jun 2011
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 ) I will be glad.
Posts: 21
Threads: 4
Joined: Feb 2012
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.
Posts: 1
Threads: 0
Joined: Feb 2012
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
Posts: 31
Threads: 3
Joined: Sep 2011
2012-03-29, 18:11:31
(This post was last modified: 2012-03-29, 18:22:24 by opolette.)
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
Posts: 41
Threads: 3
Joined: Dec 2009
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 !!
Posts: 2
Threads: 0
Joined: May 2012
Hello, Is is possible to have this plugin appear on specific pages only, in this instance the 'News Manager'?
Posts: 51
Threads: 12
Joined: Jul 2011
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
Posts: 7
Threads: 0
Joined: Mar 2013
2013-05-07, 02:01:32
(This post was last modified: 2013-05-07, 02:11:55 by asndk.)
Hello
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
Posts: 5
Threads: 1
Joined: Aug 2013
2013-08-27, 20:00:50
(This post was last modified: 2013-08-28, 04:50:14 by jlongo.)
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"!
Posts: 9
Threads: 3
Joined: Jun 2013
2014-06-23, 01:30:35
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!
Posts: 2
Threads: 0
Joined: Jun 2014
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
Posts: 2
Threads: 0
Joined: Jul 2014
Posts: 10
Threads: 2
Joined: Apr 2015
2015-04-22, 05:26:46
(This post was last modified: 2015-04-22, 05:30:10 by ragwing.)
(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
Posts: 1
Threads: 0
Joined: Dec 2015
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
Posts: 1,127
Threads: 136
Joined: Feb 2012
(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.
|