SiteRenderedEmbeds
Like a comment.
Stored Procedure Specific Information
Execute
Call this procedure to get a rendered embed for a site.
Note: The current user must have publishing access.
To get a rendered embed for a site, you must specify the following column: EmbedUrl.
For example:
EXEC SiteRenderedEmbeds EmbedUrl='https://www.youtube.com/watch?v=dQw4w9WgXcQ';
Input
| Name | Type | Description |
| EmbedUrl | String | The query-string–encoded embed URL to render. Only one URL can be submitted per request. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the embed rendering operation completed successfully. |
| EmbedUrl | String | The embed URL that was processed for rendering. |
| Result | String | The rendered HTML output generated from the specified embed URL. |