{* 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 *} {if $oembed.provider_name=="Wikipedia"}
{/if} {if $oembed.description} {if $oembed.title}{$oembed.title}
{/if}

{if $oembed.thumbnail_url}{$oembed.title}{/if}{$oembed.description}{if $oembed.url} [link]{/if}

{else} {$oembed.author_name} {/if} {if $oembed.provider_name=="Wikipedia"}
{/if}
{else} {* Link type finishes *} {if $oembed.error}{$oembed.error}{else}{$oembedurl}{/if} {/if}