WordPress Move Button In Posting Page And Add Return Function

i use this to add a button in my posting page

Code (text):

// add more buttons to the html editor

function wptit_add_quicktags() {

?>

    <script type="text/javascript">

    QTags.addButton( ‘wptit_pre’, ‘Gallery’, ‘<a href="http://url.com" target="_blank">See The Full Gallery Here</a>’, ”, ‘g’, ‘See The Full Gallery tag’, 1 );

    </script>

<?php

}

add_action( ‘admin_print_footer_scripts’, ‘wptit_add_quicktags’ );

someone helped me on another forum but didnt do everything i wanted

i want…
WordPress Move Button In Posting Page And Add Return Function

See original post by tunescool

Leave a Reply