{* oembed.tpl last modified 2011-12-01 *} {if $oembed.type=='rich'} {* =================================================== RICH *} {if $oembed.provider_name|stripos:"Wikipedia" !== false}
{$oembed.html}
{elseif $oembed.provider_name|stripos:"IMDB" !== false} {* beautify IMDB content *}
{$oembed.html|replace:"

":""|replace:"

":""|replace:" {elseif $oembed.provider-name|stripos:"Soundcloud" !== false} {* beautify SoundCloud *} {$oembed.html|replace:"":"
"} {else} {$oembed.html} {/if} {elseif $oembed.type=='video'} {* =================================================== VIDEO *} {$oembed.html} {elseif $oembed.type=='image'} {* =================================================== IMAGE *} {$oembed.title} {elseif $oembed.type=='photo'} {* =================================================== PHOTO *} {$oembed.title} {elseif $oembed.type=='link'} {* =================================================== LINK *} {if $oembed.description} {if $oembed.title}{$oembed.title}
{/if}

{if $oembed.thumbnail_url}{/if}{$oembed.description}

{else} {$oembed.author_name} {/if} {else} {if $oembed.error}{$oembed.error}{else}{$oembedurl}{/if} {/if}