whiletrue
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple Share] Post to Facebook not workingHi laserjobs, have you tried both the iframe and the html5 versions? Have you tried adding the “send” option? The FB Like button code has been updated a few days ago on the Facebook side.
Hi curiouslt, you can set
button_follow="true"to enable the follow button anddate_format=""to remove the date. Cheers!Forum: Reviews
In reply to: [Really Simple Share] nice plugin but facebook not workingHi loicdlb, if the FB SDK is already included in your theme you can try to enable the FB Like iframe button.
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Full count of tweets not being loadedHi, the new 2.4.8 release out today increases the number of retrieved posts when the “skip text” option is active. This should solve your issue. Thanks for noticing and reporting it!
Forum: Plugins
In reply to: [Really Simple Share] Email share link style can look wrongHi bwooster47,
thanks for noticing it. Being this issue related to a specific theme, I think the best choice is, as you did, to just override the theme CSS.Forum: Plugins
In reply to: [Really Simple Share] facebook like over pop-upDid you try switching to the FB Like iframe version?
Forum: Plugins
In reply to: [Really Simple Share] Outlining shortcode buttonsHi rembert,
I think your second try is the best way of doing it. For your convenience, I’m removing the hardcoded clears (moving them in the CSS file) in the next plugin update.Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] TimestampHi Ramzii,
as you requested, the new 2.4.7 plugin release, out today, adds a customizable “Timestamp Format” option. Give it a try and tell me about it!Hi Vahid,
our plugin views are stored in the “custom_total_hits” custom field. You can manually add/edit the custom field inside the post edit screen, or write a SQL query to create/update these fields to the database.Forum: Plugins
In reply to: [Really Simple Share] Most liked posts?Hi, the new plugin release is out, featuring an Admin page showing the 60 most recent posts/pages, along with their share button counts.
Forum: Plugins
In reply to: [Really Simple Share] Most liked posts?Yeah, that one stores post/page hits so it’s well suited for rankings!
Forum: Plugins
In reply to: [Really Simple Share] Most liked posts?Hi xhal44, this is beyond the scope of the plugin. I could provide a list of post and page titles, showing the active buttons counters, but there’s no way to order it by individual or combined counts, because the plugin doesn’t store the values onsite. If you think it’s useful, I can provide that list in future plugin releases.
Forum: Plugins
In reply to: [Really Simple Share] Error in Admin Panel – Multisite VersionHi SteveWebWorks,
it looks like the command is placed wrongly.
Please check that you’re on the 2.15 plugin release and that the newly added command is just after this one:
$option = get_option('really_simple_share');Forum: Plugins
In reply to: [Really Simple Share] Error in Admin Panel – Multisite VersionHi Gnoam,
I’m fixing it soon.If you’re able to modify plugins through the WP admin page, you can try to add this command to the
really-simple-facebook-twitter-share-buttons.phpfile, on line 1180:
if (!is_array($option)) { $option = array(); }Forum: Plugins
In reply to: [Really Simple Share] Facebook Like links to incorrect pageWhich page is recommended?