PLease help me using php api google blogger insert post many parameter
berbagi madani <[email protected]>
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <[email protected]> |
There is code gogole php api blogger v3
$mypost = new Google_Service_Blogger_Post();
$mypost->setTitle( $title );
$mypost->setContent( '' );
$opt = array(
'fetchImages' =>
'https://i.ytimg.com/vi/VWc6MBFyABo/mqdefault.jpg',
"labels" => "3d-movie"
);
$data = $blogger->posts->insert( $blogId, $mypost );
i want to insert post to LABELS and insert image. please help guide to
coding.
Thank you
--
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/d/optout.