Hi poyraz
First to add html code to your custom modules you should disable your default editor from global configuration , otherwise html code will be stripped off when you save module.
Correct code to add to custom module is as below
<div class="ja-addthis">
<div class="addthis_inline_follow_toolbox"></div>
</div>
I corrected it now
Regards