My android application implements Facebook using Graph-Api and shows Like button using Social plugin (http://developers.facebook.com/docs/reference/plugins/like/).Now i want to implement following changes.
Use custom Like button instead of Facebook's traditional(standard,button_count,box_count) Like button.
Change default text(Like)of Like button to Like us on Facebook.
I am using Html having javascript, and webview to show Like button.How can i achieve these changes? Is it possible to change the default text of like button(Social plugin Like button).Is there any problem if we alter traditional components of Facebook(ie,changing text,changing image etc...)?