API and badges for your site

If you have a website and want to ease submitting your articles on UXMARKZ you can use one of our badges. They come in four sizes and are very easy to implement.

  • 48x48px Badge 48x48px
  • 32x32px Badge 32x32px
  • 24x24px Badge 24x24px
  • 16x16px Badge 16x16px

How to use API

The usage is simple. All you have to do is to place a link to our submit page and pass a title and url of your article. Below you can find examples for the most popular blog enignes.

Use it in Wordpress

<a href="http://UXMarkz.com/submit.aspx?
    url=<?php the_permalink() ?>&amp;
    title=<?php echo urlencode(the_title('','', false)) ?>">
    UXMARKZ
</a>

Use it in ExpressionEngine

<a href="http://UXMarkz.com/submit.aspx?
    url={url_title_path=articles}&amp;
    title={title}">
    UXMARKZ
</a>

Use it in BlogEngine.NET

<a href="http://UXMarkz.com/submit.aspx?
    url=<%=Server.UrlEncode(Post.AbsoluteLink.ToString()) %>&amp;
    title=<%=Server.UrlEncode(Post.Title) %>">
    UXMARKZ
</a>