still having a same issue not using any other plug in when i add this in my theme function.php nothing happen
function add_featured_galleries_to_ctp( $post_types ) {
array_push($post_types, ‘custom_post_type’); // ($post_types comes in as array(‘post’,’page’). If you don’t want FGs on those, you can just return a custom array instead of adding to it. )
return $post_types;
}
add_filter(‘fg_post_types’, ‘add_featured_galleries_to_ctp’ );
Solution of this problem – [ Use the non-bitly link next time or preferably a link to the Codex instead. ]
I facing issue when i put the like button but then i successfully integrate it you can chec it here
http://itc.webmaasters.com/add-facebook-like-button-in-nextgen-gallery-wordpress-hack/
i hope you get the solution when you see this or if not then ping me i’ll help you for make this 🙂