Title: embedded refresh
Last modified: December 9, 2018

---

# embedded refresh

 *  [io2big](https://wordpress.org/support/users/io2big/)
 * (@io2big)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/embedded-refresh/)
 * Good morning,
    i embedded my forum in WordPress, it’s ok. Only a problem, if 
   i reload a topic o forum page for check new messages, the page back at main page
   of board. please, is it possible fix?

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

1 [2](https://wordpress.org/support/topic/embedded-refresh/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/embedded-refresh/page/3/?output_format=md)
[4](https://wordpress.org/support/topic/embedded-refresh/page/4/?output_format=md)
[→](https://wordpress.org/support/topic/embedded-refresh/page/2/?output_format=md)

 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/embedded-refresh/#post-10965834)
 * with [v2 code wordpress-phpbb-template-embed](https://www.axew3.com/w3/2018/09/wordpress-phpbb-template-embed-v2/)?
   I can’t at moment reproduce at axew3.com example, when i reload it reload correctly
   the page on viewing posts, forums etc.
    Strange, did you correctly set the URL
   that point to real phpBB on plugin admin, without final slash? (assuming that
   this can cause a problem about, which i do not exactly know at this moment).
 * If possible post a link to the issue, if not possible, i will take a look for
   the new coming v3 iframe code. The new v3 complete e reviewed code will be on
   the way soon.
 *  Thread Starter [io2big](https://wordpress.org/support/users/io2big/)
 * (@io2big)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/embedded-refresh/#post-10965956)
 * i’m using v2 code and the url is without /
    my forum use PHPbb Seo Url, it’s 
   a problem?
 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/embedded-refresh/#post-10965995)
 * maybe interfere in some way on reload? But on navigating it work fine you say,
   so should not in theory … but let you know following here as i’ve give it a try
   if in the while you not resolved
 *  Thread Starter [io2big](https://wordpress.org/support/users/io2big/)
 * (@io2big)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/embedded-refresh/#post-10966135)
 * On navigating work good.
    Seo url Make only friendly urla,i need it for google.
   Must i modify htaccess?
 * Ps. Is it possible disabile animation on load?
 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/embedded-refresh/#post-10966191)
 * > Must i modify htaccess?
 * think no, i need to enable your scenario, phpbb seo links, and test what’s going
   on: on page-forum.php (or whatever you named) there is this code beofre to push
   url:
 *     ```
       // (may redudant) check //
       var w3ck = /[^-0-9A-Za-z\._#\:\?\/=&%]/ig.exec(w3all_passed_url);
        if(w3ck !== null){
       	w3all_passed_url = '';
        }
       ```
   
 * try to remove these lines above and test please.
 * After the url is pushed via the subsequent:
    `history.pushState(w3all_passed_url_push,'
   Forum page', w3all_passed_url_push);` It fail in some way?
 * >  Is it possible disabile animation on load?
 * Still on page-forum-php
    where
 *     ```
       // pre loader js code for iframe content 
       jQuery( document ).ready(function() {
        jQuery('#w3_toogle_wrap_loader').attr( \"class\", \"w3_wrap_loader\" );
       });
       jQuery(window).load(function() {
        jQuery('#w3_toogle_wrap_loader').attr( \"class\", \"w3_no_wrap_loader\" );
       });
       ```
   
 * comment out or remove
    -  This reply was modified 7 years, 4 months ago by [axew3](https://wordpress.org/support/users/axewww/).
 *  Thread Starter [io2big](https://wordpress.org/support/users/io2big/)
 * (@io2big)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/embedded-refresh/#post-10968496)
 * > on page-forum.php (or whatever you named) there is this code beofre to push
   > url:
   > // (may redudant) check //
   >  var w3ck = /[^-0-9A-Za-z\._#\:\?\/=&%]/ig.exec(
   > w3all_passed_url); if(w3ck !== null){ w3all_passed_url = ”; }
   > try to remove these lines above and test please.
   > After the url is pushed via the subsequent:
   >  history.pushState(w3all_passed_url_push,‘
   > Forum page’, w3all_passed_url_push); It fail in some way?
 * dont work. it come back on main page of forum.
 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/embedded-refresh/#post-10968828)
 * what kind of urls are passed with the seo mod?
    can you provide an example of
   page viewforum and viewtopic urls?
    -  This reply was modified 7 years, 4 months ago by [axew3](https://wordpress.org/support/users/axewww/).
 *  Thread Starter [io2big](https://wordpress.org/support/users/io2big/)
 * (@io2big)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/embedded-refresh/#post-10968861)
 * Viewforum
    [https://www.regginalife.com/forum/tifo-amaranto](https://www.regginalife.com/forum/tifo-amaranto)
 * Viewtopic
    [https://www.regginalife.com/forum/announces/novita-sul-forum-chiediamo-consiglio-a-voi-t10154](https://www.regginalife.com/forum/announces/novita-sul-forum-chiediamo-consiglio-a-voi-t10154)
    -  This reply was modified 7 years, 4 months ago by [io2big](https://wordpress.org/support/users/io2big/).
 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/embedded-refresh/#post-10968953)
 * Looking to your forum, it is not in iframe mode (almost not at this time) so 
   this problem isn’t related the plugin. I was assuming you had problems with iframe
   template integration.
    Further more, navigating your forum and reloading all 
   result ok here on my fly tests. Urls like above not represent a problem.
 * Ho visitato il forum, e quello che tu dici non riesco a riprodurlo. Aggiornando
   il browser tutto risulta ok.
    Inoltre pensavo si trattasse del problema iframe,
   ma questo non c’entra nulla perchè non sei in modalità iframe, ammesso che l’integrazione
   sia attiva al momento non lo è in modalità iframe. Nel caso di modalità non iframe,
   controlla altro perchè il problem non può derivare dal codice di integrazione.
 *  Thread Starter [io2big](https://wordpress.org/support/users/io2big/)
 * (@io2big)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/embedded-refresh/#post-10968980)
 * I integrated only of it load from my app.
    [https://play.google.com/store/apps/details?id=com.regginalife.regginalife](https://play.google.com/store/apps/details?id=com.regginalife.regginalife)
 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/embedded-refresh/#post-10969430)
 * Did you built an app to access the forum?
    Using Tapatalk? But this should have
   nothing to do with the integration plugin, that should not affect nothing, as
   also tested time ago for a site.
 *  Thread Starter [io2big](https://wordpress.org/support/users/io2big/)
 * (@io2big)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/embedded-refresh/#post-10969458)
 * i built an app.
    my app load forum with browser. the forum know user agent and
   switch style. the app show WordPress and PHPbb in original.
 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/embedded-refresh/#post-10969529)
 * > know user agent and switch style
 * you switch styles based on user agents?
    By the way, as you say, installs loads
   into browser that the app fire, so may you have to adjust some process into your
   app that after lead browser to open urls in wrong way? but this is hard to know
   without knowing what you coded exactly.
 *  Thread Starter [io2big](https://wordpress.org/support/users/io2big/)
 * (@io2big)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/embedded-refresh/#post-10969578)
 * app has a custom user agent. i put in user.php file of forum a “if” check user
   agent and change id of style.
    app load WordPress in a subdomain.
 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/embedded-refresh/#post-10969718)
 * you say custom browser, you also built it?
    Easy to say, i know, you need to 
   understand why the problem come out observing the behavior you experience. Possible
   it is a problem given by the browser himself (strange because should just process
   the passed url), or due to the way you pass this url: may some htaccess can lead
   to this problem?
 * (buono a sapersi che sai fare le app. Se sei bravo contattami che ogni tanto 
   mi serve qualcuno per qualche cliente e devo sempre appoggiarmi altrove)

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

1 [2](https://wordpress.org/support/topic/embedded-refresh/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/embedded-refresh/page/3/?output_format=md)
[4](https://wordpress.org/support/topic/embedded-refresh/page/4/?output_format=md)
[→](https://wordpress.org/support/topic/embedded-refresh/page/2/?output_format=md)

The topic ‘embedded refresh’ is closed to new replies.

 * ![](https://ps.w.org/wp-w3all-phpbb-integration/assets/icon-128x128.png?rev=3375511)
 * [WP w3all phpBB](https://wordpress.org/plugins/wp-w3all-phpbb-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-w3all-phpbb-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/reviews/)

 * 47 replies
 * 2 participants
 * Last reply from: [io2big](https://wordpress.org/support/users/io2big/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/embedded-refresh/page/4/#post-11546081)
 * Status: not resolved