-1

When I published Youtube video post, that video not showing on page. I am using genesis sample theme to create my website. Is there any other way to show youtube video for genesis sample theme?

Arijit
  • 1
  • 4
  • how are you adding the video to the page? – William Patton Feb 18 '15 at 09:56
  • If you provide more information and a more specific question, you will increase your chances of receiving a quality response. – Jon Surrell Feb 18 '15 at 09:56
  • I am using Genesis framework. Here I created a custom page for showing my youtube blogs. When I create a post and paste the youtube link. The link show youtube video in visual edit mode. But once I published the post and view page, then the post show only title of the post and the content. – Arijit Feb 18 '15 at 11:58
  • Also I am put this youtube video link in by default post but the result is same. – Arijit Feb 18 '15 at 12:01
  • Process I followed: Copy the youtube url code and paste on my new post. Also I tried with embedded Iframe code but the result was same. – Arijit Feb 18 '15 at 12:04
  • Can you give a link to your post, which does not work? Or it is not available in the internet? – Zlelik Feb 18 '15 at 12:17
  • No it is not available in the internet. – Arijit Feb 18 '15 at 12:33
  • I am trying to reload my genesis theme and the sample theme. – Arijit Feb 18 '15 at 12:36

1 Answers1

0

I tried with my blog (http://zlelik2000.wordpress.com/) and I used "Add Media" button and later I chose "Insert Youtube". You need to use link like this

https://www.youtube.com/watch?v=HMZ28e6IQDE

Zlelik
  • 559
  • 1
  • 7
  • 17
  • I am using Genesis framework. Here I created a custom page for showing my youtube blogs. When I create a post and paste the youtube link. The link show youtube video in visual edit mode. But once I published the post and view page, then the post show only title of the post and the content. – Arijit Feb 18 '15 at 11:59
  • You can try to put this code as well. – Zlelik Feb 18 '15 at 12:04
  • Also as I see there is some caching. You can try to press Ctrl+F5 in your browser to have real full refresh. – Zlelik Feb 18 '15 at 12:08
  • Not working. My custom page code here: //* Template Name: Youtube blog //* The blog page loop logic is located in lib/structure/loops.php if(query_posts(array('post_type' => 'youblogs','paged' => $paged))); genesis(); – Arijit Feb 18 '15 at 12:28
  • Is my Genesis theme sample theme file corrupted? – Arijit Feb 18 '15 at 12:29
  • Thanks a lot. Sorry you already told me but now I found 'Insert from URL'. Now I can see my youtube blog. Thanks again. – Arijit Feb 18 '15 at 12:50