How to represent each node with the picture of that respondent’s face?
A la Game of Thrones here: https://app.polinode.com/networks/explore/6099f4e83e4d4500119c0050
Sorry if posted elsewhere, I couldn’t find it.
How to represent each node with the picture of that respondent’s face?
A la Game of Thrones here: https://app.polinode.com/networks/explore/6099f4e83e4d4500119c0050
Sorry if posted elsewhere, I couldn’t find it.
Hi @giuseppe_sardone! So, if you click on the New Network button and then Download Excel Template, you will find in that Excel file that there is a comment in the top row that contains the following text:
‘imageurl’ (optional): A url for an image to render inside the node. Defaults to no image. Many popular services for images such as LinkedIn and Twitter will just work, i.e. you can enter the URL directly such as https://pbs.twimg.com/profile_images/503093797194973184/16HP_Omb.jpeg as these services automatically add a Access-Control-Allow-Origin header to their response. However, if you use images from a URL that does not add this header you will need to prepend a third-party proxy. Alternatively, more advanced users may want to upload images to a CDN such as Cloudfront and use the URLs from that CDN, being sure to enable CORS for polinode.com at a minimum.
So, essentially you will want to include the imageURL reserved attribute in your Excel file but will need to make sure that the image URLs that you provide can be displayed by Polinode in terms of the CORS setting.
Please also see this link to the docs: Networks | Polinode
Excellent, thank you Andrew!