Schlagwort-Archive: button style

WordPress Quick: Place addthis manually

You like the addthis plugin for WordPress? But prefere to place it manually?

Open your template file, e.g. „single.php“, and place this where you want:


<?php do_action( 'addthis_widget', $url, $title, 'share_counter');? >

You can replace „share_counter“ with any other stile you like. It’s just the button style I like most.