Title: [Plugin: Twitter Tools] compatibility with custom post types
Last modified: August 19, 2016

---

# [Plugin: Twitter Tools] compatibility with custom post types

 *  [Ovidiu](https://wordpress.org/support/users/ovidiu/)
 * (@ovidiu)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-twitter-tools-compatibility-with-custom-post-types/)
 * Just curios if the plugin will someday support them?
 * I mean as in being able to save a tweet as a custom post type instead of as a
   regular post and tag it with a custom taxonomy instead of saving it into a certain
   category?
 * Also interested if twitter tools will tweet a custom post type when saved or 
   is it limited to good old posts?
 * [http://wordpress.org/extend/plugins/twitter-tools/](http://wordpress.org/extend/plugins/twitter-tools/)

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

 *  [borisbaldinger](https://wordpress.org/support/users/borisbaldinger/)
 * (@borisbaldinger)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-twitter-tools-compatibility-with-custom-post-types/#post-1633987)
 * I just had to add another meta_box
 * function aktt_add_meta_box() {
    global $aktt; if ($aktt->notify_twitter) { add_meta_box(‘
   aktt_post_form’, __(‘Twitter Tools’, ‘twitter-tools’), ‘aktt_meta_box’, ‘post’,‘
   side’); add_meta_box(‘aktt_post_form’, __(‘Twitter Tools’, ‘twitter-tools’), ‘
   aktt_meta_box’, ‘image’, ‘side’); } } add_action(‘admin_init’, ‘aktt_add_meta_box’);
 * Have a look at the Function Reference from add_meta_box: [http://codex.wordpress.org/Function_Reference/add_meta_box](http://codex.wordpress.org/Function_Reference/add_meta_box)
 * $page
    (string) (required) The type of Write screen on which to show the edit
   screen section (‘post’, ‘page’, ‘link’, or ‘custom_post_type’) Default: None
 *  Thread Starter [Ovidiu](https://wordpress.org/support/users/ovidiu/)
 * (@ovidiu)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-twitter-tools-compatibility-with-custom-post-types/#post-1633988)
 * thanks but which one of my questions does your reply solve?
    1. I mean as in being able to save a tweet as a custom post type instead of as 
       a regular post and tag it with a custom taxonomy instead of saving it into a
       certain category?
    2. Also interested if twitter tools will tweet a custom post type when saved or
       is it limited to good old posts?
 *  [dashaluna](https://wordpress.org/support/users/dashaluna/)
 * (@dashaluna)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-twitter-tools-compatibility-with-custom-post-types/#post-1634050)
 * Have you had any luck with this?
 *  Thread Starter [Ovidiu](https://wordpress.org/support/users/ovidiu/)
 * (@ovidiu)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-twitter-tools-compatibility-with-custom-post-types/#post-1634051)
 * never followed it up, sorry 🙁

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

The topic ‘[Plugin: Twitter Tools] compatibility with custom post types’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/twitter-tools_a9c9d7.svg)
 * [Tools for Twitter](https://wordpress.org/plugins/twitter-tools/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/twitter-tools/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/twitter-tools/)
 * [Active Topics](https://wordpress.org/support/plugin/twitter-tools/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/twitter-tools/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/twitter-tools/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Ovidiu](https://wordpress.org/support/users/ovidiu/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-twitter-tools-compatibility-with-custom-post-types/#post-1634051)
 * Status: not resolved