Select the types of activity you want to include in your feed.
1// src/scripts/embed-facade.ts 2// Browser entry: wire facade play buttons once the article DOM is present. 3import { initEmbedFacades } from '../lib/embeds/facade'; 4 5initEmbedFacades();