Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Michael

    (@tony-alibaba)

    These template functions, is what I mean, where do I place them?

    ■get_comment_author_twitter_id($comment_id) – Get the Twitter id of the comment author
    ■comment_author_twitter_id($comment_id) – Print the Twitter id of the comment author
    ■get_comment_author_twitter_url($comment_id) – Get the Twitter profile url of the comment author
    ■comment_author_twitter_url($comment_id) – Print the Twitter url of the comment author
    ■get_comment_author_twitter_profile_image($comment_id) – Get the twitter profile image url of the comment author
    ■comment_author_twitter_profile_image($comment_id) – Print the twitter profile image url of the comment author
    ■get_twitter_profile_image($twitter_username) – Get the twitter profile image of a user using twitter id

    Plugin Author Sudar Muthu

    (@sudar)

    These are extra functions which are provided by the Plugin. If you just want the default functionality provided by the Plugin, then you don’t have to worry about these functions.

    But if you want advanced customization, then you can use these functions.

    You can use them by just calling them directly from your theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Twitter Avatar Reloaded] How to use the template functions’ is closed to new replies.