Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Added

Documentation

Data / Dashboard / Reports / Mobile / Apps

Browse documentation for advanced users and developers. This portal contains detailed information about our source technologies. It allows developers to use our interfaces or upgrade our current technologies.

logo-support.png

stripes.png


See what's up

The customer is always the general point of our interest. We are constantly preparing new and better features of our services. You can find all the important news on our blog.

 

HTML
<div id="blog"><img src="http://support.belladati.com/download/attachments/4620293/ajax-loader.gif" /></div>

<script>

jQuery(function($){
    var stamp = new Date().getTime();
    jQuery.getJSON('http://www.belladati.com/blog:jsonFeed?count=10&stamp='+stamp+'&callback=?',function(){});
});

function blogPostCallback(data) {
 jQuery('#blog').empty();
 jQuery('#blog').addClass("blogComplete");
  jQuery.each(data, function(i, post){
var published = Date.parse(post.published);
          jQuery('#blog').append(
                '<div class="blogPost"><div class="blogPostTitle"><strong><a target="_blank" rel="external" href="'+post.url+'">'
                +post.title
                 +'</a></strong></div>'+
'<a target="_blank" rel="external" href="'+post.url+'"><img class="blogPostImage" src="'+post.image+'" /></a>'+
                  '<div>'+post.published.substr(0,10)+'</div>'+
                 '<div>'+post.short+'</div>'+

                   '</div>'
            );

});

}

</script>
<style>

.blogPost {
padding-left: 100px;
position: relative;
min-height: 80px;
}
.blogPostDetail {
color: gray !important;
margin-bottom: 4px;
font-size: 80%;
}
.blogPostTitle {
margin-bottom: 1px;
}
.blogPostImage {
  position: absolute;
  left: 0;
  top: 0;
}

</style>

BellaDati Developer Network

Browse documentation for advanced users and developers. This portal contains detailed information about our source technologies. It allows developers to use our interfaces or upgrade our current technologies.

Have an overview of licenses

Image Added

Developers

Installation / REST API / SDK / Whitelabelling

If you want to know, what services and tariffs are you currently using, enter the secured area. You will find there all the information about products and payments. You can also order new services or upgrade the existing ones.

Widget Connector
urlhttps://twitter.

com/settings/widgets/347668900244238336

Image Added

Issues

Features Suggestions / BUG Reporting

Report bugs, suggest features

Log in and tell us about bugs or suggest us some new features. If you want to know how to create a request, please read the short and simple instructions.

You

 You still don't have an account for creating of requests? Create an account!

Widget Connectorurlhttps://twitter.com/settings/widgets/347668900244238336

Code Block
languagexml