Tag: oembed

  • Cool WordPress Plugins: Embed Extended

    Cool WordPress Plugins: Embed Extended

    A plugin called Embed Extended transforms OpenGraph data into oEmbed data for WordPress, allowing for easy and visually appealing embeds in the block editor. It enhances the overall embedding experience on WordPress sites, making it simpler and more enjoyable for users.

  • Wisps, a WordPress Plugin

    Wisps, a WordPress Plugin

    With Wisps, you can have code snippets similar to Gist, Pastebin, or similar code sharing sites. Using the built-in WordPress code editor, you can write snippets to post and share.

  • Query Caching (and a little extra)

    Query Caching (and a little extra)

    WordPress does not cache queries by default, but using the Advanced Post Cache plugin can improve performance. By caching `WP_Query` calls with a persistent object cache, performance can be enhanced even further with additional caching techniques for different queries and responses.