MarsEdit Help | Contents | Q&A

Blogger

Note: Blogger has played an important role in the history of blog systems, which leads to a somewhat confusing double-meaning for the system’s name.

Blogger is primarily a blog service, operated by Google, but some systems describe their blog software as "Blogger-compatible." This terminology is outdated refers to an older version of the Blogger system.

If your blog system is described as "Blogger-compatible", do not use these instructions. Select "Other Blogger-compatible" from the software popup, and enter the required configuration information from your blog system’s documentation.

How to get the API Endpoint URL

The API Endpoint URL for Blogger blogs is contained in the homepage HTML source code, tagged with the label "service.post". For example, the MarsEdit test blog on Blogspot contains the following line:

<link rel="service.post" type="application/atom+xml" title="MarsEdit on Blogger - Atom" href="https://www.blogger.com/feeds/2742621948488638421/posts/default" />

The API Endpoint URL is the URL contained in the "href" tag above. In this example: https://www.blogger.com/feeds/2742621948488638421/posts/default.

How to get the Blog ID

The Blog ID for New Blogger is the numeric portion of the API Endpoint URL. In this example, "2742621948488638421".