whiletrue
Forum Replies Created
-
Hi,
you can use the [really_simple_share] shortcode (without any attribute) to show all active buttons in a row.Hi Craig,
you can safely try the “load scripts at bottom of body” option: at worst the share buttons disappear (the rest of the site is not affected), at best the site loads faster.Forum: Plugins
In reply to: [Really Simple Share] Option to post on facebookHi,
this behaviour is not currently available within the official Like button provided by FB. You can add a separate “Facebook Send” button next to it enabling it in the plugin settings.Forum: Plugins
In reply to: [Really Simple Share] Pinterest button not showingHi, I tested your code on our site, the image gets recognized and the button is correctly shown.
I tested using latest update of WP (3.5.1) and the plugin (2.6.3), with different configurations of Pinterest Button advanced settings (Use multiple image selector, Use old button code), always working.
Can you tell me your website url to check something in your theme/code?
Forum: Plugins
In reply to: [Really Simple Share] Facebook Like Button not workingHi Alex,
the plugin is correct, your issue is on the Facebook side.
I checked your website url showing the same problem on the official Facebook Like Button page here:
https://developers.facebook.com/docs/reference/plugins/like/
You can try it yourself entering your site url in the “url to like” field and trying clicking on the Like button generated on the right.Report it to Facebook, and good luck!
Forum: Plugins
In reply to: [Really Simple Share] Pinterest button not showingHi, the plugin tries to detect a picture, looking for the featured image, then an attachment, then looks into the post html; the latter code could probably be improved. Can you paste some samples of post html where an image wasn’t recognized?
As for the “min-height”, thanks for your suggest. We just uploaded the new plugin version fixing that attribute.
Forum: Plugins
In reply to: [Really Simple Share] Pinterest button not showingHi, please note that the PinIt button requires some media to share, so it only shows up when the post contains at least one image. Are you using images in your posts? If so, can you tell me the website url to perform some checks?
Forum: Plugins
In reply to: [Really Simple Share] Manual buttons inserting.Hi simonn,
have you checked at least one share button in the setting page?Forum: Reviews
In reply to: [Really Simple Share] less mwoa…???
The plugin uses tables only for some settings in the admin Options page, is it a huge issue?
Also, please note that Pinterest buttons only show up in posts having images.Forum: Plugins
In reply to: [Really Simple Share] Double Icons showing upHi duncanwmurphy,
it’s a weird behaviour probably related to some theme function or other plugin. Can you point us to your site url to perform some checks?Hi lansipaltta,
the release 2.6.2 of our plugin, out today, adds support for WPML: when multi language is active, language is set automatically for each button.Hi Arundeep,
as stated in the FAQ, you can call the really_simple_share_publish($link=”, $title=”) PHP function, passing it the link and the title used by the buttons.You shouldn’t leave the parameters blank, unless the code is put inside the WP loop. For example, use this code to create buttons linking to the website home page: echo really_simple_share_publish(get_bloginfo(‘url’), get_bloginfo(‘name’));
Forum: Plugins
In reply to: [Really Simple Share] Email button a bit lowHi Jeremy,
you can adjust the button position via css, acting on the “really_simple_share_email” class. For the exact CSS rule to apply, tell us the website url.Forum: Plugins
In reply to: [Really Simple Share] Facebook like button shows wrong pic inside FacebookHi Shawn,
as stated in the plugin FAQ, this is beyond the scope of our plugin. You can control which image are shared using an Open Graph control plugin.Forum: Plugins
In reply to: [Really Simple Share] Pinterest ButtonPerfect! Have a good day!