제목은 '모블로그 드디어 시작되다' 이다.
다운 받는 곳 : http://fsn.zog.co.kr/
테터툴즈에서만 사용되던 모블로그, Free Space Network 이젠 텍스트 큐브에도 사용할 수 있는 플러그인이다.
1번째 pixel
$entry->visibility = $open;
$entry->title = $subject;
$entry->content =$memo;
- index.php에서 추가된 부분 -
$entry->contentFormatter ="ttml";
$entry->contentEditor ="modern";
$entry->userid=$owner;
$entry->category=(empty($fsn['category'])||$fsn['category']==0)?null:$fsn['category'];$entry->contentFormatter ="ttml";
$entry->contentEditor ="modern";
$entry->userid=$owner;
if (!$entry->add()) exit($entry->error."add fail1");
$pid=$entry->id;
"Moblog" 카테고리의 다른 글
- 모블로그에 이미지첨부 2010/05/03
- 빵꾸난 내 양말 본드로 때우는 게 2007/10/08
- 모블로그 드디어 시작되다 2007/10/04
- 칼러메일링보냄 무슨메일 2008/05/04
- 모블로그 노트북 올리기 2008/05/04
- 모블로그에 이미지첨부 Posted ? 1970/01/01 09:00 2010/05/03
- 01시11분에 핸드폰으로 2번째 모블로깅 2007/10/04
- 모바일 블로깅과 올블로그 인증코드 2008/05/31
- 칼라메일 2008/06/01
Posted by BellB











