• I have created a hack(wp-wap.php & wp-wap-comments.php) that allow users to browse your blog over a mobile phone or any devices that have a wap browser.
    No configuration is required. Just unzip the file and upload it to your WordPress folder.
    For the demo to work, use a wap browser.
    wp-wap.php ( Demo | Download)

Viewing 15 replies - 31 through 45 (of 53 total)
  • With a french telecom provider (orange), it works for the first part (the titles of the blog are well displayed), but then when I try to view a post, it says :
    “Page momentanément indisponible – Veuillez entrer une nouvelle adresse url (12)”
    (Page is temporary unavailable – Please type in a new url”.
    It seems to work just fine when I try the url on the online emulator. :'(

    Thread Starter Lester Chan

    (@gamerz)

    care to give the wap url?

    The wap url is : https://blog.matoo.net/wp-wap.php
    I tried it on https://dinki.mine.nu/coexist/, and it works fine for the titles and the posts, comments etc.
    On my wap gprs Orange mobile, I only can get the titles !
    Thanks ! ??

    Is anybody still working on this?

    All I can say is this is awesome, I have been looking for a simple out of the box working blog and this is it. I can now also view it on my Nokia 6600 and it has a cool factor of 20!!!
    Thanks again

    Thread Starter Lester Chan

    (@gamerz)

    Matoo: Maybe think is the content in ur blog? If you try the WAP emulator does it works?
    Intrepide1: Nope not working on it at the moment.
    Anonymous: NP.

    GamerZ> Yes it does works well on the emulator. I checked with friends from different networks, but they have the same kind of errors.
    I do think it is due to the very poor french wap plattforms in use here !
    Thank you for your time and answer ! ??

    For it to work on all phones, someone has to edit it, and pass the posts through the make_wml_compat() function I added.
    I haven’t got the time myself… (in the middle of my exams)

    Can someone else post a fresh link to a zip file of wpwap_v2.zip? I’m trying to download it from Ana’s site and it appears to be corrupted. 7-zip and the WinXP-builtin can’t handle it.

    uh, i’m using a treo to view many blogs that are fully css and having no problems without a hack..am i missing something?

    same problem here. the download from ana seems corrupted and the other will display my titles okay but when I click onto it it errors out (same error as others have reported) and when I go wapalize it on the websites it works just fine. Trying to go there with a Sony Ericsson T610.

    I had no problem setting this up. Also, I added the following code to the top of my index.php to detect and redirect WAP browsers to the WML page.
    // Redirect WAP browsers to WML page
    if(preg_match("/vnd.wap.wml/",$_SERVER['http_accept'])){ header("Location: https://wap.mysite.com/"); exit; }

    Note that this should go before the inclusion of wp-blog-header.php so as to avoid any possible problems with sending headers. Also, make sure there are no blank spaces between the top of your index.php and the opening <?php. the < should be the first character of the file.

    Ah, hasty posting. I forgot to make this change:

    // Redirect WAP browsers to WML page
    if(preg_match("/vnd.wap.wml/",$_SERVER['http_accept'])) {
    header("Location: https://www.mysite.com/wp-wap.php");
    exit;
    }

    Sorry for the confusion.

    I’m attempting to use wp-wap on an LG LX5450 (service from Alltel). I can get a listing of articles, but when I select any of them I get “The Requested Page cannot be displayed”. I don’t have any funky characters in the items – some of them are even empty and I still get the same message. I tried editing index.php and removing the commenting routine and all the items in the other column (categories, calendar, etc), so all I have when I visit via a regular browser is the item list, and when an item is clicked only that item (title, “posted by” info, and item text) are displayed. But I’m still getting the same message in my phone’s browser.

    Do any of you have a link of WAP and cell phone user_agents?

    I want to use user_agent to call for the wap.php.

    Thanks!

Viewing 15 replies - 31 through 45 (of 53 total)
  • The topic ‘WordPress Wap’ is closed to new replies.