We will need
First, we will build a table to hold our data
“/ table” → Blank Table
Use the columns:
Link [Social Media of choice] url Link [Social Media of choice] image url
To round the image, use the following formula:
Image(thisRow.[Image URL], width: "200",style: "circle")
On the main page we will create a drop down selector “/ select”
Name it “Artist Selector”
Option→ =Linktree Table
Next, we will place markers for where we want the different elements to go
Image
Description
Button 1
Button 2
Social Media Link
Image→ =[Artist Selector].Image Round
Description→ =[Artist Selector].Artist Description
Create a button: “/ button” → Label
=concatenate([image(Link 1 Image URL)], linebreak(), ”Check out “, [Link 1 Description])
Action → Open Hyperlink → =[Artist Selector].Link 1
Social Media
“/ button”
Label→ =image([Link Social Media Image URL], 50)
Action→ Open Hyperlink → =[Artist Selector].Link Social Media URL
Assignment
Build a functional Link tree for 5 Artists which can be accessed from the ‘Artist Selector’
Week 9 Specific Questions
If at anytime you want clarity or further explanation on a topic, types “@” and then the instructor’s name for a response beneath your question.
ex: How do I tag you on the page? @student_who_asked: You just did it!
Questions
1)