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

    (@awwnuts)

    I have it displaying on the page now, but can not get it to update.

    I just added the hooks for the users edit profile to the front end.

    It will authorize twitter fine, but not save it, so its blank non stop.
    And it won’t even get that far with facebook.

    Any thoughts?

    Thread Starter awwnuts

    (@awwnuts)

    To display I have this:
    <?php do_action( 'show_user_profile', $profileuser ); ?>

    To try to save, I have this
    do_action('personal_options_update', $current_user->ID);

    It isn’t saving at all. What else do I need to load to make this happen?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to display social on front end profile?’ is closed to new replies.