Quote:
Originally Posted by chuckroast From a quick glance of your code, it will float right of a story and only be the main url. not individual screen shots of the submitted url. You will have to pay a service for that.. No one will thumb individual pages on the fly like that for free.
As for where you should place it? It really depends on your template. As for the default Wistie template. I would recommend. Just after line 138 in link_summary.tpl |
Thank alot chuckroast!
So i tried the codes in the areas you suggested but i could get anything to appear... i used websnapr and shrink the web codes but not luck, can u please tell me if im doing anything wrong?
{if $use_thumbnails eq true && $pagename eq "story" && $url_short neq "http://" && $url_short neq "://"}
<b><img src="http://images.websnapr.com/?size=T&key=j7KEW6g2q5z2&url=url" style="float:right; padding-left:10px;padding-top:20px;"></b>
{/if}
{if $url_short neq "http://" && $url_short neq "://"}
<img src="http://images.websnapr.com/?size=T&key=j7KEW6g2q5z2&url=url" style="float:right; padding-left:10px;padding-top:20px;">
{/if}
OR
{if $use_thumbnails eq true && $pagename eq "story" && $url_short neq "http://" && $url_short neq "://"}
<b><img src="http://www.shrinktheweb.com/xino.php?embed=1&STWAccessKeyId=2ca808dfdfb9c0c&st wsize=sm&stwUrl=" style="float:right; padding-left:10px;padding-top:20px;"></b>
{/if}
{if $url_short neq "http://" && $url_short neq "://"}
<img src="http://www.shrinktheweb.com/xino.php?embed=1&STWAccessKeyId=2ca808dfdfb9c0c&st wsize=sm&stwUrl=" style="float:right; padding-left:10px;padding-top:20px;">
{/if}
thanks again...