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

":""|replace:"

":""|replace:" {elseif $oembed.provider_name=="Soundcloud"} {* 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 *} {else} {* Link type finishes *}
{if $oembed.error}{$oembed.error}{else}{$oembedurl}{/if}
{/if}