need screenshot solution : Is there a free alternative to Placeit.net ?

Discussion in 'Graphics & Multimedia' started by i_am_dhaval, May 6, 2014.

  1. #1
    i have taken some free screenshot from Placeit.net but it's paid now

    so i need free alternative to Placeit.net

    can anyone help on this please
     
    i_am_dhaval, May 6, 2014 IP
  2. bluemuse

    bluemuse Member

    Messages:
    15
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    38
    #2
    http://www.browserstack.com/screenshots
    http://quirktools.com/screenfly/
    https://browsershots.org/

    is that what u need?
     
    bluemuse, May 6, 2014 IP
  3. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #3
    no i need to take auto sceenshot with mobile ,, tab image if you try Placeit.net then you get my point
     
    i_am_dhaval, May 6, 2014 IP
  4. darklow

    darklow Greenhorn

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #4
    Try http://magicmockups.com
    Free mockups up to 1920px width, no attribution, no copyright.
     
    darklow, Nov 20, 2014 IP
  5. MrMaximilian

    MrMaximilian Greenhorn

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #5
    Hey i_am_dhaval,
    There is also http://mockdrop.io.
     
    MrMaximilian, Jan 31, 2015 IP
  6. ScottOtten

    ScottOtten Greenhorn

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #6
    Its a choice over how you want to use the service , I would recommend a service which allows you take screenshots programmatically like using API

    For example
    https://www.url2png.com/
    <?php
      // it really is this simple
      $apikey="YOUR_API_KEY";
      $secret="YOUR_SECRET_KEY";
      $token=md5("url=target.com" . $secret);
      $img="api.url2png.com/v6/$apikey/$token/png/?url=target.com";
      ?>
    <img src='http://<?php echo $img; ?>' />
    PHP:
     
    ScottOtten, Feb 1, 2015 IP