Perials
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Social Share] PHP Notice on undefined index of emailHi hh3,
Thanks for bringing this to our notice. And also thanks for fixing it. I’ll include this in the next release.
For now marking this topic as closed.
Forum: Plugins
In reply to: [Simple Social Share] facebook shareHi Kasuni,
Thanks for using our plugin.
Are you saying the link for the child pages shared on facebook is incorrect? Request you to please elaborate the issue in more details. If possible share the link to your blog so I can have a look at it.
Forum: Plugins
In reply to: [Simple Social Share] Not All Buttons Show UpHi GµårÐïåñ,
It feels great to know that you still have it installed.
Now here is how we change the theme. You will be able to change the button style only if you are using one of the last three options in ‘Select style’. The first two are generated totally by js code for each of social platform and hence we don’t have much control over it. In case you are using any of the last three options and you want to completely change the button you’ll need to replace the image file
images/main-icon-set.gif.But I am afraid that you’ll have to modify the css code too until the sprite image you are using is of exact size as the one above.
Regarding all the buttons not showing up, I’ll request you to provide link to your blog. If you feel the issue you are facing is specific to your blog, you can drop me a mail containing the link. Else you may post here.
Also I went through some old mails but couldn’t find anything related to this topic 🙁 Could you please resend the mail.
Forum: Reviews
In reply to: [Simple Social Share] Worthless. Lose Time You'll Never Get Back.Hi Webtagion,
I am thankful you tried this plugin and respect your review and rating. But also would appreciate if you could let me know what issue you faced that made you think this plugin was a crap and needs to be deleted from the repository. If this is a bug in the plugin then I’ll be more than happy to fix it.
Forum: Plugins
In reply to: [Simple Social Share] Gap Between Google Plus and Reddit Buttons?Hi rdroste23,
Thanks for trying out the plugin.
It is a known issue with Google plus button. Fix for it is to assign a fix width to google plus button but for your case I would recommend moving the google plus button to the end.
To do this replace the code in includes/template-buttons-with-count.php with the below code
http://pastebin.com/hqXMibw5Forum: Plugins
In reply to: [Simple Social Share] How are images selected when sharingHi johansar & platypidesigns(Tanya),
Thank you guys for trying out this plugin. Sorry that I am replying late.
Facebook picks up the image using the og:image meta tag in head. If it doesn’t find this tag then it itself picks up an appropriate image. Also it is possible there are multiple og:image tags and the image getting shared is one of them.
For now you could download a SEO plugin like Yoast that provides this option to set og:image. Please refer to below post
http://www.wpbeginner.com/wp-tutorials/how-to-fix-facebook-incorrect-thumbnail-issue-in-wordpress/Please let me know if this works for you.
@tanya Couldn’t access your site as it is blocked by Sucuri WebSite Firewall
Forum: Plugins
In reply to: [Simple Social Share] Works But….on home page?Hi bigbankclub,
You can uncheck ‘Home page’ option in ‘Show on’ field in Settings page.
Or are you asking for the incorrect share count shown on home page?
If latter than it is still not fixed.Forum: Plugins
In reply to: [Simple Social Share] G shares on custom post typeHi grillinChuck,
Thanks for trying out the plugin.
I know I am replying very late. So I am not sure if you still happen to use this plugin. If yes then is this problem occuring on Archive page? Is is possible to share link of your website so I can look further into the issue?
Will await your reply. Sorry for the delayed response.
Forum: Plugins
In reply to: [Simple Social Share] email iconHi medialeakz,
The email client that opens up on clicking the email button is the one set as the default on one’s machine. Your’s just like most of the Windows user is Outlook. Unfortunately this is how it is suppose to work.
A work around for this would be to remove the email href and show the email address in tooltip when someone hovers over the email icon. So if you are using rounded icons change below code on line 14 in includes/template-button-w-c.php
'email' => '<a href="mailto:?Subject='.str_replace(' ', '%20', get_the_title()).'&Body='.str_replace(' ', '%20', 'Here is the link to the article: '.get_permalink()).'" title="Email this article"></a>'to
'email' => '<a href="javascript:void(0);" title="[email protected]"></a>'Forum: Plugins
In reply to: [Simple Social Share] Not All Buttons Show UpHi GµårÐïåñ,
Thanks for trying out the plugin. Sorry for the late response.
It’s been 7 month since this topic was started. I am not sure if you still have the plugin installed or even if you would be reading this in first place. In case you happen to read this please provide me link to your website. It appears to be some kind of javascript issue. Perhaps some conflict with other plugin or theme’s js code.
Forum: Plugins
In reply to: [Simple Social Share] Facebook share button now requires appidHi hh3,
Thanks for trying out the plugin. My apologies for not getting back to you on time.
Below is the link for generating facebook share button with share count.
https://developers.facebook.com/docs/plugins/share-button#configurator
The code you see in include/services-js-array.php is taken from above page. Even without the app id share count should be displayed. You can verify this by copying the markup for button from above page in simple html file without providing any id.Forum: Plugins
In reply to: [Simple Social Share] Small Buttons – "Tweet" Content BugHi Keith,
Thanks for trying out the plugin and sorry for not getting back to you on time.
The plugin doesn’t add the tweet and all other button in the post content. The buttons are appended to the post content when the WordPress loop runs. SEO plugins like Yoast usually use the WordPress post content which is what you type in WYSTWYG editor. So I don’t think the Yoast WP SEO plugin is picking up the tweet text from the plugin.
Also regarding facebook sharing I tried randomly on few posts on my blog but couldn’t reproduce the issue.
In case you happen to read this and you are still using the plugin on your blog I request you to please share a link to a particular post where this issue is happening so we that can debug further.
Forum: Plugins
In reply to: [Simple Social Share] larger buttonsHi scotthendrix7755,
Thanks for trying out the plugin.
I know this is too late to post reply. Still if you happen to read this the answer is unfortunately no for current version. But showing count in the circular icons is something I am eagerly planning for forthcoming release. Let’s see how things work.
Once again sorry for the delayed response.
Hi Catia,
Sorry for the late reply. Perhaps you must have moved on to a different plugin. In case you haven’t and you happen to read this, below is the answer.
This bug was there in the very first version of the plugin. It was fixed in the next release. Request you to update the plugin. In case you face the same issue please let me know.
Thanks for trying out this plugin.
Forum: Plugins
In reply to: [Simple Social Share] WHY IS THIS NOT WORKINGHi RoFiks,
Thanks for using this plugin.
To use the shortcode make sure you have configured the below thing in the plugins setting page:
- At least one service is selected from ‘Select services’
- Either or both ‘Before Content’ or ‘After Content’ has been checked in ‘Select Position’
- Appropriate option is checked on ‘Show on’. For debugging you may check all the options i.e Home, Posts, Pages and Archives
Let us know if this solves the issue.