Hi Cyberek,
In order to create the social icons, I used a custom HTML module and created a table by pasting these code:
-------------------------------------------------------------
<table>
<tbody>
<tr>
<td height="32px" valign=top>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/vi_VN/sdk.js#xfbml=1&version=v2.4&appId=603337879806138";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-share-button" data-layout="button"></div>
</td>
<td
width="15px">
<td valign=bottom>
<!-- Đặt thẻ này vào phần đầu hoặc ngay trước thẻ đóng phần nội dung của bạn. -->
<script src="https://apis.google.com/js/platform.js" async defer>
{lang: 'vi'}
</script>
<!-- Đặt thẻ này vào nơi bạn muốn Nút +1 kết xuất. -->
<div class="g-plusone" data-size="medium" data-annotation="none"></div>
</td>
<td
width="15px">
</td>
<td width="90px" valign=bottom>
<a href="https://twitter.com/share" class="twitter-share-button" data-via="congioilam" data-count="none">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</td>
</td>
<td
width="800px">
</td>
</tr>
</tbody>
</table>
-------------------------------------------------------------
I added the code you show me in the next column of the above "table" but it does not work properly:
icons.jpg
What I want to do now is to display Print and Email icons on the same row in the above "table" and hide the vertical column on the left which are now displaying default social icons and other icons of the template in the way that it does not affect function of any icons. Is that feasible?
In case there is another way to make it instead of creating custom HTML module, please tell me.
There is no need to be rush, please help me step by step as my knowledge about coding is very limited.
Thank you and regards,
Hai