Re: Zend_Gdata create entry - how to include "Search Description" field?
Peter Teoh <[email protected]>
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <CAHnt0GVJ0UYkU7EruEwL1y-8sg7V8VtVuk2radC5gE7Kp8nTow@mail.gmail.com> |
https://support.google.com/blogger/answer/2472666?hl=en http://bloggerseolinks.blogspot.sg/2013/07/enable-search-description-in-every-post.html http://makingamark.blogspot.sg/2012/05/how-to-create-search-description-for.html http://munnamark.blogspot.sg/2013/03/search-description.html On Mon, Jan 6, 2014 at 6:38 PM, George Garchagudashvili < [email protected]> wrote: > Hello all > > When I add post from directly blogger I can specify "Search Description" > field for my post, this is very important for my blog. > > > > But when I add post from Zend_Gdata I have not option to include that > field. > > > I use this code: > > function createPublishedPost($title='Hello, world!', $content='I am blogging on the internet.') >> { >> $uri = 'http://www.blogger.com/feeds/' . $blogID . '/posts/default'; >> $entry = $gdClient->newEntry(); >> $entry->title = $gdClient->newTitle($title); >> $entry->content = $gdClient->newContent($content); >> $entry->content->setType('text'); >> >> $createdPost = $gdClient->insertEntry($entry, $uri); >> $idText = split('-', $createdPost->id->text); >> $newPostID = $idText[2]; >> >> return $newPostID; >> } >> >> > > Any known issues or solutions? > > Thanks. Please help. > > -- > You received this message because you are subscribed to the Google Groups > "Blogger Developer Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/bloggerdev. > For more options, visit https://groups.google.com/groups/opt_out. > -- Regards, Peter Teoh -- You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/bloggerdev. For more options, visit https://groups.google.com/groups/opt_out.