Would you like to backup your button data? Or perhaps transfer your settings to another site?
You can manually export the Buttonizer data from the wp_options
tabel in your database!
To get all the Buttonizer data, run the following query:
SELECT * FROM `wp_options` WHERE `option_name` LIKE 'buttonizer_%'
You can then export those rows. 😉