I would like to know what is the shortcode

Hi,
In my ask a question page, I have the writing tool for html writing, and my website are dedicated to general public. Could you give some instructions how can I change it, please?

Which is the best social sharing plugin that is compatible with Ansbug theme?

I’m trying to get a Better Notifications For WordPress, which is being used for my blog Posts to also work with Anspress Questions. Its my understanding that the Question is just another post type, and its confirmed by BNFW, as its able to be selected as a post type.
However, its not firing off a notification when submitting a new Question. BNFW uses post transitions to fire off their notifications… some helpful information can be found in this thread: https://wordpress.org/support/topic/duplicate-notifications-6/
I’m currently looking at class-form-hooks.php around lines 425 in order to try to generate a post transition.
Its currently not working, and if I try to use wp_update_post() I get an error message about a duplicate question. And I don’t think I have access to $wpdb->update() in this static method.
Can you provide any direction or help with this integration?