* Get the correct script for the container. * @param {!Window} global * @param {string} scriptSource The source of the script, different for post and comment embeds.
(global, scriptSource)
| 6 | * @param {string} scriptSource The source of the script, different for post and comment embeds. |
| 7 | */ |
| 8 | function getContainerScript(global, scriptSource) { |
| 9 | loadScript(global, scriptSource, () => {}); |
| 10 | } |
| 11 | |
| 12 | /** |
| 13 | * Embedly looks for a blockquote with a '-card' suffixed class. |