Want to modify a Plugin – Tweetily – Can I make it tweet a Custom Field instead of Post Title?
Sure you can do this with : $title = stripslashes( get_post_meta($post->ID, ‘key’, true) ); You just have to replace ‘key’ with the appropriate key. See the documentation