Introduction
With this plugin you can display your social wall on a third party website.
Plugin HTML Code
data-attribute | Option | Description |
---|---|---|
wallid | ID | Social Wall ID |
bootstrap | "" or true | If true the plugin will fetch a bootstrap css file |
<div class="dm-social_wall-widget" data-view="social_wall" data-wallid=" data-profileid="" data-bootstrap="true" data-apikey=""></div>
<script>
!function(){var e,t,r,i,s,n;e=document,t="script",r="dokume_social_wall_widget",i="https://dokume.net/public/plugin/social_wall/plugin.js",n=e.getElementsByTagName("script")[0],e.getElementById(r)||((s=e.createElement(t)).id=r,"script"===t?(s.src=i,s.defer="defer",s.async=!1):(s.href=i,s.rel="stylesheet"),n.parentNode.insertBefore(s,n))}();
</script>