2016-05-29, 09:04 PM
(This post was last modified: 2021-01-08, 06:23 PM by Anka06. Edited 1 time in total.)
admincp-> Go Templates and Style-> Templates-> Themes -> Postbit Templates ->
postbit_classic Find Template
Add this code right below
view
![[Image: aE56jR.jpg]](https://camo.mybb.com/80078cf61bfd3caf3ca534a96908d8dd0e98fb58/687474703a2f2f692e68697a6c69726573696d2e636f6d2f614535366a522e6a7067)
Left Share Button code
showthread Templates
postbit_classic Find Template
{$post['button_delete_pm']}
Add this code right below
<!-- AddToAny BEGIN -->
<a class="a2a_dd" href="https://www.addtoany.com/share"> <i class="fa fa-heart"style="color: fuchsia;"> </i> Share
<script>
var a2a_config = a2a_config || {};
a2a_config.linkname = "share";
a2a_config.locale = "us";
</script>
<script async src="https://static.addtoany.com/menu/page.js"></script>
<!-- AddToAny END -->
view
Left Share Button code
showthread Templates
<div class="a2a_kit a2a_kit_size_32 a2a_floating_style a2a_vertical_style" style="left:0px; top:150px;">
<a class="a2a_button_facebook"></a>
<a class="a2a_button_twitter"></a>
<a class="a2a_button_google_plus"></a>
<a class="a2a_button_pinterest"></a>
<a class="a2a_dd" href="https://www.addtoany.com/share"></a>
</div>
<script async src="https://static.addtoany.com/menu/page.js"></script>