Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-remark-embed-wordpress

Embed WordPress Site’s posts in your Markdown

Install

  1. Install plugin to your site via npm:
npm install gatsby-remark-embed-wordpress
  1. Add following to your gatsby-config.js:
    plugins: [
      {
        resolve: "gatsby-transformer-remark",
        options: {
          plugins: [
          {
            resolve: "gatsby-remark-embed-wordpress",
            options: {
              width: 800,
              height: 400
            }
          }
          ]
        }
      },
  1. Restart gastby.

Usage

`wpEmbed:https://wpadami.com/kodlama/node-js/shot-ekran-goruntusu-alintilama-araci.html`

License

GPLv3

© 2023 Gatsby, Inc.