Title: Disable automated include
Last modified: August 24, 2016

---

# Disable automated include

 *  Resolved [mewcrazy](https://wordpress.org/support/users/mewcrazy/)
 * (@mewcrazy)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/disable-automated-include/)
 * Hello,
 * I chosed to include the social like bar in PHP. I don’t want it under a post.
   I don’t want it above a post
 * can you tell me why there is no function to disable the automated include of 
   your social like bar? Is it so hard to include a checkbox for that? It got plenty
   of other useless functions, but of course the most important is missing – Not
   documented in your Documentation nor in your FAQs.
 * I would appreciate it if you let me know how I can achieve that.
 * Kind Regards,
    Dennis Bitsch
 * [https://wordpress.org/plugins/wp-social-likes/](https://wordpress.org/plugins/wp-social-likes/)

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

 *  Plugin Author [tssoft](https://wordpress.org/support/users/tssoft/)
 * (@tssoft)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/disable-automated-include/#post-6078190)
 * Uncheck both options “Add by default for new posts/pages” and buttons won’t be
   added to new posts/pages. [See picture](http://ts-soft.ru/share/addbydefault.png)
 *  Thread Starter [mewcrazy](https://wordpress.org/support/users/mewcrazy/)
 * (@mewcrazy)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/disable-automated-include/#post-6078226)
 * Both is turned off, but the social bar still appears on all of my pages.
 * I just tested a bit more and it definitly still gets auto included by your plugin,
   because when I comment the_content() out, then the social bar is also gone.
 *  Plugin Author [tssoft](https://wordpress.org/support/users/tssoft/)
 * (@tssoft)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/disable-automated-include/#post-6078231)
 * Uncheck both options “Add by default for new posts/pages”, then push buttons “
   Apply to existing posts/pages”.
 *  Thread Starter [mewcrazy](https://wordpress.org/support/users/mewcrazy/)
 * (@mewcrazy)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/disable-automated-include/#post-6078235)
 * Okay, well that worked.
 * Do I see it right that your plugin creates for EVERY POST/PAGE/CPT a meta_key
   for social likes?
 * I have 900k rows in wp_posts, I’m not sure If i want additional 9000000 meta_keys
   just for a social like bar.
 *  Plugin Author [tssoft](https://wordpress.org/support/users/tssoft/)
 * (@tssoft)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/disable-automated-include/#post-6078239)
 * Yep
 *  Thread Starter [mewcrazy](https://wordpress.org/support/users/mewcrazy/)
 * (@mewcrazy)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/disable-automated-include/#post-6078245)
 * Thats bad for my case, could you help me to achieve the same without the use 
   of 900.000 metakeys?
 * Why do I need a meta_key to hide the social bar? That makes no sense anyway. 
   IF I want to show it, then a metakey is fine, sure. But If I don’t even want 
   it shown, then it shouldn’t require a metakey. Now I have 900.000 Metakeys for
   JUST your plugin in my database. I have enough slow sql queries on my site already:/
 *  Plugin Author [tssoft](https://wordpress.org/support/users/tssoft/)
 * (@tssoft)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/disable-automated-include/#post-6078246)
 * Remove them manually via sql or some plugin, nothing will change for your case.
 *  Thread Starter [mewcrazy](https://wordpress.org/support/users/mewcrazy/)
 * (@mewcrazy)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/disable-automated-include/#post-6078249)
 * Okay, thanks it worked. Just 667 rows. For everyone else who wants to remove 
   the sociallikes metakeys:
 * DELETE FROM `wp_postmeta` WHERE `meta_key` = ‘sociallikes’
 * Thanks again, bye!
 *  Plugin Author [tssoft](https://wordpress.org/support/users/tssoft/)
 * (@tssoft)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/disable-automated-include/#post-6078250)
 * Thanks for sharing!

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

The topic ‘Disable automated include’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-social-likes.svg)
 * [Social Likes](https://wordpress.org/plugins/wp-social-likes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-social-likes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-social-likes/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-social-likes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-social-likes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-social-likes/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [tssoft](https://wordpress.org/support/users/tssoft/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/disable-automated-include/#post-6078250)
 * Status: resolved