rj wrote:Thanx... I understand, a video player box at the bottom will have to do. When I find it do I just substitute a link to the image in the space the "continue" prompt is?
Yes.. as Garvin pointed out, it is in entries.tpl. The "continue reading :code looks like this:
Code: Select all
{if $entry.has_extended and not $is_single_entry and not $entry.is_extended}
<br /><a href="{$entry.link}#extended">{$CONST.VIEW_EXTENDED_ENTRY|@sprintf:$entry.title}</a><br /><br />
{/if}
The code above is from /templates/default/ - yours may vary if using a custom template.
I presume you will want to keep that, then add an image that links to the same destination? If so, it will look something like this:
Code: Select all
{if $entry.has_extended and not $is_single_entry and not $entry.is_extended}
<br /><a href="{$entry.link}#extended"><img src="/path/to/your/image/file.jpg" alt="video" /></a><br /><br />
{/if}
I suppose I could add a &autoplay=true in the various embed codes to see if it works.

After all, once you save those embeds in the WYS editor the code moves all around anyway, but lucky for me, works in all the browsers these days.
Not sure - I don't embed videos in my entries, but if I did, I would not use autoplay.
Oh, and just to make sure, putting the videos in the CONTINUE box keeps the articles on the front page from loading all the the player graphics (which are around 80k each) and the embedded trackbacks?
Yes, that should be correct.
I also wonder if it is just serendipity that since I put all the videos into CONTINUE that the SAVE ENTRY process is about 10 times faster than it was before? Or is it something unrelated you think?
My suspicion on that slowness has always been that Comedy Central takes forever to do that initial trackback inside the embed code and they may have recently upgraded their servers or something.
Not sure, but since it is working faster now, no need to really question it!
