Thumbnails of Story Image

Register an Account
Reply
 
Thread Tools Display Modes
  #11 (permalink)  
Old 07-14-2009, 07:02 PM
Casual Pligger
 
Join Date: Mar 2008
Posts: 58
Quote:
Originally Posted by prorock View Post
i change service websnapr.com with Website Screenshot Thumbnail Service | ShrinkTheWeb
How do you use ShrinkTheWeb? I mean the code inserted into the template
Reply With Quote
  #12 (permalink)  
Old 07-15-2009, 03:51 AM
Constant Pligger
Pligg Version: 1.0.1
Pligg Template: thestandard
 
Join Date: Jun 2009
Posts: 125
Send a message via Yahoo to prorock
register on Website Screenshot Thumbnail Service | ShrinkTheWeb you recived example code this, personal code:

PHP Code:
<img src='http://www.shrinktheweb.com/xino.php?embed=1&STWAccessKeyId=430b9b61698760f&Size=sm&stwUrl={$url}' style="float:right; padding-left:10px;padding-top:20px;"
atention! this example of code, to personal key please register to Website Screenshot Thumbnail Service | ShrinkTheWeb
Reply With Quote
  #13 (permalink)  
Old 07-15-2009, 11:43 AM
New Pligger
 
Join Date: Jun 2009
Posts: 27
I have register at shrinktheweb and get the code and add the code to the link_summary.tpl

here is my code

PHP Code:
{if $url_short neq "http://" && $url_short neq "://"}
    <
img src='http://www.shrinktheweb.com/xino.php?embed=1&STWAccessKeyId=ad28536164a372f&Size=sm&stw={$url}' style="float:right; padding-left:10px;padding-top:20px;">
{/if} 
The problem is that i just see a picture in every article with this text "Problem detected"

i also tried without the first line,but still doesn't work.

any idea how to fix it?
Reply With Quote
  #14 (permalink)  
Old 07-15-2009, 12:32 PM
Casual Pligger
Pligg Version: 1.0.0
Pligg Template: thestandart
 
Join Date: Mar 2009
Posts: 38
its better to place above the div class="title"

Quote:
{if $url_short neq "http://" && $url_short neq "://"}
<img title="Komunitas Blogger Indonesia {$url}" src="http://www.shrinktheweb.com/xino.php?embed=1&STWAccessKeyId=4bfdc98db271ad4&Si ze=sm&stwUrl={$url}" style="float:right; padding-left:5px;padding-top:20px;" align="middle">
{/if}

<div class="title" id="title-{$link_shakebox_index}">
Antar Blog - Komunitas Blogger Indonesia, tempat sharing para Blogger Indonesia

Last edited by ucupzzz; 07-15-2009 at 01:00 PM.
Reply With Quote
  #15 (permalink)  
Old 07-20-2009, 07:23 AM
cmstheme's Avatar
Donor/Coder
Pligg Version: 9.9
Pligg Template: Squaretle
 
Join Date: Jan 2007
Location: Philippines
Posts: 528
I think you have a wrong ShrinkTheWeb code. ShrinkTheWeb requires SECRET KEY and ACCESS KEY ID while your code has only ACCESS KEY ID. I think you should review it.

Quote:
Originally Posted by mt1988 View Post
I have register at shrinktheweb and get the code and add the code to the link_summary.tpl

here is my code

PHP Code:
{if $url_short neq "http://" && $url_short neq "://"}
    <
img src='http://www.shrinktheweb.com/xino.php?embed=1&STWAccessKeyId=ad28536164a372f&Size=sm&stw={$url}' style="float:right; padding-left:10px;padding-top:20px;">
{/if} 
The problem is that i just see a picture in every article with this text "Problem detected"

i also tried without the first line,but still doesn't work.

any idea how to fix it?
Reply With Quote
  #16 (permalink)  
Old 07-21-2009, 07:12 PM
New Pligger
 
Join Date: Aug 2008
Posts: 2
Quote:
Originally Posted by mt1988 View Post
I have register at shrinktheweb and get the code and add the code to the link_summary.tpl

here is my code

PHP Code:
{if $url_short neq "http://" && $url_short neq "://"}
    <
img src='http://www.shrinktheweb.com/xino.php?embed=1&STWAccessKeyId=ad28536164a372f&Size=sm&stw={$url}' style="float:right; padding-left:10px;padding-top:20px;">
{/if} 
The problem is that i just see a picture in every article with this text "Problem detected"

i also tried without the first line,but still doesn't work.

any idea how to fix it?
Hello everyone,

I just stumbled across this post and thought I would lend some insight.

In the code that mt1988 is using, notice that &stw={$url} needs to be &stwUrl={$url]

The &stw= is not valid.

Hope that helps! Cheers!

Brandon
Reply With Quote
  #17 (permalink)  
Old 09-26-2009, 04:20 PM
New Pligger
 
Join Date: Sep 2009
Posts: 2
one easy option is to use http://www.sitethumbshot.com/. site integration is easy and requires very little time.
Reply With Quote
  #18 (permalink)  
Old 11-04-2009, 08:05 AM
raghhav's Avatar
Casual Pligger
Pligg Version: 1.0.3
Pligg Template: Wison - Combin
 
Join Date: Oct 2009
Location: Mumbai
Posts: 76
how can i display screenshot in right next to the story description. kindly share the code.
Reply With Quote
  #19 (permalink)  
Old 11-04-2009, 01:48 PM
Pligg Donor/Coder
Pligg Version: 1.0.1
Pligg Template: Midnight Blue
 
Join Date: Oct 2009
Location: Chicago, IL
Posts: 170
Quote:
Originally Posted by raghhav View Post
how can i display screenshot in right next to the story description. kindly share the code.
Like this http://yodesi.com ?
Reply With Quote
  #20 (permalink)  
Old 11-04-2009, 02:22 PM
raghhav's Avatar
Casual Pligger
Pligg Version: 1.0.3
Pligg Template: Wison - Combin
 
Join Date: Oct 2009
Location: Mumbai
Posts: 76
Absolutely No. Its related uploaded image. I am talking about showing the submitted link's domain right next to the story summary.
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Upload Module (File and Image Attachment) Yankidank Free Modules 268 02-03-2012 12:19 PM
Image Upload -> Link Image to Story MikeF Questions and Comments 9 04-11-2011 07:30 PM
image_upload: click to open story not image? Notimega Questions and Comments 2 12-06-2008 07:10 PM
Image Upload - Make image link to story swese44 Questions and Comments 1 07-22-2008 10:07 PM
[SOLVED] When I upload a image when submitting a news story... gossipqueenie Questions and Comments 3 10-27-2007 12:44 PM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development