Post to WordPress Blogs from Nokia Lifeblog
Update 10 March 2009: People wanting to use Share Online 3.x should read Posting to WordPress Blogs From Share Online 3.0 instead.
I’ve been trying to figure out if something existed that would allow posting from Nokia Lifeblog. I found code a couple of places, but it didn’t seem to work. Furthermore, the sites that had them were written in German, so there wasn’t a whole lot of documentation on it other than the sparse code comments.
Debugging what was going on was difficult. I use a shared hosting environment at 1&1 for my blog, which meant I didn’t have much access to logs or a sniffer at that end. Obviously when posting from the mobile phone, there isn’t a whole lot of debugging either. I used a Nokia N93 with WiFi, which was accessing the net via a Linksys WRT54GS that I had loaded DD-WRT firmware on. This means I had shell access to my WiFi router and could run tcpdump to troubleshoot what was going on at the network layer.
I started doing the usual sorts of things one does when debugging code: I added a whole mess of “verbose debugging” statements which spewed copious amounts of data to the debug logs. Somewhere along the way, Nokia changed how LifeBlog passed the authentication credentials, so I had to make a change to the code slightly. Probably breaks backward compatibility of course.
After I corrected all the various references to items in the WordPress database that didn’t exist in 2.0.5 and accounted for other various issues, I discovered something peculiar: a function inside of WordPress was crashing for no good reason. Specifically, it was wp_create_thumbnail. Instead of trying to debug that function, which I think was also the reason I was having troubles with the Postie plugin a few days ago, I ended up hacking in ImageMagick support. Specifically, all it uses is the “convert” binary to do what wp_create_thumbnail does.
Anyway, the code was a little messy before I got it and I’m sure my mucking about in the code made it just a little worse. But the code works on my current setup (Nokia N95 with Lifeblog application). Maybe it will work for you. Maybe it won’t. Try it and post your feedback/questions/etc in the comments.
Known To Work With:
- WordPress 2.0.5 and later
- Lifeblog from a Nokia N73, Nokia N93, and Nokia N80 Internet Edition
- Lifeblog from a Nokia N95 that has been upgraded to Share Online 3.0
- Share Online 2.0 and earlier (except on N95 with 20.x firmware and possibly others)
Known Not To Work With:
- WordPress 2.0.4 (and probably earlier versions)
- LifeBlog PC Application–since I have a Mac, unless someone else wants to hack in the support, it’s not going to be supported.
- Newer Nokia phones (N95 with 20.x firmware, N81 8GB, N95 8GB) that has NOT been upgraded to Share Online 3.0–they apparently do something different with the Lifeblog protocol, which I haven’t been able to suss out yet.
- Nokia Share Online 3.0 as there is no way to configure a third-party service in the application. (Update: Fixed in the latest release)
Installation Instructions (also available in Dutch)
- Download Lifeblog PHP for WordPress 2.0.5-2.2 Blogs or Lifeblog PHP for WordPress 2.3+
- Copy file to the root of your WordPress installation. Should be at the same level as wp-blog-header.php.
- Rename the file to lifeblog.php, make executable if needed.
- If the root directory of your WordPress installation is not writable, then you will need to create a file called atomdata.txt that is writable by the web server process. In many cases this means the file needs to be made world-writable.
- Ensure that wp-content/uploads directory is writable by the web server process. In many cases this means the directory needs to be made world-writable.
- Edit lifeblog.php. See the comments at the top of lifeblog.php.txt on what will need to be edited.
- Configure your Nokia device to use this new Lifeblog service. The important settings are:
- Username: admin (or whatever username you use to post)
- Password: (whatever password you specify in lifeblog.php–not your normal WordPress password)
- Server Address: http://www.examplewordpressblog.com/lifeblog.php
After that, you should be able to use Lifeblog on your Nokia handset to post to your WordPress blog.
Known Issues
- Video uploading doesn’t work in the WordPress 2.0.5 version. It won’t unless someone wants to hack it in.
- Video uploading in the 2.3 version might not work for MP4 files as I was getting 500 server errors on my webhost. Please try and report.
Troubleshooting Instructions:
- Uncomment out any of the lines that have “logme” in them.
- Attempt to post
- Send me the following information via email (address listed to the right):
- atomdata.txt file
- Phone you are using to post with firmware version (Dial *#0000#)
- Version of Lifeblog software on the phone, if possible to obtain:
- On N80i: Tools > App. Mgr. > Lifeblog, then Select > View Details
- On N93 and N73, I don’t see a clear way to get that information since it is an included app.
Tags: Lifeblog, nokia, share online Fnord
Pingback by 桃ばいら
Pingback by Блогът на Жоро Кодинов
Pingback by 饺子点儿西恩
Pingback by 60things.com ~ the Series 60 experience
Pingback by The Smart PDA - Main page - Smartphones and PDA - new, shiny and smart - smartphone, smartphones, pda, xpda, windows mobile, palm, blackberry, RIM, treo, nokia, motorola, sony-ericsson
Pingback by they.com - For external use only
Pingback by Ipros
Pingback by Newsfilter
Pingback by The PhoneBoy Blog
Pingback by InGeekLog
Pingback by StuAnderson
Comment by AndrewVos
Hrmm. Have you tried from the lifeblog PC application itself? I hear the xml data transferred is different.
to use. Is it worth me doing a wordpress installation to find out? FTP is so slow and painful
I have to use the PC app because I don’t have a miniSD, and I’ve only got -40mb
Comment by basv
hi there,
tried to get it to work but unfortunly it didn.t work.
here are the lines from atomdata.txt;
2006-12-20T03:07:18Z: method: GET
2006-12-20T03:07:18Z: rawpostdata:
2006-12-20T03:07:18Z: action: list
2006-12-20T03:07:18Z: =========================
2006-12-20T03:07:46Z: method: GET
2006-12-20T03:07:46Z: rawpostdata:
2006-12-20T03:07:46Z: action: list
2006-12-20T03:07:46Z: =========================
when i browse to http://2b.sytes.net/wordpress/lifeblog.php i get this error;
2b’s weblog
Warning: Cannot modify header information – headers already sent by (output started at F:\wamp\www\wordpress\wp-includes\template-functions-general.php:70) in F:\wamp\www\wordpress\lifeblog.php on line 104
Warning: Cannot modify header information – headers already sent by (output started at F:\wamp\www\wordpress\wp-includes\template-functions-general.php:70) in F:\wamp\www\wordpress\lifeblog.php on line 105
Unauthorised!
phone:n70
software version lifeblog 2.025
lifeblog.php installed in root of wordpress.
hope you can figure it out to get it to work if you need more info or date please contact me
Comment by PhoneBoy
I have never used the LifeBlog PC application because I mostly use MacOS. Try it out and report back.
Comment by PhoneBoy
The script won’t work with direct access from a normal web browser. Not sure what’s going on with your specific phone. Just for reference, have you gotten your phone to post with something like Vox? Go get an account on Vox and see if it works there. In theory, if it works there, it should work with this script. Wish I had an N70 to try it with.
Comment by basv
hi phoneboy, i tried what you said and see the result :http://basv.vox.com/ it seems like it’s working on vox. My wordpress i running on a localserver are there some special requirements for the server to make this script work that you know off. like php_upload or something.
Comment by PhoneBoy
As far as I know, there are no “special” requirements for running this script. It works on my 1&1 Webhost. It also worked for a friend of mine who has a different hosting arrangement.
What might be helpful for me is if you can create an account on your blog for me so I can test it from my phone. This way, I can also see the datastream coming back to the phone and might be able to provide suggestions on how to fix it. Obviously, don’t post them in the comments, just send me an email.
Pingback by The PhoneBoy Blog » Random Snippets
[...] Ken Camp got the lifeblog.php script I found and hacked on working on his WordPress installations. At least one satisfied customer… [...]
Pingback by New Domain » Blog Archive » Mobile Phones and Internet
[...] In other news, someone has hacked his way Nokia Lifeblog to enable for WordPress. Since I haven’t exactly found any mobile blogging application to my tastes, I guess I will try this out for a while. [...]
Comment by Lawliet
Hey, when I try to post from the mobile client or from the PC client, I get the error: “I do not recognise the XML”. Any word on that?
Comment by bosstjan
Hello Phoneboy,
I just uploaded lifeblog.php, edit it and tried to send one post. It recognises me in my Nokia N73 (Boštjanov blog – check zrimsek.si/blog), but there is error on posting. Both: from GSM and from PC.
I can’t find any atomdata.txt file in none directory in my webpage…
Comment by Rickes
This is what I was looking for. Thank you very very much. It works great on mine Nokia N73 (Firmware: 3.0638.0.0.1) and WordPress 2.05
Comment by bosstjan
Again…
here is latest text from atomddata.txt.
What can I do? (I suddenly solve read/write attributes. I don’t know how…).
2007-01-05T09:58:23Z: method: GET
2007-01-05T09:58:23Z: rawpostdata:
2007-01-05T09:58:23Z: action: list
2007-01-05T09:58:23Z: =========================
2007-01-05T09:58:24Z: method: POST
2007-01-05T09:58:24Z: rawpostdata:
1048609.txt12:13 22. december 2006 Knap Matjaz1017091579 mozakarja zanima dostop wifi na blokah.Nokia Lifeblog posting component 1.0.0.10TextSMS
2007-01-05T09:58:24Z: action: post
2007-01-05T09:58:24Z: postaction
2007-01-05T09:58:24Z: error: I do not recognize the xml
Regards, Bostjan
Comment by PhoneBoy
Try uncommenting the lines:
//logme(“rawpostdata: ” . $HTTP_RAW_POST_DATA);
//foreach ($_POST as $key=>$value) { logme(“$key: $value”); }
My guess is the regular expression to pull out the data we care about failed somehow. Need to see the raw post data to troubleshoot that.
Comment by Olivier Ruffin
Hi
Maybe you already know it, but Nokia did post the full spec of the lifeblog protocol, so it’s maybe easier to work with this doc than by using tcpdump
It’s available at http://tinyurl.com/2rvw77
(found through the nokia lifeblog page: http://r2.nokia.com/nokia/0,,71754,00.html
Anyway i was looking for this kind of script since i own a N93… I’m gonna test this asap
Thx
Comment by Michel
Nice1 M8 this works nicely! Using a N73. 2 Minute’s and it worked! Thnx
Comment by Qyiet
Most appreciative. I have this up and going on two wordpress blogs withough a hitch using a Nokia N91.
Comment by Michel
Ok posted that it worked but it doesn’t any more. I made 1 post and now it wont post again is is saved in wordpress as a not published post (witch is empty) so dont know what is wrong hope you can fix it!
Pingback by It’s Not You, It’s Me » LifeBlog works!
[...] can now upload directly from ym Nokia N73 to the blog, without needing extra software. Thanks to Phoneboy for the instructions. All I need now is my 3G SIM card (that’s UMTS for the non-buzzwordy) and [...]
Comment by Senpai
I’ve just tried (with no success) your lifeblog.php, my setup:
- wp 2.0.7
- Lifeblog v2.0.25 on N70 (fw v5.0638.3.0.1)
- all correct permission (file owned by the apache user, write permission on wp-content/upload)
When I try to post a simple note I get (on my mobile) “Operation forbidden by server” and almost nothing in the atomdata.txt:
2007-02-21T01:55:20Z: method: GET
2007-02-21T01:55:20Z: rawpostdata:
2007-02-21T01:55:20Z: action: list
2007-02-21T01:55:20Z: =========================
- no good entries in apache logs
any hints?
Pingback by OlavHelland.com » Test av posting fra mobilen
[...] jammen ut som det fungerer ganske bra Edit: Med Nokia Lifeblog på mobilen, og dette scriptet på WordPress-installasjonen så var dette [...]
Comment by Cosimo
Hi, I’am an italian student who is developing a J2ME software to posting in WordPress. I’ve a problem:
when I post in lifeblog, the server returns this message:
“I do not recognize the xml”
In atomdata.txt I’ve this:
2007-02-28T11:41:21Z: rawpostdata:
I use Xampp and the variable of php ALWAYS_POPULATE_RAW_POST_DATA is set to ON.
Note: I’m using the posting protocol specified in lifeblog_posting_specification_1.0.pdf
I hope for a reply as soon as possible.
CIAO FROM SALENTO
Pingback by Nick’s Blog » Blog Archive » Offices of the European Society of Cardiologists in France
[...] posted this blog via Nokia LifeBlog directly using the script provided by PhoneBoy. It’s a PHP script that posts directly into WordPress. Works great and only takes a couple of [...]
Comment by Kelbethor
I’ve made a few modifications to access lifeblog.php from pc app. As far as I know lifeblog request at first the bloglist, well it’s the same that mobile phones but the post the elements one by one and the syntax of the post is a little diferent. I’ve parsed it but the problem remains when sending the answer from the server. I cannot know what is lifeblog expecting… I don’t know what to do. Sorry for my english (I’m actually spanish)
Pingback by Mundane Technologies » The challenge
[...] PhoneBoy [...]
Comment by Trevor
Thanks, this worked great. I had to sort out the permissions of various folders but it works perfectly for uploading text and jpg’s. BUT not for video. Is there a plugin or something I need for WordPress to accept video uploads? Has anyone also had this quirk with video and got any knowledge to share? Im using the latest version of WordPress (WP v 2.1.2)
Comment by PhoneBoy
The script currently does not handle video. I haven’t figured out how to hack it in. It’s not a high priority for me, but if someone else wants to hack it in, more power to you!
Comment by Tony Almeida
PhoneBoy, U the man, can I use WordPress’s wp_users table, filed user_login and user_pass, to substitute the following:
$passwordlist['username'] = ‘password’;
So that all my member enjoy your great hack.
Comment by Tony almeida
Finally added a plain text password field in wp database to solve the problem, kind of danger but just do the job.
Pingback by Gardener.se » Mer om moblogging
[...] min telefon Sony Ericsson W810i, men jag har inte letat så hårt heller. Det finns tydligen för LifeBlog till Nokia-telefoner, och Sony Ericssons K800 har inbyggt stöd för Google Blogger. Den senare vägrade dock låta mig [...]
Pingback by vanafdebank.com » Blog Archive » Tijd voor iets nieuws…
[...] manier gaan (mob)loggen. Alleen…. dan heb je wel een Typepad account nodig, of je gebruikt een toevoeging bij WordPress. Dus bij deze feestelijk geopend: mijn zoveelste nieuwe weblog! You can skip to the [...]
Pingback by Nick’s Blog » Blog Archive » How to: Posting video to WordPress from Nokia LifeBlog
[...] Download PhoneBoy’s LifeBlog PHP for WordPress 2.0.5 Blogs [...]
Comment by trondage
Works with Nokia N95! Thanks!!!
Comment by ronny
Hi Justg a quick post to sya thx alot, this works great, but i get an error when i post, saying posting failed from my nokia n95, even though the item posted fine, any ideas ?
Comment by Eddi
That’s all right with my Nokia N95. Followed your istruction: atomdata.txt and wp-contents/upload/ writable to the web user!
Thank you
Comment by Konda
I have tried this on my N95 with WP 2.2 but it doesn’t seem to work. I keep getting the error on my phone that the username and password are not correct. I have tried with different users/passwords, but it just won’t work.
Comment by Konda
Okay, I have tried it with WP 2.0.5 and it works great. They probably made some changes in 2.2 that caused it to not work in that version.
Comment by Verona69
Hi! I installed on my wordpress 2.2 and first time first post worked like champ …
next time I tried and ever since stoped working ..
Really oddest thing Ive seen …
Comment by Kevin
OK installed and seems to load and work…ish!
it fails saying that the following
2007-06-12T08:19:59Z: method: GET
2007-06-12T08:19:59Z: rawpostdata:
2007-06-12T08:19:59Z: login error: user unauthorised
2007-06-12T08:22:29Z: method: GET
2007-06-12T08:22:29Z: rawpostdata:
2007-06-12T08:22:29Z: login error: user unauthorised
2007-06-12T08:23:04Z: method: GET
2007-06-12T08:23:04Z: rawpostdata:
2007-06-12T08:23:04Z: login error: user unauthorised
2007-06-12T08:25:43Z: method: GET
2007-06-12T08:25:43Z: rawpostdata:
2007-06-12T08:25:43Z: login error: user unauthorised
2007-06-12T08:27:24Z: method: GET
2007-06-12T08:27:24Z: rawpostdata:
2007-06-12T08:27:24Z: login error: user unauthorised
2007-06-12T08:27:46Z: method: GET
2007-06-12T08:27:46Z: rawpostdata:
2007-06-12T08:27:46Z: login error: user unauthorised
2007-06-12T08:28:28Z: method: GET
2007-06-12T08:28:28Z: rawpostdata:
2007-06-12T08:28:28Z: login error: user unauthorised
2007-06-12T08:28:38Z: method: GET
2007-06-12T08:28:38Z: rawpostdata:
2007-06-12T08:28:38Z: login error: user unauthorised
2007-06-12T08:29:16Z: method: GET
2007-06-12T08:29:16Z: rawpostdata:
2007-06-12T08:29:16Z: login error: user unauthorised
what format does the user and pass need to be entered? (password subsituted)
$passwordlist['admin'] = ’123456′;
cannot login to the page either via firefox
connecting otherwise with N95
am i missing something?
Comment by Chris
Great, thanks very much. Works well with WordPress 2.2 and my Nokia N95
Comment by Dave
Hi.
Thanks for this. I have it working on a Nokia N73 with WordPress 2.2 now thanks to you
- check the site and you’ll see a deluge of posts from my phone
Comment by Tom
Thnx, it’s working perfectly with WP2.1.3 and N95
Pingback by WordPress › Extend › Ideas — Nokia Lifeblog partnering ...
Pingback by magnum blog » Blog Archive » links for 2007-07-26
[...] Post to WordPress Blogs from Nokia Lifeblog come postare da lifeblog (nokia) a blog wordpress… (tags: wordpress lifeblog nokia blogging s60 n95 phones) [...]
Pingback by All About Symbian Review: Lifeblog
Trackback by Horace Lee
如何使用Nokia Lifeblog[写e生活]在Wordpress上发表文章…
因为要封闭式培训的缘故,没有网络,所以不能光明正大的上网,还好有我的Nokia N70啊……
使用手机设备发布WordPress的文章,现在我找到了三种方法:
使用Wordpress自带的Blog by Email功能,这…..
Pingback by N95 mini review
[...] Post to WordPress using LifeBlog [...]
Comment by FrankX
I just tried this with my new Nokia N95.
It worked like a treat with text and pics (even highest res ones!)
BUT I had problems uploading videos. I was thinking it was down to the max upload size in php.ini but think its just not set up to handle vids?!?
You got my thumbs up though! Nice one!
Btw – I am using WordPress 2.2, was hoping to use the wordTube plugin to show the vids(?)…
Pingback by FrankX’s Weblog » Blog Archive
[...] Track back to his site is… http://www.phoneboy.com/node/1169/trackback [...]
Trackback by FrankX's Weblog
Lifeblog Posts…
I’ve just come across a cool bit of code by phoneboy that lets me use Lifeblog on my N95 to create posts here!
Track back to his site is…
http://www.phoneboy.com/node/1169/trackback
I have managed to post texts and pics up to now. Obviously…
Pingback by 何镇飚的私人博客 He Zhenbiao’s Blog » 如何使用Nokia Lifeblog[写e生活]在Wordpress上发表文章(转)
[...] Note:此下文章参考《Post to WordPress Blogs from Nokia Lifeblog》 ,版权属于原作者。 [...]
Pingback by Discover From Your Favorite Topic or Web Page: gsmloc.org/
Comment by lola
Take a look on some great bathroom designs idea.
Comment by asf
http://blog.jodies.de/archiv/2004/11/13/recent-comments/#comment-340367
Pingback by no sq - Almost Ideal Redesign
Comment by maleetha
check out this link Mobile Accessories
Comment by Martin
I had a headers problem with the template. Editing wp-includes/general-template.php can be solved:
if ($_SERVER['SCRIPT_NAME']!=’/lifeblog.php’) echo $info;
(Adapt it to your server configuration)
Comment by Martin
Lifeblog in my nokia fails and always tries to connect through another Wireless rather than the one I’m already connected (dumb lifeblog ?)
firmware version: V.11.0.009 (N93i)
Comment by Matt Gibson
Works great on my site, wordpress 2.2.2. Awesome. Thanks.
Working with N80 (Hacked to N80IE)
Comment by Frankenstein
One single question … Which is better? The top rated uk Casinos or sleeping? Thanks
Pingback by Några kommentarer om att blogga med mobilen » Gardener.se
Comment by asf
Nice Site!
Comment by Kristian Moon
Excellent…
But does anyone know how to mod the script to make it accept video as well?
Comment by Matt
Hi PhoneBoy,
I’m using an N95 with firmware version 11.0.026, & am using WordPress 2.3
I’ve followed the instructions, & can get Lifeblog on my phone to initially log in, but when I try to post something Lifeblog gives an error like “Denied by server” or something (can’t remember it exactly).
Any ideas?
Cheers,
Matt
Pingback by Scott Janousek » Blog Archive » Test from Nokia N95 Lifeblog 2 WordPress
Pingback by Relations › links for 2007-10-09
[...] Post to WordPress Blogs from Nokia Lifeblog I’ve been trying to figure out if something existed that would allow posting from Nokia Lifeblog. I found code a couple of places, but it didn’t seem to work. (tags: software opensource wordpress lifeblog) [...]
Pingback by My web diary - Postare su WordPress usando Lifeblog della Nokia
[...] questa pagina sono descritte per filo e per segno le operazioni da compiere per poter utilizzare il [...]
Pingback by Using Nokia Lifeblog for WordPress Blogs | Technology Blog by Colbert Low
[...] With my new Nokia N95, I can now post to my WordPress Blogs via the default Nokia Lifeblog. There’s some tweaks to be done on the WordPress blog via ftp but it should be simple. I’m trying it now. See the steps below. Via [...]
Comment by colbert
I am using WordPress 2.2.3 and I get this error when I post via Nokia Lifeblog. Can you help me ? Here is the atomdata info:
2007-10-14T06:34:42Z: method: GET
2007-10-14T06:34:42Z: rawpostdata:
2007-10-14T06:34:42Z: action: list
2007-10-14T06:34:42Z: =========================
2007-10-14T06:36:42Z: method: POST
2007-10-14T06:36:42Z: rawpostdata:
2007-10-14T06:36:42Z: action: post
2007-10-14T06:36:42Z: postaction
2007-10-14T06:36:42Z: error: I do not recognize the xml
2007-10-14T06:38:00Z: method: POST
2007-10-14T06:38:00Z: rawpostdata:
2007-10-14T06:38:00Z: action: post
2007-10-14T06:38:00Z: postaction
2007-10-14T06:38:00Z: error: I do not recognize the xml
2007-10-14T06:40:03Z: method: GET
2007-10-14T06:40:03Z: rawpostdata:
2007-10-14T06:40:03Z: action: list
2007-10-14T06:40:03Z: =========================
2007-10-14T06:40:17Z: method: POST
2007-10-14T06:40:17Z: rawpostdata:
2007-10-14T06:40:17Z: action: post
2007-10-14T06:40:17Z: postaction
2007-10-14T06:40:17Z: error: I do not recognize the xml
Pingback by Update to Nokia Lifeblog/WordPress Tool
[...] blog from Nokia’s Lifeblog/Online Share application. I hacked it to make it work and made it available for all to see and use. The biggest request I had with it: add support for posting [...]
Pingback by Weblog Tools Collection » Blog Archive » Post to WordPress from Nokia Lifeblog
[...] fixes and everything about blogging, especially with WordPress. Go ahead, subscribe to our feed!Post to WordPress from Nokia Lifeblog: Phoneboy has updated his script to post to WordPress 2.3+ Blogs from Nokia Lifeblog and it now [...]
Pingback by BlogBroker » Post to WordPress from Nokia Lifeblog
[...] Post to WordPress from Nokia Lifeblog: Phoneboy has updated his script to post to WordPress 2.3+ Blogs from Nokia Lifeblog and it now “theoretically supports posting videos” from your Nokia Lifeblog to a WordPress blog. This is a pretty cool idea and I wish there was something similar for Sprint phones. Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. [...]
Pingback by Bloggen von Nokia Lifeblog nach Wordpress at marcO’s_br4inh4ck
[...] Post to WordPress Blogs from Nokia Lifeblog Related PostsWP-Lytebox-Mod WordPress Plugin v1.1-modWP-Lytebox-Mod WordPress Plugin Share [...]
Pingback by links for 2007-10-16 | Ge Xiaofei
[...] Post to WordPress Blogs from Nokia Lifeblog 通过Nokia的lifeblog程序发表wordpress博客文章 (tags: wordpress blog) [...]
Comment by marco
Great stuff. One featurerequest: what about using emedded posting of 3gp videos instead of download link?
–rgds marcO
Pingback by Newsfilter » Δημοσιεύστε άρθρα στο wordpress κατευθείαν από το Nokia κινητό σας
[...] Το άρθρο περιέχει αρκετές τεχνικές λεπτομέρειες για το πως ακριβώς κατάφερε ο PhoneBoy να διορθώσει έναν έτοιμο κώδικα που βρήκε ώστε να κάνει το κινητό να επικοινωνεί με το wordpress, ωστόσο δεν είναι ανάγκη να σας προβληματίζει αυτό! [...]
Trackback by The Gadgets Weblog
Use Nokia Lifeblog or Online Share To Post To WordPress Blogs…
In addition to writing blog posts, I can occasionally write code. Or at least hack on someone else's. I think this particular hacked code might be of interest to some of the readers here. Nokia Lifeblog and Nokia Online Share……
Pingback by My Tweets from 2007-10-16
[...] How to post from Lifeblog to WordPress: http://www.phoneboy.com/node/1169 Come on Nokia, get the fi.. http://tinyurl.com/2pf6t4 [...]
Pingback by Postare su Wordpress da Nokia Lifeblog | Tecnopensieri
[...] caro amico Phoneboy ha postato tempo fa un interessante procedura per inserire dei post sul proprio blog di WordPress tramite l’applicazione Nokia Lifeblog. [...]
Pingback by WordPress Wednesday News: WordCamps in Israel and Melbourne, Tag Troubles, Cell Blogging, WP-Cache and Comment troubles, and More : The Blog Herald
[...] to WordPress from Nokia Lifeblog: Weblog Tools Collections uncovers script instructions from Phoneboy to post to your WordPress from Nokia Lifeblog, including [...]
Pingback by Blogspace of Eric Brodeur » Blog from Nokia’s Lifeblog to WordPress 2.3
[...] developed a solution for WordPress versions 2.05 through 2.2 and today his hack supports 2.3. So grab a copy of his PHP code and go [...]
Pingback by MEU BLOG, PORRA! » Blog Archive » TWITTADO HOJE - 2007-10-17
[...] é facil, só seguir as instrucoes!! tenta ae: http://www.phoneboy.com/node/1169 [...]
Pingback by Hamo’s World » Blog Archive » 让Nokia手机的lifeblog支持WordPress
[...] 这一功能非常方便快捷,像sina博客等都提供了发布接口。但是lifeblog不支持XMLRPC协议,所以对于WordPress无能为力。今天从WordPress的新闻里看到这个“Post to WordPress Blogs from Nokia Lifeblog”,顿觉激动。 [...]
Comment by hamo
very good.
N73 + WordPress 2.3 works.
Pingback by Post to WordPress Blogs from Nokia Lifeblog
[...] Post to WordPress Blogs from Nokia Lifeblog [...]
Comment by Lu Monte
It worked beautifully with Nokia N70 and WordPress 2.2.1. Thanks for this great script!
Comment by Lu Monte
Oh, sorry, but I remembered something: is it possible to block metadata, such as “qui 18/10/2007 10:36 Yada Yada (Note):”, which appears by default in each post? I tried to figure it out looking at lifeblog.php, but I don’t understand anything about codes (I figured out how to eliminate the “blockquote” tag, though.
)
So, can I delete some line and eliminate metadata without messing up the code?
(Sorry for eventual mistakes, english is not my primary language…)
Comment by Desktop Charger
Thank you so much for this awesome script it works great with N70.
Pingback by J’s blog » Blog Archive » Blog catchup, yet again
[...] Post to WordPress Blogs from Nokia Lifeblog [...]
Pingback by Nokia N93 Cameraphone and WordPress
[...] a special PHP script on this web server to make it work with WordPress. The script came from PhoneBoy. Here we [...]
Comment by Bruce
Confirmed working via N95-3, posting to WordPress 2.3.1.
Pingback by Integrare Lifeblog con Wordpress per postare dal tuo Nokia | Davide Salerno
[...] indistruttibile Nokia 6600 Lifeblog non si può installare) quindi posso solo dirvi che a detta di chi ha creato questo sistema di integrazione il tutto dovrebbe fungere di sicuro [...]
Pingback by μο. : Lifeblog post from N95
[...] I suggest you install the lifeblog script if you are interested in posting stuff from your nokia mobile. You can get it here. [...]
Pingback by My Nokia Lifeblog » Blog Archive » About this site
[...] trying out the Nokia Lifeblog application using this cool script to make it work with WordPress. We’ll see what [...]
Pingback by Lifeblog
Pingback by 쮵˽˲ He Zhenbiao’s Blog » 2007 » August
Pingback by Foto’s en posten met nokia N95 | Baakman.NET N95 Blog
Comment by Winston
Hey, Gracias por la información, funciono sin ningun problema.
Probado con : Nokia N73, WordPress 2.2.2 y PHP version 4.4.7.
Pingback by blog.eppenga.com » Blog Archive » Nokia LifeBlog and Wordpress
[...] Below are the links, I will post some examples on my blog to show you that it works! * Website of the creator * Sourceforge: LifeBlog * A little bit more explanation from ‘PhoneBoy’ [...]
Pingback by ShoZu Direkte fra Mob til Blogg | Kjell Trygve Bjørheim
Comment by Ron
I have just located a native Symbian mobile blogging client that promise posting text, sound, images and videos to WordPress! The name of the application is Wavelog by http://www.telewaving.com
Comment by nokia n800 review
intresting, gonna try this script
Comment by Jaimon
Thank you for this great tutorial. It works great with my own wordpress blog. (2.3+)
Comment by Ville
Has anyone managed to get this to work with N76?
I get an error message saying that there are no blogs in account or something..
Pingback by Footbig支持Nokia的"写E生活(lifeblog)"就好了. - Mac.6.cn
Pingback by n95 and canada
[...] and bad resolution are the config from lifeblog .. i ve tried the software from “phoneboy” and it works perfect with wordpress and lifeblog (and no i do not use the other pay blog [...]
Comment by Pete Nawara
I’m also getting the “No blogs found for any acccount.” error with my n95. I can’t quite figure it out.. everything seems to be in order. Please let me know if anyone finds a solution. Thanks.
Pingback by My new old glasses and a test • Tiffany B. Brown
Pingback by Manage Your WordPress Blog From Any Phone
Pingback by UNEASYsilence Mobile Edition
Pingback by Online Share 3.0 Launches
[...] no longer possible to configure your own “Share” services (i.e. you can’t use my Post to WordPress blogs from Online Share hack). Configuration files for Online Share have to be “pushed” from a remote [...]
Pingback by What the rain knows » Blog Archive » Nokia Lifeblog: a great idea that doesn’t seem to have taken off
[...] ago and support, such as it is, seems to be being handled in the comments section of a blog post (Post to WordPress Blogs from Nokia Lifeblog). About half of the comments are from people saying that they’re not able to get it [...]
Pingback by 吼吼在这 » Blog Archive » 让WordPress支持Nokia手机的lifeblog(写e生活)
[...] 这一功能非常方便快捷,像sina博客等都提供了发布接口。但是lifeblog不支持XMLRPC协议,所以对于WordPress无能为力。今天从WordPress的新闻里看到这个“Post to WordPress Blogs from Nokia Lifeblog”,顿觉激动。 [...]
Pingback by PhoneBoy’s Week That Was 17 February 2008
[...] seems that upgrading to Online Share 3.0 made the Lifeblog application worth with my Post to WordPress Blogs from Nokia Lifeblog thingie, thanks to a tip from a reader. My one attempt did not properly scale the picture. Will [...]
Pingback by Lifeblog Working Once Again With WordPress
[...] with more recent versions of WordPress and Nokia devices. In short, the script allows you to use Lifeblog to post to WordPress blogs. Unfortunately, it seems many people–myself included– were having with the Nokia N95 [...]
Comment by AJvK
Well, it seems to work, I’ll have to try some more posts tomorrow. From my limited testing today I’ll post a few remarks:
- the plugin worked the first time ’round – even with Share Online at v2, but refused to post after that (Lifeblog kept hanging at “posting…” even though updating the bloglist seemed to work fine, and even after updating SO to v3)
- Numerous troubleshooting shots later I have the permissions for lifeblog.php now set to 777 (even though the first post succeeded with 755), and reverted $lifeblog_category to the default “yourcategory”
- For some reason all posts are set to category 13 on my blog
- I have no clue what actually resolved the inability to post, but, as I said, it seems to work now (that is, I succeeded at posting another item just now), so colour me happy!
Thanks!
Comment by Patrik Carlsén
Wonderful! Works like a charm with my Nokia N95
Pingback by Post to WordPress Blogs from Nokia Lifeblog at Joakim Andersson
[...] Post to WordPress Blogs from Nokia Lifeblog [...]
Pingback by Nokia Lifeblog | N82 van Nokia
[...] CMS is voor blogging. Het instellen was niet moeilijk. Even zoeken op Internet en ik had een goede handleiding gevonden. Met een paar tellen had ik het dan ook [...]
Pingback by DIGIらいふ ~スマートにいこう!~ - 端末からのWordPress投稿に便利そうなアプリが2本
Pingback by 让Nokia手机的lifeblog支持WordPress | Broken Arrow
[...] 这一功能非常方便快捷,像sina博客等都提供了发布接口。但是lifeblog不支持XMLRPC协议,所以对于WordPress无能为力。今天从WordPress的新闻里看到这个“Post to WordPress Blogs from Nokia Lifeblog”,顿觉激动。 [...]
Comment by Andy Corps
Hi, I had this working initially, but now no joy. I’ve tried various things and get different errors every time. I think mostly it seems to be down to Lifeblog on my N95, firmware is v20.0.015. Any other testers with this firmware?
Cheers, Andy.
Pingback by Blogs schreiben mit dem N95 - WordPress Deutschland Forum
Pingback by 吼吼在这 - 频道预览 - 抓虾
Pingback by μο. » Blog Archive » » testing blogging with lifeblog and on N95
[...] Here is another tutorial how to configure it: link [...]
Pingback by Mobile post | Christoph Bartneck, Ph.D.
Comment by Mario Medina
Hi! I can’t post with this version. My phone is an N95-1.
V20.0.015, 13-11-07 RM-159 Nokia N95 01.01
2008-04-08T05:12:55Z: method: POST
2008-04-08T05:12:55Z: action: post
2008-04-08T05:12:55Z: postaction
2008-04-08T05:12:55Z: error: I do not recognize the xml:
07/04/2008
2008-04-08T22:13:42Z
Plan
Nokia N95 (20.0.015) Series60/3.1 ISF/2.07.37
Array
(
[0] => 07/04/2008
2008-04-08T22:13:42Z
Plan
Nokia N95 (20.0.015) Series60/3.1 ISF/2.07.37
[title] => 07/04/2008
[1] => 07/04/2008
[created] => 2008-04-08T22:13:42Z
[2] => 2008-04-08T22:13:42Z
[contenttype] => application/xhtml+xml
[3] => application/xhtml+xml
[contentmode] => xml
[4] => xml
[content] => Plan
[5] => Plan
[links] =>
Nokia N95 (20.0.015) Series60/3.1 ISF/2.07.37
[6] =>
Nokia N95 (20.0.015) Series60/3.1 ISF/2.07.37
)
Pingback by Content Tagged N95 - SWiK
Comment by Pablo
Tested with Nokia N95 8gb, LifeBlog and WordPress 2.5 – works well.
Pingback by Pablo Poo » Nokia Tips: Utilizar LifeBlog Con WordPress
[...] el codigo php desde aqui y seguir las intrucciones (Installation Instructions) desde esa [...]
Pingback by Athena de Vento » Blog Archive » Como configurar o LifeBlog do Nokia N95 para postar no Wordpress
Pingback by b:Lo[n|g] » Blog Archive » Lek med Lifeblog på N95
Pingback by HowardForums: Your Mobile Phone Community & Resource - Sharing on the Rogers Nokia N95-4
Pingback by Rambler: 'Lifeblog 2.5' (: 13803)
Comment by The_banda
I Have N95, newest firmware and onlineshare 3.0 . When I try upload it says “Can’t find weblog” or something like that I am not 100% sure that message cos my phone is using finnish language. Then it ask Does I want configure accounts and try again. I think my settings are right, What is wrong?
Pingback by The Nokia Lifeblog-Wordpress Experience, Now Available to Macs
Comment by G0rg
Thx for this great stuff but i can’t get it to work.
I always receive a error issue on my N93i “can’t connect to database”
What do i need to put in there on the lifeblog application settings ??
Comment by Petri
Hello,
Great tool you created…I don’t really like lifeblog because of it’s many restrictions but it is the only symbian tool I know that allows you to sent videos without size restrictions.
1)
I tried the video with my N958GB on WP 2.3.2…not working, smth’s published ( when it is a very light…too light…video) but it does not recognize the file, as I can see in the code, it asks for a jpg file that does not exist..
It would be great if the video could be uploaded, do you think you could customize your php file for that ?
2)
I installed everything as you say and the photo upload works fine except for the categories : I don’t get to publish neither into an already created category nore a new one, only when I let the category field blank in the php file, it goes into my default category.
Does anyone know how to make that work ? the best would be to be able to choose the category directly from LB but of course this application is too poor for that…
Comment by Simone
I’m using it from my N95 and until yesterday from LifeBLog on my PC, but now I’ve installed Nokia Photos, and it does not work any more (XML not recognized).
What can I do ?
Pingback by ingeeklog - я.ру
Pingback by 02 July 2008 « Journey of Ali to Star
[...] But if you have your own site and use the wordpress engine theres a plugin you can use to combat this: http://www.phoneboy.com/1169/post-to-wordpress-blogs-from-nokia-lifeblog [...]
Pingback by Your page is now on StumbleUpon!
Pingback by Bloggear desde el N95 | Un Punto Naranja en la Red
[...] Las instrucciones (en inglés) aquí: http://www.phoneboy.com/1169/post-to-wordpress-blogs-from-nokia-lifeblog [...]
Pingback by interweb-tubes.com » Blog Archive » Lifeblog post
[...] first live post from the n95 lifeblog application to my wordpress blog. Used code provided on http://www.phoneboy.com/1169/post-to-wordpress-blogs-from-nokia-lifeblog uploaded via ftp to my blog root folder. setting it up was easy – just remember to make it [...]
Pingback by blog.ponitz.de » Blog Archiv » Wordpress und mobiles Bloggen (Moblog) mit dem Nokia N95
[...] zum einen der Lifeblog von Nokia. Es gibt im Web zahlreiche Anleitungen wie das funktioniert, z.B hier. Im Grunde ist es nur das Aufspielen einer .php Datei. Diese wird dann im Nokia Handy angegeben. [...]
Pingback by Test from Nokia N95 Lifeblog 2 WordPress | Scott Janousek
Pingback by はてなブックマーク - タグ X02NK
Pingback by Undr!
[...] Nu kan jeg igen blogge fra min mobil… Tak til N95 og ikke mindst dette plugin fra [...]
Pingback by download nokia lifeblog 2.1 per nokia n73 | VIRGILIO Ricerca | Web
Comment by Typolight
Thanks, you nice post that helped me alot.
Comment by Sebastian
I have added a picture resizing if you want to upload the complete size … take a look at
http://notes.sebastiangrass.com/2008/09/20/using-nokia-lifeblog-with-n95-8gb-and-wordpress-2-6 . This script is working with newest Nokia Lifeblog and WordPress 2.6. Thanks !!!
Pingback by Colin Mercer On The Inter-Web
[...] through Nokia Lifeblog direct from my N95 8GB. To make this work on WordPress you have to add a wonderful script which PhoneBoy wrote. I have recently upgraded my WordPress version to 2.6, and the script no longer worked [...]
Pingback by Using Nokia Lifeblog with N95 8Gb and Wordpress 2.6 : notes...
Comment by Lost
Im dont really understand the scripts and all and I only have a N95 8GB with share online 3.0 and a wordpress account. How do i get started? Please help.