How to create cross-compatible website shortcut for Mac & Windows
Freelance Web & UX Designer from Incredible India. I design and develop creative websites, landing pages and applications for startups and e
Search for a command to run...
Freelance Web & UX Designer from Incredible India. I design and develop creative websites, landing pages and applications for startups and e
No comments yet. Be the first to comment.
Website, It all starts with a simple index.html page. We can write anything and publishing it to the whole world is mind-blowing. Nobody believed it was the future. But here we are, living in the future. Web design is not about index.html anymore. It...
I bought my dream Mac and I was excited. But many things changed as I came from a Windows background and took me a while to learn the mac way.

How to Send, Receive & Manage all of your email addresses in one Gmail Account.

Syncing fork is a nightmare. I tried to fix it using a sneaky way without using command or bash.

Mac creates shortcuts with .webloc extension while Windows creates it using .url extension. Let's see how to create both and how to make it work on both operating system.
You can create shortcut by dragging the website URL to your finder folder or desktop using a Mac device. But if you are not on mac, you can create it manually.
.webloc extension.And add the following contents inside. Make sure to change the URL inside <string>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>URL</key>
<string>https://yourwebsite.com</string>
</dict>
</plist>
Note: This only works on Mac and on windows this won't work. To create a shortcut compatible for both operating system, follow this steps:
You can create shortcut by dragging the website URL to your finder folder or desktop using a Windows device. But if you are not on Windows, you can create it manually.
.url extension.[InternetShortcut]
URL=https://yourwebsite.com
The above shortcut will work on both Windows & Mac.