[Plugin: Tweetbacks] get_avatar function and comment_type
-
Could be a good idea to have on the settings to add a list of comment_types to get the avatar, i’m using tweetback and using the comment_type to css the tweets coming from Twitter and I’m using a new Facebook connect plugin and using the comment_type as ‘facebook’ to css the comments from there.
I changed the line where u check if the comment_type is ‘tweetback’ to this, but i think you can add a list
if ( isset($id_or_email->comment_type) && '' != $id_or_email->comment_type && 'comment' != $id_or_email->comment_type && 'tweetback' != $id_or_email->comment_type && 'facebook' != $id_or_email->comment_type )Yo can see and example of this on
http://www.lacomuna.tv/episodio/lacomunatv-001-tribal/#comment-119
The topic ‘[Plugin: Tweetbacks] get_avatar function and comment_type’ is closed to new replies.