我试图导入50个帖子,但是需要花费很长时间才能继续显示撰写邮件但没有收到任何错误。
我的步骤: 1.backup content as xml using blogger setting option。 2.添加自定义帖子详细信息与现有xml标签和格式相同。 3.使用导入内容选项并上传xml文件而不发布选项。
但是它成功了1到2次,但现在它也不适用于5个帖子。 我遵循博客限制,每天导入4封,发布50封。
请指导是否有任何选项可以在博客上传帖子。 我没有从wordpress或任何其他博客发布帖子。这是自定义帖子,需要在谷歌条款中批量上传。
答案 0 :(得分:0)
不幸的是,当xml中出现错误时,博客不会通知您。它没有导入。就我而言,导入200多个帖子需要30秒。
我所看到的是,每当我导入帖子时,我都不会选中立即发布复选框,因为这基本上会花费更多的时间来导入,而不管您的xml是否有效。
所以:
对我有用。
您使用的过程似乎正确。
我正在使用以下格式:
<?xml version="1.0" encoding="UTF-8"?><ns0:feed <xmlns:ns0="http://www.w3.org/2005/Atom">
<ns0:generator>Blogger</ns0:generator>
<ns0:entry>
<ns0:category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/blogger/2008/kind#post" />
<ns0:category scheme="http://www.blogger.com/atom/ns#" term="CATEGORY C" />
<ns0:category scheme="http://www.blogger.com/atom/ns#" term="CATEGORY D" />
<ns0:id>Sample Blog Post</ns0:id><ns0:content type="html">Blogger CONTENT 2</ns0:content>
<ns0:published>2019-10-30T03:22:00.001-07:00</ns0:published>
<ns0:title type="html">Sample Blog Post</ns0:title>
</ns0:entry>
</ns0:feed>
答案 1 :(得分:0)
现在我试图导入我的博客,这种格式对我有用。
<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns='http://www.w3.org/2005/Atom'>
<generator version='7.00' uri='https://www.blogger.com'>Blogger</generator>
<entry>
<id>1</id>
<published>2019-11-28T01:18:00.005-08:00</published>
<category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/blogger/2008/kind#post'/>
<category scheme='http://www.blogger.com/atom/ns#' term='LABELS'/>
<title type='text'>TEST IMPORT POST</title>
<content type='html'>KONTEN POST TEST</content>
</entry>
</feed>
不要忘记放置<published>
和<id>