By default, WPBook is set up to only work with the “post” post type.
This has been discussed in the forums before: https://ww.wp.xz.cn/support/topic/enable-custom-post-type?replies=3
Basically you need to find the place where wpbook checks the post type and expand it to include the post types you want to include.
I am not familiar with classipress myself but somewhere it defines a custom post type.
Thank you for the link. It told me to edit delete some certain lines, so I commented the lines out and got this error:
Caught exception in publish to page (#200) The user hasn’t authorized the application to perform this action Error code: 0
On my Facebook application, my site does not have SSL so it does not display properly on the secure canvas URL (only thing I can think of as the issue)
I guess I will try and find whatever the classipress post type is defined as
Thanks
If you don’t have SSL, you should use wpbook-lite https://ww.wp.xz.cn/plugins/wpbook-lite/ which doesn’t have the canvas app.
Otherwise you’ll never be able to properly authorize the app.
Awesome thank you for the great info!
I think the classipress code is defined as “ad_listing”. So would I just edit the line of code in your link (change it from post to ad_listing), or copy that line and make a new one with ad_listing substituted? And would that be the only changed I would need to or would other parts of the code have to be changed as well?
Thank you so much for the support
Hey- I got it to work. Thanks so much