Closed Mte90 closed 10 years ago
There's not currently a straightforward way of doing this I don't think since the embeds aren't processed every time the post is displayed.
If you're concerned about extra HTTP requests, you can either look at a plugin that aggregates CSS files, or add the CSS to your main CSS file and un-enqueue the CSS files using standard WordPress hooks / filters.
maybe add the stylesheet in the content and not in the head is a solution.
Load css only when post contain github link is possible?