fergbrain
Forum Replies Created
-
Also happens when I try to install a new plugin from the Dashboard.
Forum: Plugins
In reply to: [Social] [Plugin: Social] Facebook Integration Not PullingSo, I’m not sure why, but it looks like the Broadcast flag wasn’t set properly when the post was made. I was able to hack it back in and reintegrate the comments. I don’t know if this is a one time problem or if I’ll see it again. I’ll keep working on it.
Forum: Plugins
In reply to: [Social] [Plugin: Social] Facebook Integration Not Pulling@alex King: I’m trying to figure out what the issues is, but I have a couple of questions that I hope you might be able to answer:
It appears that aggregation is only being done using “aggregate_by_url” (not “aggregate_by_api”), which uses only publicly available data for Facebook. However, the Facebook Graph API supports Access Tokens. Does Social use Access Tokens? (My investigation has not found that it does.)
In /lib/social/service/facebook.php, when/how is aggregate_by_api used?
Forum: Plugins
In reply to: [Social] [Plugin: Social] Facebook Integration Not PullingI’m wondering if this might be the issue (from the FAQ):
Why are some of comments/posts not returning from Facebook right away?
We have noticed some latency around the inclusion of some items when querying the Graph API. We have seen some comments and posts take up to 72 hours to be included in aggregation requests.Also @christicehurst, as a plugin developer myself, I can really feel resentful when people demand something be addressed or fixed quickly that I have provided to the community for free. Alex (and Crowd Favorite) have provided this generally awesome plugin to you for free! I can’t speak for Alex and I’m not saying this is how he feels; but if it were me, unless you have paid for support, it would be respectful to not make such demands.
Forum: Plugins
In reply to: [Social] [Plugin: Social] Facebook Integration Not PullingI have the same issue, but I’m using version 2.5 (final). Should this still be an issue?
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] second hand stands in the place!That part of the code hasn’t been touched in a while, so I suspect it’s probably your error, but I can’t be 100% sure. I’ll keep an eye on it though.
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Shortcode in a hook?Are you still having this issue?
I haven’t tried using the do_shortcode, but it should work. Although, you could also use the PHP function instead.
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] second hand stands in the place!I can’t seem to access http://planetasztuki.pl/wp-content/plugins/countdown-timer/js/fergcorp_countdownTimer_java.js?ver=2.4.3
This is a required file, can you make sure it’s accessible?
@charmedworks:
Can you verify that in the Countdown Timer settings page, “Enable JavaScript countdown” is set to “Yes”?Did you update the WP_LANG variable in wp-config.php?
No worries!
That example parses correctly for me. Are you using the Edit Post page to enter
[fergcorp_cdt_single date="June 1, 2012"]? Can you post a screen shot of where you’re entering the shortcode and what the output looks like?Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] second hand stands in the place!I don’t understand what the problem is. Can you please provide an example and/or a link to your site?
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Request for reoccurring eventsI don’t have any code in work on the issue right now, maybe in the future. If someone would like to take a stab at writing a patch, I’d be happy to integrate it though.
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Where to add CSS codestyle.css probably the best place for it, however it you ever update your style the changes could be lost. You probably want to create a child theme: http://codex.wordpress.org/Child_Themes
Does that help?