Title: [Plugin: WPBook] Continue reading not loading content
Last modified: August 19, 2016

---

# [Plugin: WPBook] Continue reading not loading content

 *  [jaybadz](https://wordpress.org/support/users/jaybadz/)
 * (@jaybadz)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/)
 * Hello all, as this is my first post in the support forum I definitely want to
   thank everyone for their up front attention. I have attempted to set up the WP
   Book plugin for Facebook integration, and so far is pulling in content from the
   blog which can be seen here [http://apps.facebook.com/jaimejorge/](http://apps.facebook.com/jaimejorge/).
   The content is partially loading, but when “Continue reading…” is clicked it 
   loads a blank page with the website heading. If the “View post” option is clicked
   it will load the page from the original site just fine. I have disabled all migration
   settings under the advanced section.
 * It would be ideal to either have the full posts display, or load when the “Continue
   reading” is clicked. Once again thank you for your assistance.
 * [http://wordpress.org/extend/plugins/wpbook/](http://wordpress.org/extend/plugins/wpbook/)

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/page/2/?output_format=md)

 *  Plugin Contributor [B.](https://wordpress.org/support/users/bandonrandon/)
 * (@bandonrandon)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/#post-1920015)
 * jaybadz,
 * Check you settings, I am not able to add your app, I get an endless loop of auth
   keys and attempting to authorize.
 * **EDIT:** got your app to load check that you have the scrolling option set to“
   resizeable” not “smart size”
 * see this post: [http://wordpress.org/support/topic/plugin-wpbook-scrollbar-probelm-and-error-in-invite-friends-page?replies=7](http://wordpress.org/support/topic/plugin-wpbook-scrollbar-probelm-and-error-in-invite-friends-page?replies=7)
 *  Thread Starter [jaybadz](https://wordpress.org/support/users/jaybadz/)
 * (@jaybadz)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/#post-1920022)
 * Brandon Randon,
    I have the the canvas type set to iframe, and iframe size set
   to auto-resize. I have the page tab type set to fbml.
 *  Plugin Contributor [B.](https://wordpress.org/support/users/bandonrandon/)
 * (@bandonrandon)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/#post-1920031)
 * Humm… any plugins that may be causing problems? Are you rewriting the base url
   to archive/### with a plugin? It seems to be failing when it needs to call a 
   permalink (this is apparent by the plugin not loading recent post at the bottom)
 * I’m also assuming the call back url is “[http://www.jaimejorge.com/blog&#8221](http://www.jaimejorge.com/blog&#8221);
 *  Thread Starter [jaybadz](https://wordpress.org/support/users/jaybadz/)
 * (@jaybadz)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/#post-1920173)
 * You are correct about the callback url. The permalink is being generated in the“
   Permalinks” section in the wordpress dashboard.
 *  Thread Starter [jaybadz](https://wordpress.org/support/users/jaybadz/)
 * (@jaybadz)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/#post-1920313)
 * I worked it out; the problem was in my canvas url.
 *  Thread Starter [jaybadz](https://wordpress.org/support/users/jaybadz/)
 * (@jaybadz)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/#post-1920314)
 * Ok, I spoke too soon. The issue seems to be how the callback url is linking with
   the permalink.With the callback being [http://www.jaimejorge.com/blog](http://www.jaimejorge.com/blog),
   when the “continue reading is clicked it is inserting an extra “blog” in the 
   link…making it process [http://www.jaimejorge.com/blog/blog/archive/post](http://www.jaimejorge.com/blog/blog/archive/post)
   instead of it being [http://www.jaimejorge.com/blog/archive/post](http://www.jaimejorge.com/blog/archive/post).
   If I set the callback to [http://www.jaimejorge.com/](http://www.jaimejorge.com/)
   then it will just load the home page of the website.
 *  Plugin Contributor [B.](https://wordpress.org/support/users/bandonrandon/)
 * (@bandonrandon)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/#post-1920315)
 * Are you talking about the callback url inside Facebook? I think the callback 
   url should be site.com/blog do you have /blog set anywhere else in your app? 
   That second /blog has to be coming from somewhere.
 *  Thread Starter [jaybadz](https://wordpress.org/support/users/jaybadz/)
 * (@jaybadz)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/#post-1920316)
 * I think you are right, and that’s what I am having the hardest time finding. 
   My site url is [http://www.jaimejorge.com/](http://www.jaimejorge.com/), my canvas
   url is [http://www.jaimejorge.com/blog/](http://www.jaimejorge.com/blog/). I’ve
   tried setting the Facebook Canvas Page URL WPBook settings to [http://apps.facebook.com/&#8221](http://apps.facebook.com/&#8221);
   jaimejorge/blog and keep getting an extra’/’.
 *  Plugin Contributor [B.](https://wordpress.org/support/users/bandonrandon/)
 * (@bandonrandon)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/#post-1920317)
 * Your WPBook canvas url inside the WPBook settings should be just `jaimejorge`
   and your canvus url inside Facebook should be `http://www.jaimejorge.com/blog/`
 * Hope that helps if not let me know and I’ll take another look.
 * **Update:** just tryed to add your app and got a wierd loop meaning one of your
   canvas url’s is wrong. 🙁
 *  Thread Starter [jaybadz](https://wordpress.org/support/users/jaybadz/)
 * (@jaybadz)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/#post-1920318)
 * Yeah, I have that. It still loads the blog page, but will not link to the permalink.
 *  Plugin Contributor [B.](https://wordpress.org/support/users/bandonrandon/)
 * (@bandonrandon)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/#post-1920319)
 * I’m gonna ask the dreaded question, what plugins do you have active? The permalink
   shows up and loads the page but something is stopping the content from loading.
   I have no idea what that may be but i find it strange that the link loads the
   site tittle then stops.
 * **UPDATED:** did you just change somethign all seems to be happy now.
 *  Thread Starter [jaybadz](https://wordpress.org/support/users/jaybadz/)
 * (@jaybadz)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/#post-1920320)
 * I changed the reading settings. Currently, if front page is set to “home” (the
   home page link) and post page set to “jaime’s blog”, then it works for [http://apps.facebook.com/jaimejorge/](http://apps.facebook.com/jaimejorge/)
   links do not work.
 * If I set them both for Jaime’s blog, then the facebook app works just fine.
 * I’m honestly trying to work on correcting this from a site done by a previous
   developer and he LOADED the plugins. Here they are:
    Contact Form 7 Facebook 
   Connect GigPress Google XML Sitemaps Homepage Excerpts Improved Include Page 
   NextGEN Gallery Posts By Category Simple Flash Video Smooth Slider Wp-Cufon WPBook
 * UPDATE: OMG, you’re right. I don’t know, but somehow when I did this it does 
   appear that is working fine now. Wow…thanks so much for your help anyway.
 *  Thread Starter [jaybadz](https://wordpress.org/support/users/jaybadz/)
 * (@jaybadz)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/#post-1920321)
 * I think I spoke too soon
 *  Thread Starter [jaybadz](https://wordpress.org/support/users/jaybadz/)
 * (@jaybadz)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/#post-1920322)
 * Yep, spoke too soon
 *  Thread Starter [jaybadz](https://wordpress.org/support/users/jaybadz/)
 * (@jaybadz)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/#post-1920323)
 * Is there any way to have the full blog postings show without having the link 
   for “continue reading”?

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/page/2/?output_format=md)

The topic ‘[Plugin: WPBook] Continue reading not loading content’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpbook_eeeeee.svg)
 * [WPBook](https://wordpress.org/plugins/wpbook/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpbook/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpbook/)
 * [Active Topics](https://wordpress.org/support/plugin/wpbook/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpbook/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpbook/reviews/)

 * 24 replies
 * 3 participants
 * Last reply from: [jaybadz](https://wordpress.org/support/users/jaybadz/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-wpbook-continue-reading-not-loading-content/page/2/#post-1920398)
 * Status: not resolved