如何使用CustomeXML或任何其他方式导入博客帖子?

如何使用CustomeXML或任何其他方式导入博客帖子?,xml,blogs,blogger,Xml,Blogs,Blogger,我试图导入50篇文章,但需要很长时间才能继续显示写文章的消息,但没有收到任何错误 我的步骤: 1.使用blogger设置选项将内容备份为xml。 2.添加与现有xml标记和格式相同的自定义帖子详细信息。 3.使用导入内容选项和上载xml文件而不使用发布选项 但它成功了一两次,但现在它也不适用于5个职位。 我遵守了博客限制,每天导入4篇文章,发布50篇文章 请指导,如果有任何选择上传博客帖子。 我不是从wordpress或任何其他博客迁移过来的帖子。这是需要在google terms内批量上传的自

我试图导入50篇文章,但需要很长时间才能继续显示写文章的消息,但没有收到任何错误

我的步骤: 1.使用blogger设置选项将内容备份为xml。 2.添加与现有xml标记和格式相同的自定义帖子详细信息。 3.使用导入内容选项和上载xml文件而不使用发布选项

但它成功了一两次,但现在它也不适用于5个职位。 我遵守了博客限制,每天导入4篇文章,发布50篇文章

请指导,如果有任何选择上传博客帖子。
我不是从wordpress或任何其他博客迁移过来的帖子。这是需要在google terms内批量上传的自定义帖子。

不幸的是,当您的xml出现错误时,blogger不会通知您。它不是在导入它。在我的例子中,导入200多个帖子需要30秒

我还看到,每当我导入帖子时,我从不选中立即发布复选框,因为无论xml是否有效,这基本上都需要更多的时间来导入

因此:

  • 有一个有效的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>
    

    不幸的是,当您的xml中有错误时,blogger不会通知您。它不是在导入它。在我的例子中,导入200多个帖子需要30秒

    我还看到,每当我导入帖子时,我从不选中立即发布复选框,因为无论xml是否有效,这基本上都需要更多的时间来导入

    因此:

  • 有一个有效的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>
    

    刚才我试图导入到我的博客中,这种格式对我来说很有效

    <?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>
    
    
    博客作者
    1.
    2019-11-28T01:18:00.005-08:00
    测试导入岗
    康腾后测
    

    别忘了刚才我试着把

    导入到我的blogger中,这种格式对我有用

    <?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>
    
    
    博客作者
    1.
    2019-11-28T01:18:00.005-08:00
    测试导入岗
    康腾后测
    
    别忘了放