sirgt
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Wordbooker] Comments don’t sync@steveatty ok will wait for the next version ??
Forum: Plugins
In reply to: [Plugin: Facebook Shared Comments] Incomplete instructions?I figured out the Login/Permissions Check Login Status: Determining… problem,
the plugin is fine (except the line I commented early that only corrects some images).
What you need to do is to configure your application on FB, once you create it you need to set this values- Canvas Callback URL
https://yourdomain.com/ // where your WP is installed - Connect URL
https://yourdomain.com/ // where your WP is installed - Base Domain
yourdomain.com - Canvas URL
https://apps.facebook.com/some_name_for_your_app/ - FBML/iframe
FBML
after that the meta_box let’s you publish your post on your profile.
Forum: Plugins
In reply to: [Plugin: Facebook Shared Comments] Incomplete instructions?I’ve found an error (wich doesn’t resolve this problem) on line 20 of fb-shared-comments.php
define('FBSC_DIR', 'fb-shared-comments');
the correct line would be
define('FBSC_DIR', 'facebook-shared-comments');
wich is the folder name that the plugin extracts.Forum: Plugins
In reply to: [Plugin: Facebook Shared Comments] Incomplete instructions?Hi,
I’m getting this Login/Permissions Check Login Status: Determining… in the Facebook Shared comments box and this message on top of the page parameter uid or session key requiredAny ideas?
I’m using WP 2.9.2 and the default theme
Forum: Fixing WordPress
In reply to: Scheduled posts do not appearwith all the responses to this post i get messed up but if the problem is that the scheduled posts aren’t showing in the dashboard (Scheduled Entries: section) the solution is this…
you have to modify your db.. go to the posts table and add to the list in posts-status field the string future and that’s all… this was solved by Abasme and me after a couple of hours figuring out this issue … I hope this helps
Forum: Installing WordPress
In reply to: Cannot modify header information – headers already sent byI have the same problem but trying to install wordpress (on step 1 this comes out
“Warning: Cannot modify header information – headers already sent by (output started at /var/www/site/wp-admin/setup-config.php:22) in /var/www/site/wp-includes/wp-db.php on line 304”
this is not my first installation but it is the first time i see this
any ideas?
thanks
Forum: Fixing WordPress
In reply to: Need the Best WYSIWYG plugin for blog pleasei use this “WYSI-Wordpress” and works fine just need to all the script files to be setted to 777
- Canvas Callback URL