By SirDarren on
I'm totally new to Drupal.
Are there any modules or anything that would support this?
Or any other ways I could post to my blog with my mobile/cell phone?
Thanks in advance!
Edited by: VeryMisunderstood; Reverted the revision so the original question could be seen. User removed all body text
Comments
The core blogapi module
The core blogapi module enables posting of blog entries with standard tools - basically any client that can post to Blogger or Wordpress can post to Drupal too. For email you can try blogmailr, which I found using a tool called Google you should be able to take advantage of (instead of wasting your time by waiting here for a response).
Leap On! Because there are skies above and below the sky
You're really awesome!
You're really awesome!
yes
The easiest thing to do is send sms and mms to a specific email address. Then check that email address with mailhandler module and you'll be mobile blogging.
phone providers add crap to the sms and mms, which you can filter out by using some custom mailsave cleanup code we developed at http://vozmob.net
Here it is: http://github.com/mfb/vozmob/tree/master/html/sites/all/modules/mailsave...