whiletrue
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple Share] Last update broke G and TwitterIf not, try to disable every other plugin that could mess with javascript (e.g. Speed Booster Pack Plugin).
Forum: Plugins
In reply to: [Really Simple Share] Last update broke G and TwitterOk, I’ve just released a quick update (3.3.1 plugin release). Please tell me if it solves the issue.
Forum: Plugins
In reply to: [Really Simple Share] Last update broke G and TwitterHi, did you enable the plugin “Performance mode”? If so, try to disable it (it’s not compatible with some themes).
Forum: Plugins
In reply to: [Really Simple Share] FB Likes Not Updating Multiple Errors After DebuggingHi, you can set the right metadata for Facebook shares for every post, using an Open Graph plugin (even Yoast WordPress Seo has basic support for it). I recommend you to do it, so you’re sure to share the right “og:” properties with every post or page.
Also, to resolve the “missing fb:app_id” issue you can create a Facebook App ( https://developers.facebook.com/quickstarts/?platform=web ). It’s not mandatory. If you create the FB App, enter the given “app id” inside the plugin options screen: the warning should disappear.
Please note that sometimes the share button counter doesn’t update promptly and other times it picks wrong data, even if everything is correctly set; there’s a lot running behind this feature (user browser, FB servers) and your site and my plugin are just in the middle of it. Cheers!
Forum: Plugins
In reply to: [Really Simple Share] G share imageHi, as stated in the FAQ in this page, you can set the right image (and a default fallback image) for Facebook shares for every post, using an Open Graph plugin (even Yoast WordPress Seo has basic support for it). I recommend you to do it, so you’re sure to share the right image along every post or page.
Forum: Plugins
In reply to: [Really Simple Share] Facebook icon not visibleHi, there’s no “icon” or “dropdown menu” here, only share buttons (and checkbox to enable them). Probably you are editing some other plugin or some specific theme option; please report your issue to them.
Forum: Plugins
In reply to: [Really Simple Share] Can the share buttons be added to a widget?Hi, shortcodes are not enabled by default inside widgets.
Probably a line like this in your functions.php file should do the trick:
add_filter('widget_text', 'do_shortcode');If it doesn’t work, look around for other solutions on the web.
Forum: Plugins
In reply to: [Really Simple Share] How to show share bar above the thumbnailHi, you can achieve it by editing the “position” option or by directly editing your template files.
Hi, that button is not related with the “Really Simple Twitter Feed Widget” plugin. Probably another plugin is adding it.
What?! Can you provide an URL to give it a look?
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] PHP errors when a new instance is createdHi, the new 2.5.13 release, out now, should fix your other issue. Unfortunately I’m not getting these PHP notices on my test environments (even with E_ALL error_reporting active, probably we’re on different PHP releases) so I’m forced to follow your error strings.
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] PHP errors when a new instance is createdHi, I’m releasing a fix (2.5.12 release) in minutes. Please check if it solves the issue. Thanks for reporting it!
Hi, please try again to generate and use new Twitter API credentials; be careful about copying and pasting them in the right fields.
Forum: Plugins
In reply to: [Really Simple Share] Fallback image to be used if post contains no images?Hi, you have to enable a plugin for Open Graph data management (also useful if someone shares your url by copy&paste). If you use WordPress Seo by Yoast, this feature can be enabled in its Social tab.
Forum: Plugins
In reply to: [Really Simple Share] Share button layout problemsHi,
the plugin CSS file is not loaded. Did you tick the “Disable default styles” plugin option? If so, untick it; otherwhise, check your theme files for standard wordpress calls (wp_header, wp_footer) or check the value of the “Load scripts at the bottom of the body” option.