Hi all,
I need to display more than hundred thumbshots on SOBI2. Each entry have a website link and it must display the good thumbshots on the good page.
If I place this code in the page <img src="http://open.thumbshots.org/image.aspx?url=www.earth.com" />, it will display the thumbnail of this website (www.earth.com) but also on all the others pages ^^. Wrong way !
I must change this code to display a different thumb on each detail view in SOBI2.
I've tried this one :
<img src="http://open.thumbshots.org/image.aspx?url=<?php echo $fieldsObjects['field_website']->data; ?>" />
but without any positive result.
What are the good settings and where are my mistakes, please ?
Thanks in advance,
King regards,
|
|