DarkGizmo Well-known member May 5, 2021 #1 Is there a way to put the share buttons on a user's profile page so they can share their profile to social media sites? Is there a place this can be implemented without it being intrusive? If so, how?
Is there a way to put the share buttons on a user's profile page so they can share their profile to social media sites? Is there a place this can be implemented without it being intrusive? If so, how?
P Paul B XenForo moderator Staff member May 17, 2021 #2 You can either add the share page widget to the sidebar like so: Or you can edit the member_view template and add this line of code at the bottom: <xf:widget key="forum_overview_share_page" />. Upvote 0 Downvote
You can either add the share page widget to the sidebar like so: Or you can edit the member_view template and add this line of code at the bottom: <xf:widget key="forum_overview_share_page" />.