Ok I am now on my computer rather than my phone so I can type properly (I hope) if you want icons added after your “add this icons” copy the following code :
<?php the_content(); ?>
<div class="the-tags"><?php the_tags(__('Tags','PricerrTheme').": ", ', ', ', '); ?> </div>
<div class="add-this">
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4df68b4a2795dcd9"></script>
<!-- AddThis Button END -->
</div>
</php echo get_jamie_social_code();?>
Note I have not included the last two </div>
‘s so they will appear after the code
If you want the social icons to appear above the “Add this icons” and below the tags use the following
<?php the_content(); ?>
<div class="the-tags"><?php the_tags(__('Tags','PricerrTheme').": ", ', ', ', '); ?> </div>
<?php echo get_jamie_social_code(); ?>
<div class="add-this">
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4df68b4a2795dcd9"></script>
<!-- AddThis Button END -->
</div>
Note I have not included the last two </div>
‘s so they will appear after the code
I hope that this helps, if it does please rate my plugin and/or add it to your favorites.