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
- Tested : OK
- Endpoint : http://www.example.com/dotclear/ecrire/xmlrpc.php
- Blog ID : no
Wordpress.com
- Tested : OK
- Endpoint : http://yourid.wordpress.com/xmlrpc.php
- Blog ID : no
Wordpress
- Tested : NO
- Endpoint : http://example.com/wordpress/xmlrpc.php
- Blog ID : no
Movable Type
- Tested : OK
- Endpoint : http://www.example.com/mt/mt-xmlrpc.cgi
- Blog ID : required
JRoller
- Tested : OK
- Endpoint : http://www.jroller.com/xmlrpc
- Blog ID : no
- Issues :
- no category
NucleusCMS
- Tested : OK
- Endpoint : http://www.example.com/nucleus/xmlrpc/server.php
- Blog ID : required
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
- Only minimal Blogger.com implementation supported for the moment
- Typepad / Movable Type support planned
XML-RPC
- metaWeblog.newPost
- mt.getCategoryList
- mt.setPostCategories
