Title: Insert manually
Last modified: August 20, 2016

---

# Insert manually

 *  Resolved [Manuel5cc](https://wordpress.org/support/users/manuel5cc/)
 * (@manuel5cc)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/insert-manually/)
 * My actual theme seems to not support automatically addthis. How do I insert it
   into the code of my blog?
 * [http://wordpress.org/extend/plugins/addthis/](http://wordpress.org/extend/plugins/addthis/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Srijith V](https://wordpress.org/support/users/srijithv/)
 * (@srijithv)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/insert-manually/#post-3544037)
 * Can you share the theme name or your site url? I will help you.
 *  [Ibnul H.](https://wordpress.org/support/users/ibnul/)
 * (@ibnul)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/insert-manually/#post-3544079)
 * I am using a custom theme.
    And need to add the buttons in one templete file.
   Would you please let me know if there is any way to add in the template files?
 * Is there any template tag or short code?
 * Any help would be appreciated.
 * Thanks
 *  [inca](https://wordpress.org/support/users/ibautista/)
 * (@ibautista)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/insert-manually/#post-3544082)
 * I used the following in my page templates
 *     ```
       <?php $addme = get_post_custom($post->ID); $addmeok = $addme['addthis_exclude']; ?>
   
       <?php if ( $addmeok == false ) { 		do_action('addthis_widget',get_permalink($post->ID), get_the_title($post->ID), 'fb_tw_p1_sc'); }else{}?>
       ```
   
 * This allows you to continue to use the ‘Remove AddThis’ meta box in each page
   which turns the share buttons off and on.
 *  [Ibnul H.](https://wordpress.org/support/users/ibnul/)
 * (@ibnul)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/insert-manually/#post-3544083)
 * It works. Thanks in advance for the help. 🙂
 *  [Srijith V](https://wordpress.org/support/users/srijithv/)
 * (@srijithv)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/insert-manually/#post-3544085)
 * Thanks [@ibautista](https://wordpress.org/support/users/ibautista/). That’s a
   smart work around.
 * [@ibnul](https://wordpress.org/support/users/ibnul/): If you don’t want to have
   the exclude feature, you can just use:
 * `<?php do_action('addthis_widget',get_permalink($post->ID), get_the_title($post-
   >ID), 'fb_tw_p1_sc'); ?>`
 * Otherwise, what [@ibautista](https://wordpress.org/support/users/ibautista/) 
   suggested is the ideal one.
 *  [Ibnul H.](https://wordpress.org/support/users/ibnul/)
 * (@ibnul)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/insert-manually/#post-3544086)
 * [@srijith](https://wordpress.org/support/users/srijith/).v
 * Thanks for the quick response.
    Got solved.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Insert manually’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/addthis_70cced.svg)
 * [WordPress Share Buttons Plugin – AddThis](https://wordpress.org/plugins/addthis/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/addthis/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/addthis/)
 * [Active Topics](https://wordpress.org/support/plugin/addthis/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/addthis/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/addthis/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [Ibnul H.](https://wordpress.org/support/users/ibnul/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/insert-manually/#post-3544086)
 * Status: resolved