Skip to content

Instantly share code, notes, and snippets.

@cemerson
Created July 31, 2020 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cemerson/6dce41a1b217427cdf22f59cd9ac8b25 to your computer and use it in GitHub Desktop.
Save cemerson/6dce41a1b217427cdf22f59cd9ac8b25 to your computer and use it in GitHub Desktop.
Embed Bitchute in Wordpress

How to embed a BitChute video into a Wordpress post Print

  1. Install the wordpress iFrame plugin https://wordpress.org/plugins/iframe/

  2. Find the URL of a video you want to embed E.g. https://www.bitchute.com/video/VIDEO_ID_HERE/

  3. Change the URL by replacing video with embed https://www.bitchute.com/embed/VIDEO_ID_HERE/

  4. Add the iframe line to a post [iframe src="https://www.bitchute.com/embed/VIDEO_ID_HERE/" width="480" height="360"]

or for the full width of the post you can use a percentage value [iframe src="https://www.bitchute.com/embed/VIDEO_ID_HERE/" width="100%" height="500"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment