Hi, I am new to php and not long started learning the basics.
What I am trying to achieve is as follows.
We have a multi user site, and we want members to be able to have their social follow buttons on their site profile page.
I am thinking a small form where they can enter their profile id or even full URL for each of the chosen social pages, click submit, then the follow buttons appear on their profile page.
However not 100% sure how to go about this, I imagine it would be a case of a simple php script but could do with being pointed in the right direction.
Many Thanks
Dean
It sounds like you already know how to do it.
- User Input page to add their ID’s to the different social media site
- Save that information in the database
- Display the social media buttons with the user information.