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

    I would love to know, how to get custom post-types supported.

    TBH its 100% needed now for most stuff.

    I would also be very keen to have this, in fact was disappointed when I downloaded it and never saw it supported :(.

    Thanks for the plugin efforts anyhow.

    Go to Line 650 of top-admin.php

    <select name="as_post_type">
    <option value="post">Only Posts</option>
    <option value="page">Only Pages</option>
    <option value="all">Both Posts & Pages</option>
    </select> Currently sharing:&nbsp;'.$as_post_type.'

    Now add in your own option. I only wanted one type of custom post type, so I added

    <option value="CUSTOM-POST-TYPE_NAME-GOES_HERE">My Custom Post Type</option>

    Go to the admin page and refresh, select this from the drop down and save.

    After saving it will still show POST in the drop down BUT if you test tweet it will tweet that custom post type.

    I will see if I can get multiple post types working.

    Okay found a better way online

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[tweetily] How to get custom post-type support?’ is closed to new replies.