bdoga
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Crowd] [Plugin: Social Crowd] facebook likes 0!!do you mind posting the links to the facebook pages so I can troubleshoot them?
Forum: Plugins
In reply to: [Social Crowd] Facebook not displayingForum: Plugins
In reply to: [Social Crowd] Plans for PinterestPinterest is on the shortlist of possible additions. Awaiting their response to my request for API access.
Forum: Plugins
In reply to: [Social Crowd] [plugin: Social Crowd] Feedburner always shows 0Yes bfagan that is correct. Google killed the API so I will be removing Feedburner support in the upcoming release of the plugin.
Thanks Google.
Forum: Plugins
In reply to: [Social Crowd] [Plugin: Social Crowd] facebook likes 0!!are you trying to access the stats for a facebook page or an individual? If it’s an individual, that could be your problem as the api that is being used currently does not support the acquisition of individual stats, only from pages…
Forum: Plugins
In reply to: [Browser Blocker] [Plugin: Browser Blocker] No settings page after activationWell, I just released the 0.5.6 version of the Browser Blocker Plugin, unfortunately I have not been able to replicate the issue discussed on this forum, but based on the error feedback I have made some changes to the activation code that I hope will address the issue.
Please respond and let me know if you are still experiencing the issue or not.
Forum: Plugins
In reply to: [Social Crowd] [Plugin: Social Crowd] facebook likes 0!!Ok, I think we finally have the solution for this one. Based on troubleshooting your stats are not showing up from facebook because of the following reason.
In your facebook page settings, under “manage permissions” there is a setting called “Age Restrictions” if this is set to anything other than “Anyone (13+)” then the stats are not made available for the plugin to grab them. So switch your settings and then your stats should start to appear.
Please let me know here or through my website https://www.macnative.com if you are still not getting stats after changing this setting.
No problem, thank you for taking the time to find the bug and post the suggestion. Much Appreciated!
Forum: Plugins
In reply to: [Browser Blocker] [Plugin: Browser Blocker] No settings page after activationRfblanchard,
The problem could have been caused by an incompatibility with another plugin. But beyond that I am not sure what exactly would cause it. if you have (since posting this request so long ago) found the cause for the error, please let me know so I can either correct it in future editions or post a list of incompatible plugins with it.
Eric,
I just released a new version of the plugin, although it doesn’t directly address the problem above, this can usually be caused by either conflicts with other plugins or server configurations.
but if it has been working ok then there probably isn’t anything to worry about.
Sorry for the length of time for the reply, it’s been a very busy last couple of months.
Forum: Plugins
In reply to: [Browser Blocker] [Plugin: Browser Blocker] does not work on IE6Johnatyandoit,
Sorry for the long wait on a fix here, but it has been added to version 0.5.5 which has just been updated.
I had missed the comment here about Safari not being supported on windows anymore, but you are right, I will probably get it removed with the next release of the plugin.
Bozz,
Thanks for your feedback and patience, I have been very busy and it has taken me a while to get around to making the simple patch, but Version 0.5.5 has just been released which has included your suggested update to fix the issue with IE6.
can you post your current version of wordpress, and the plugins that you have installed/activated?
Thanks
I’ll take a look at it, thanks for bringing it to my attention.
Forum: Plugins
In reply to: [Social Crowd] [Plugin: Social Crowd] How to add shortcode to a widgetBy default sortcodes are not interpreted in sidebar widgets, but if you want them to be add the following line of code into your themes functions.php file.
add_filter(‘widget_text’, ‘do_shortcode’);
Hope that works for you.