WP Twitip ID functionality:
Put field after object ID Enter the ID of the field or object that you want the extra field to be displayed after defaults to url
Labels are before fields? If your comments.php file puts the label before the field check this box defaults to off
Don't use Javascript If you edit your comments.php file and add a field manually, you need to select this (manual adding requires field to have name="atftwitterid") defaults to off
HTML before field
Custom html you want to add before the field is added
defaults to
HTML after Field
Custom html you want to add after the field is added
defaults to
Twitter ID
(if you check labels are before fields, you can enter this html into the html before field
Field class the class you want to apply to the field defaults to textarea
Twitter Image URI Image url for image output
Twitter anchor text Text to display in link for text output
Open your themes comments.php file and add this line if(functionexists(wptwitipidshow)) { wptwitipid_show("auto"); }
You can use "image" or "text" or "user"
"image" = show linked image using image url in settings page "text" = show text link using anchor text in settings page "user" = show just the @username "return" = return the twitter id as a variable for use in custom php "auto" = show Twitter: @commentluv in a span with class twitter_id
example: within the comments loop (foreach($comments as $comment)) I put this below the date output in comments.php
"return" = return the twitter id to be used as a variable example: I has a ">Twitter Account




