I noticed ShareDaddy has "Show sharing buttons on this post" for default post types but not for custom post types. I'm guessing I need to add something in 'supports' => array('title','editor','thumbnail'). Does anybody know what I need to add in order for "Show sharing buttons on this post" to show up for custom post types?
| |||
|
feedback
|
|
ShareDaddy uses two filter hooks either UpdateOk I guess i didn't get the question. So to add the metabox to your custom post type add this:
and change | |||||
feedback
|
|
I know this is an older post, but I found this site when searching for an answer, then found the real answer somewhere else, so I thought i would share it for anyone else having a similar issue. I created 2 Custom Post-Types and wanted the Share buttons in Jetpack to show up. I thought it would probably be a code in the functions.php file, as that's where I got the rest of the functionality for the Custom Post-Types. In fact, I simply went to the Settings->Sharing menu. The Custom Post-Types were there in the list and all I needed to do was put a check in each box to make it work like I wanted. No extra coding, just a simple check mark. | ||||
|
feedback
|