playMaker

Author Topic: Embed videos in post?[SOLVED]  (Read 5115 times)

nelsonn

  • Playmaker Newbie
  • *
  • Posts: 31
    • check out my portfolio :)
Embed videos in post?[SOLVED]
« on: February 20, 2017, 05:10:29 PM »
Heyo, I'm just wondering how to embed videos (with a youtube or vimeo link) in a post?
I'm almost entirely sure I'm just missing something obvious but I can't seem to get it to work... :(
« Last Edit: February 21, 2017, 04:03:40 AM by jeanfabre »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Embed videos in post?
« Reply #1 on: February 21, 2017, 03:11:45 AM »
Hi,
Code: [Select]
[youtube]http://www.youtube.com/watch?v=eNl7ZEljcdg[/youtube]Be sure to remove the "s" from "https:"
so it must be "http:"

nelsonn

  • Playmaker Newbie
  • *
  • Posts: 31
    • check out my portfolio :)
Re: Embed videos in post?
« Reply #2 on: February 21, 2017, 03:45:28 AM »
Hi,
Code: [Select]
[youtube]http://www.youtube.com/watch?v=eNl7ZEljcdg[/youtube]Be sure to remove the "s" from "https:"
so it must be "http:"

d'oh! so simple. thanks a lot :)