Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1023 Bytes

embed.md

File metadata and controls

24 lines (15 loc) · 1023 Bytes
title
embed

Type:

It returns the specified data field as response over the target url, mimic the same headers and body.

<MultiCodeEditor languages={mqlCode('https://news.ycombinator.com/item?id=13713480', { screenshot: true, embed: 'screenshot.url' })} />

In this way, you can embed any data field directly as part of your HTML markup.

<img 
  src="https://api.microlink.io/?url=https%3A%2F%2Fnews.ycombinator.com%2Fitem%3Fid%3D13713480&meta=false&screenshot=&embed=screenshot.url" alt="Hacker News">

In order to authenticate your requests, you should use proxy and edge-proxy to don't expose your credentials.

Read more about that at authentication section.