whiletrue
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] add alt attribute to imagesHi, the alt and title attributes will be inserted in the next plugin release. Thanks for your suggestion.
Forum: Plugins
In reply to: [Really Simple Share] Counter reseting / jumping back to 0Hi, it seems your site has issues not dependent on the plugin. You can test OG data used by the FB button here:
https://developers.facebook.com/tools/debug/og/object/Your home page is fine, but entering some internal urls (e.g. http://blogbuzzter.de/2014/11/crowdfunding-herb-das-cannabis-gourmet-kochbuch/ ), I get mixed errors:
- Error Linting URL – An internal error occurred while linting the URL.
- Missing Required Property – The ‘og:type’ property is required, but not present.
So I guess FB blocked some pages of your site (not the home page) for some reason. You can see the same issue loading the button alone:
1) home page is working
https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblogbuzzter.de%2F2) internal page isn’t working
https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblogbuzzter.de%2F2014%2F11%2Fcrowdfunding-herb-das-cannabis-gourmet-kochbuch%2FUnfortunately my plugin is just plugging the official FB code inside your site, I can’t solve issues depending on external factors. I suggest you to contact the FB support about this issue.
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] No tweets, no erros in debugHi kellypl, please update the plugin to the 2.5.10 release. If the update doesn’t fix your issue, paste here the updated Debug Info.
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] No tweets, no erros in debugHi all, the new 2.5.9 plugin release is out, improving Debug Info a bit more. I realized that sometimes the issue is about expired/invalid API access tokens, so now Debug Info tells you to “try to regenerate your API access token”. If it doesn’t tell, try to regenerate them as well: I’ve seen a lot of people in trouble (on different plugins and platforms) due to broken Twitter API tokens. Also, the new release should be more robust, trying to use valid cached data whenever the API communication is down.
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] No tweets, no erros in debugHi, the new 2.5.8 plugin release is out, featuring improved Debug info. Please update, enable the “Debug info” advanced widget option and load again your site. You should see some “RSTW” lines printed inside the widget area: copy&paste them here to get help.
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] no tweets display, no errors in error logHi all, the new 2.5.8 plugin release is out, featuring improved Debug info. Please update, enable the “Debug info” advanced widget option and load again your sites. You should see some “RSTW” lines printed inside the widget area: copy&paste them here to get help.
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] No Public TweetsHi all, the new 2.5.8 plugin release is out, featuring improved Debug info. Please update, enable the “Debug info” advanced widget option and load again your sites. You should see some “RSTW” lines printed inside the widget area: copy&paste them here to get help.
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Unable to get tweetsHi, the new 2.5.8 plugin release is out, featuring improved Debug info. Please update, enable the “Debug info” advanced widget option and load again your site. You should see some “RSTW” lines printed inside the widget area: copy&paste them here to get help.
Forum: Plugins
In reply to: [Really Simple Share] Facebook share button not appearingHi, the wp_footer() function only fires the “wp_footer” action, allowing the plugin to insert the required javascript code. Similarly, the wp_head() on theme header fires the “wp_head” action. These functions don’t write HTML directly, they only allow plugins and theme functions to do it.
Forum: Plugins
In reply to: [Really Simple Share] Custom images for share buttons possible?Hi David,
unfortunately this plugin doesn’t (and doesn’t plan to) feature custom images; we only provide the official button implementation for every social network.Forum: Plugins
In reply to: [Really Simple Share] facebook share post images are not workingAs stated in the FAQ in this page, you can set the right image for Facebook shares for every post, using an Open Graph plugin.
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Asynchronously load the Twitter WidgetHi, this feature is not available at the moment.
You can try to load the widget asynchronously using an helper plugin like this: https://wordpress.org/plugins/asynchronous-widgets/
Forum: Plugins
In reply to: [Really Simple Share] Facebook share button not appearingHi,
to add the required function, edit your theme footer.php file; you have to add a line like this just before the </body> tag:
<?php wp_footer(); ?>The presence of this function in your theme is strongly requested by the majority of WP plugins and themes.
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Timestamp out of bounds errorHi, I’m not 100% sure about it, but it seems like your server time is out of sync (the Twitter API may kick you out if your server time is off by more than 30 seconds).
If you own the server, please check/update the time. Otherwise, try to report the issue to the technical support.Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Any chance of adding some filters?Hi Nathan, the new plugin 2.5.7 release features some basic filters (including the SUPER basic one). Thanks for your support, any other useful filter suggestion is welcome. I wish I had more time to dedicate only to this plugin!