I’m looking to create a button next to “add media” ( much like gravity forms “add form) that allows you to choose a custom post and then inserts that post id into a shortcode.
I’ve bene looking at hooking into tinymce for the longest time, but realized that that wasn’t the way to go (as those buttons aren’t a part of the tinymce editor).
anyone have any thoughts?
For WP versions before
3.5.0
, use themedia_buttons_context
filter:For 3.5.0+, use the
media_buttons
action:Both will add a button beside the “Add Media” button above the post editor.