Use the Bookmarklet on a mobile device or tablet
- Select and copy the Javascript below to your clipboard.
- Add this page as a bookmark on your mobile device or tablet.
- Change the bookmark name to something like "Import to PTE" and then paste the Javascript in the field for the URL.
javascript:function irtpte(){var
baseUrl='//www.plantoeat.com',d=document,head=document.getElementsByTagName('head')[0],s=d.createElement('scr'+'ipt'),b=d.body,l=d.location;try{if(typeof
myBookmark==='undefined'){s.type='text/javascript';s.src=l.protocol+baseUrl+'/javascripts/pte-bookmarklet-import.min.js?'+new
Date().getTime();b.appendChild(s);}else{myBookmark.run();}}catch(e){location.href=l.protocol+baseUrl+'/recipes/new?website_link='+encodeURIComponent(l.href);}};irtpte();void(0);