Ce document est aussi disponible en Francais


BlogSync documentation

Informations and ressources about the BlogSync feature on blogmarks.net

Blogger.com

  • Tested : OK
  • Endpoint : http://www.blogger.com/atom
  • Blog ID : required, this a numerical value eg: 13437346
  • Issues :
    • IMPORTANT : In case you have the "convert line breaks" option actived don't put line breaks in the template
    • only utf-8, no category

Dotclear

Wordpress.com

Wordpress

Movable Type

JRoller

NucleusCMS

Template tags

  • {start_loop}
  • {end_loop}
  • {mark_title}
  • {mark_url}
  • {mark_description}
  • {mark_screenshot_url}
  • {mark_via_url}
  • {mark_tags}
  • {user_url}
  • {blogmarks_button_url}

Template examples

This first one is compatible with Xfolk 0.4 microformat.

<p>Hello !</p>
<ul>
{start_loop}
 <li class="xfolkentry">
 <strong><a class="taggedlink" href="{mark_url}">{mark_title}</a></strong>
 <span class="extended">{mark_description}</span>
 (<span class="meta">tags: {mark_tags}</span>)
 </li>
{end_loop}
</ul>
<p>Cool uh ?</p>
<p style="text-align:right">
 <a href="{user_url}"><img src="{blogmarks_button}" alt="blogmarks.net" border="0" /></a>
</p>

APIs used

Atom

XML-RPC

  • metaWeblog.newPost
  • mt.getCategoryList
  • mt.setPostCategories

External Docs