Try out this cool site, it lets you have site previews on all external links out of your site.
Click here to visit site. and get your javascript code, just paste the code into your header template.
And here for faq
Works great on my site..
You can turn off the search bar,
Q: How can I remove the search box from the preview popup? Quote:
A: In the JavaScript code you are given, look for the query parameter 'sb=1' and change it to 'sb=0'. For example:
<script defer="defer" id="snap_preview_anywhere" type="text/javascript" src="http://spa.snap.com/snap_preview_anywhere.js?ap=1&key=SAMPLE_KEY&a mp;sb=0&domain=www.example.com"></script>
|