martong
Forum Replies Created
-
Forum: Plugins
In reply to: [DB Toolkit] bummer, actually this plugin is for very simple structures?I’m not an expert,but I am doing something similar with a Wine database.
Table wine_location-ID,region,description,country,enable
Table wine_producer-ID,name,info,link,wine_locationID,enable
Table wine_list-ID,producerID,locationID,name,vintage,size,enabledBy using Filtered Joins and Joins I linked the Tables together. When Adding a wine you are able to select the region and Producer from the a list, pulled from the other two tables. Same with the Producer entry form.
See the Making a Tag List Widget example on https://dbtoolkit.digilab.co.za/making-a-tag-list-widget/
Note: there are problems with the site….
Forum: Plugins
In reply to: [DB Toolkit] Did anybody made DBT work for WP 3.5.2?Yes, It is working on a test system I have. It is a Linux based virtual server running the latest CentOS 5.x.
Tried the code change from zazinteractive, Still not working for timed posts. Just using WP 3.4.1, not WPMU. When I deactivate Facebook and activate SFC it works for timed posts. When using Facebook plugin manually publishing a post causes post on Facebook page and specified fan page.
Yes, this post was written because Scheduled posts are not getting posted to Facebook. It is only a problem for Scheduled Pasts, not other types.
I did not see any errors in any of the wordpress screen. Is there some special place I shou;ld look for errors?
Maybe… I set it to post in the future by 5 min and it failed. after that I was still able to publish manually and have it post to Facebook our test wordpress server. Token had not expired, at least not error.
But it is true, the expired token could also make this fail.
Well maybe not, I got this error on one of my other WP servers….
failed posting to Books By Caroline Miller’s Timeline because the access token expired. To reactivate publishing, visit the Facebook settings page and re-enable the “Publish to fan page” setting. Full error: {“message”:”Error validating access token: Session has expired at unix time 1343786400. The current unix time is 1343830442.”,”type”:”OAuthException”}
Will check in to it.
I installed the patch above and it seems to have corrected the access token expired issue, however timed posts do not work. Will open a new post for that issue.
Also the version number of the plugin does not change when you copy in the patch above.
Thanks, Trying the new version now. Does this change the version number to something other than 1.02 in the plugin view after it is installed?
Yes, I agree!!! Try Simple Facebook Connect, it works.
Yes, I gave up on it because this feature was required. Switched to Plugin “Simple Facebook Connect”. The setup is almost the same, easy to switch to. It also works with Timed Posts, this plugin does not. THis problem was posted in another post.
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Can't Link FB account with WordPress accountIf you are running Yoast SEO, make sure you have disabled the setting SEO-> Social, uncheck “Add Open Graph Meta Data”. I had this problem too but trying to remember what I did to fix it.
Yes, seeing this problem also, please fix.
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Publish to fan page – Only Logged in?I read in one of the posts to try setting
‘Remove offline_access permission:’ to Disabled in your App->Settings->Advanced. I have not verified this if it helps when not being logged in.Let us know what you find.
I also see the first <p> in from of the description showing on the the post made to the Facebook Page. The Meta data does not include this so there is a bug in the code with an extra <p> in it.
<meta property=”https://ogp.me/ns#description” content=”I wrote a blog a few weeks ago questioning that religion was the…..
The same item was also posted to the FB Timeline but the Description was missing all together on that post.
I was able to get it to prompt me to re-authorize the App by:
Deleting all entries fb_data in Table wp_usermeta having the FB connection information.
Once these were deleted then re-installing the Plugin then prompted me at the top of the Facebook Plugin page the following link.
Facebook social publishing is enabled. Link your Facebook account to your WordPress account to get full functionality, including adding new Posts to your Timeline.
I also noticed extra entries related to the Facebook plugin in the Table wp_usermeta. The Developers need to add support to the plugin that cleans up the data base entries it creates when removing.