How do I change the look and feel of the Incarnate avatar selection experience in the WordPress plug-in?
You can make changes to the look and feel, but you’ll have to edit both .php and .js files. There are two places where the Incarnate UI is created: The first is in the static HTML that gets inserted into the comment form. You can see this HTML on line 399 of wp-incarnate.php. This HTML string represents the static html comment form. If you modify this html, take note of the various IDs of the form values. Don’t change these! This HTML snippet works in conjunction with the incarnate.js file, which is where the dropdown of avatars is generated. Each div (containing the incarnate image and provider image is displayed) is generated on Line 131.