Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Slobodan Manic

    (@slobodanmanic)

    Hi,

    All fields are stored as user meta fields, so to show them you’d use this:

    echo get_user_meta( $authorid, ‘ts_fab_twitter’, true);
    echo get_user_meta( $authorid, ‘ts_fab_facebook’, true);
    echo get_user_meta( $authorid, ‘ts_fab_googleplus’, true);
    echo get_user_meta( $authorid, ‘ts_fab_linkedin’, true);

    Thread Starter getBrutal

    (@getbrutal)

    Hey,

    Thanks for the reply!

    Is this only in the pay-for version? Doesn’t seem to be outputting anything.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using shortcodes or functions to pull the Facebook ID’ is closed to new replies.