Adding custom URLs

19 views
3 hours watched
2 completions

Let's build a mini scraper to fetch URL details and allow custom links to be added.

Video thumbnail

Get full access

You need to subscribe to get full access to the video and lesson content.

Join 4.3K+ learners from companies like Shopify, Microsoft, Tiktok, AppSumo and Instacart.

$197
one-time payment

We've successfully added a custom link feature to our link manager. Users can now add links by providing a URL, which is then crawled to fetch the page title, description, and icon. Here's what we've accomplished:

  1. Created a new CustomLink LiveWire component
  2. Implemented a URLCrawlerService to fetch page information
  3. Added error handling for invalid URLs or crawling issues
  4. Integrated the custom link feature into the existing link manager interface
  1. User enters a URL and hits enter
  2. The system crawls the URL to fetch metadata
  3. A new link item is added to the...

Subscribe now to get full access to the lesson content.

Get started →