whiletrue
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple Share] Need to disable buttons in just one pageHi,
open the WordPress backend, go to Pages, click on the Page title to enter the Page edit screen. Then, add the custom field, as explained here.Forum: Plugins
In reply to: [Most And Least Read Posts Widget] Google analyticsHi sailpilot,
every one of the feature you propose is interesting and useful. The plugin doesn’t actually implement any of these features; I hope to find more spare time to work on them!Forum: Plugins
In reply to: [Captcha] Fatal errorSame here, I’ve just updated it and the parse error on line 31 blocked my site. I had to deactivate the plugin by renaming its folder via FTP.
Forum: Reviews
In reply to: [Really Simple Share] Not sharing, not workingHi, the recent issue with the Facebook button is not caused by the plugin code. Please read here.
Forum: Plugins
In reply to: [Really Simple Share] Facebook Share Not WorkingHi, when I try to share that post, the popup shows a strange “page not found” box (it seems like Facebook can’t read your content), while the other posts show and share just fine. It doesn’t seem a plugin issue. Did you try to use some Open Graph tag plugin, to present more structured data to Facebook?
Forum: Plugins
In reply to: [Really Simple Share] undefined indexesAll the best!
Forum: Plugins
In reply to: [Really Simple Share] undefined indexesHi guix,
if I’m correct these notices should appear only the first time the plugin is loaded, if the plugin settings have not been saved at least once.The new 2.1.3 plugin release solves this issue. Thanks for reporting it!
Forum: Plugins
In reply to: [Really Simple Share] Facebook Share not countingAlso read this post.
Forum: Plugins
In reply to: [Really Simple Share] SpecificFeeds seems to be brokenHi, the button is fine. Please check the “SF link” you entered inside the plugin settings.
For example, I’m using this (without any quote):
http://www.specificfeeds.com/widget/emailsubscribe/MjU5MA==/OA==Forum: Plugins
In reply to: [Really Simple Share] Facebook share doesn't show the summary contentHi, Facebook has released (and is fixing day by day) a new version of the share button, so things are changing. I’m updating the plugin within May, once the new FB share button is stable enough.
Please try to solve adding a FB app ID: refer to this topic.
Forum: Plugins
In reply to: [Really Simple Share] Facebook Share Stopped workingHi,
some days ago FB apparently changed its internal SDK code, so some sites have issues with the sharing function. The issue is not related to the plugin, because the plugin code for the FB share button hasn’t changed recently.The issue seem related to the Facebook Application ID, that used to be optional and now seems required. You can get a Facebook App ID from the Facebook Developers page here: https://developers.facebook.com/apps
You can also follow this guide to get it: https://help.yahoo.com/kb/yahoo-merchant-solutions/facebook-application-sln18861.html
Based on our tests, inserting the website url inside the “App Domains” field is good enough to enable the Share button in your site.
Once you obtained it, add the Facebook App ID inside the plugin options, in the proper “app ID” field near the “Facebook Like” row.
Forum: Plugins
In reply to: [Random Tweet Widget] Widget doesn't get tweets.Hi, are you using some cache plugin?
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Word-wrap with thumbnail before tweets?Hi, you can accomplish it by adding a CSS rule to your theme style.css file, like this:
.really_simple_twitter_widget img { float:left; margin-right:6px; }The plugin works fine on thousands sites, but in some website with different plugins active together it suffers data loss. I’m studying an easier solution for these api+transient+cache issues … I’ll let you know when I find something useful!
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] No tweets, no erros in debugEnable the “Show debug info” for some minutes to get more info about the issue.
Enable the “Erase cached data” for some minutes to refresh the plugin cache.