From 7eed540671eb52a19f75f31bd8e3a321616c56b8 Mon Sep 17 00:00:00 2001 From: immber Date: Thu, 13 Dec 2018 13:10:14 -0800 Subject: [PATCH] added link to asset scraping --- docs/source/integrating/cms-integration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/integrating/cms-integration.md b/docs/source/integrating/cms-integration.md index f832d15ae..521ab5cf8 100644 --- a/docs/source/integrating/cms-integration.md +++ b/docs/source/integrating/cms-integration.md @@ -70,6 +70,8 @@ sync?_ ### “Lazy Asset Creation” Talk’s provided embed script by default dynamically generates Assets in Talk based on each unique url that triggers it. The url must reference an existing Permitted Domain. If your articles/stories always have unique urls, then you will not need to modify the default behavior. +Assets created in this way will then be scraped to load metadata, see [Asset Scraping](/talk/integrating/asset-scraping/) + ## Customizing the Integration with a Plugin In order to have more strict control over the asset creation flow to allow only assets pushed into it from your CMS, and keep your URL/title in sync we will create a plugin.