Youtube videos not showing up on main index


Author Message
Craig

Posted: 11/18/2010
Quote message 

Hi guys and gals,

This is a first...

On my main page
http://www.ghostwritingcash.com/blog/

No videos are showing but when I click on a post,
http://www.ghostwritingcash.com/blog/how-to-add-pages-to-your-ghostwriting-site/

The videos show.

I am not using the "MORE" tag.

Any ideas why these videos are not showing on the main index?

Thanks in advance
 
andreas

Posted: 11/30/2010
Quote message 

Same with me. WP-Theme doesn't show the video. But it does show it on the post page.
Can anybody help?

Andreas
 
Mr Parrot

Posted: 11/30/2010
Quote message 

This is likely to be a problem with your config.ini file if using Artisteer 2.5. Check that the excerpt_allowed_tags line is as follows:

excerpt_allowed_tags = "a,img,abbr,blockquote,b,cite,pre, code,em,label,i,p,span,strong,ul,ol,li,h1,h2,h3,h4,h5,h6,script, object,param,embed,iframe,div,table,thead,tbody,tfoot,tr,th,td";

It's the embed tag that should make YouTube work.

Mr Parrot (Ian)
 
Garry

Posted: 12/7/2010
Quote message 

This issue has been fixed in latest version, you should update your Artisteer installation to latest version(2.5.0.31067), you can download it from: http://www.artisteer.com/?p=news

 
Mo

Posted: 3/10/2011
Quote message 

I have the same problem on my website (http://howto-learn-guitar.com).

The youtube clips are not displayed in my wordpress website (using an artisteer theme). They can be displayed with FireFox but not with IE and Google Chrome.

I tried all the above solutions but it didn't help.
I have the latest version of Artisteer (2.6) .

The excerpt parameters of my theme's config.ini file are as follows:


excerpt_auto = false;
excerpt_min_remainder = 5;
excerpt_words = 40;
excerpt_use_tag_filter = false;
excerpt_allowed_tags = "a,img,abbr,blockquote,b,cite,pre, code,em,label,i,p,span,strong,ul,ol,li,h1,h2,h3,h4,h5,h6,script, object,param,embed,iframe,div,table,thead,tbody,tfoot,tr,th,td";

The Youtube script in my post (which cannot be displayed) is as follows:

<object style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;"> <param name="movie" value="http://www.youtube.com/v/XiRcSZ2WX80&?fs=1&amp;hl=en_US"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed style="width: 100%; height: 100%;" src="http://www.youtube.com/v/XiRcSZ2WX80&?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"></embed>
</object>

I also tried another video (shorter embeding script):

<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/QjA5faZF1A8" frameborder="0" allowfullscreen></iframe>

I have also cleared my cashe, restarted my computer, and also tried it on other computers but no luck.

Would anyone know how to fix this problem? Please help me
 
Tayeb

Posted: 1/15/2015
Quote message 

Posted: 12/7/2014 Quote message


from : jrgweb
i have try it and this is the best
-----------------------------------------------------------------------------------------------
Artisteer wants the src with the http: where as youtube embed is like this:

<iframe width="220" height="165" src="//www.youtube.com/embed/zpfNeFWA2vE?wmode=transparent" frameborder="0" allowfullscreen></iframe>

Just add http: in front of www

like this: <iframe width="220" height="165" src="http://www.youtube.com/embed/zpfNeFWA2vE?wmode=transparent" frameborder="0" allowfullscreen></iframe>

Here is an example:

http://demos.jrgweb.net/artivideo/home/new-page-2.html

As you can see in the example, 3rd video is more than likely what you are experiencing. :-D :-D