Some links in popup not working

318
1
Jump to solution
02-10-2023 05:48 AM
AlphonsEvers
New Contributor II

I have created a popop with links to customer website and social sites.

The customer websites work (for the most part) but none of the social website links do.

The problem happens when the URL has a sub-folder in it. I confirmed this with one of the customer websites that had a sub-folder. It didnt work either.

I also tested a social link by changing it from www.facebook.com/something to www.facebook.com.

The /something link didn't work but the other one did.

Am I doing something wrong? How do I code these links with folders? (the information is being pulled form a CSV file that is published from a Google sheet.

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
AlphonsEvers
New Contributor II

I figure it out. The CSV links all needed to included https:// as part of the text.

In the Google spreadsheet I prepended "https://" to all links which updated the CSV.

Problem solved.

View solution in original post

0 Kudos
1 Reply
AlphonsEvers
New Contributor II

I figure it out. The CSV links all needed to included https:// as part of the text.

In the Google spreadsheet I prepended "https://" to all links which updated the CSV.

Problem solved.

0 Kudos