Business cards are a great way to keep tabs on the contacts we network with. So why shouldn't our smartphones make them even more useful? Enter Google Lens, which will help you save, search, and expand on the contact information found on all of the business cards you've collected. Originally an exclusive feature of the Pixel 2 and Pixel 2 XL, Google Lens now comes standard with the Google Photos app for Android devices (just make sure to download the latest update). That means no additional apps to download and sign in to — all you need to do to get started is to take a picture of a business card whose owner you'd like to save as a contact. Step 1 Scan a Business Card with Google Lens Once you have a picture of the business card in question, open it in Photos. Tap the Google Lens button in the bottom row of the app (to the left of the "Delete" trashcan key). Google Lens will then scan your photo with a cool animation before loading up all the inform...
Firstly, open the folder that you want to embed. The URL of that folder will look something like this: https://drive.google.com/drive/u/1/folders/ 0BzBVO-_JOsR9ZmpPbjVRaWpDdHc The last part (highlighted in blue) is the actual unique folder id assigned by Google to the folder. Copy this. Now, in your blogpost you will need to add the code for an iframe (make sure you have clicked on the "Text" tab before writing code. Here is the code you would need to embed the above folder into your blog. Copy it and paste it into your blog, replacing the bit in blue with the id of your own folder. LIST VIEW: <iframe src="https://drive.google.com/embeddedfolderview?id= FOLDER-ID #list" width="800" height="600" frameborder="0"></iframe> GRID VIEW: <iframe src="https://drive.google.com/embeddedfolderview?id= FOLDER-ID #grid" width="800" height="600" frameborder="0"...