vimeo bbc kodu eklemeSources/Subs.php de alttaki kodları bulun
array(
'tag' => 'html',
'type' => 'unparsed_content',
'content' => '$1',
'block_level' => true,
'disabled_content' => '$1',
),Hemen altına aşağıdaki kodları ekleyin array(
'tag' => 'vimeo',
'type' => 'unparsed_content',
'content' => '<iframe src="https://player.vimeo.com/video/$1" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>',
'block_level' => true,
),Sources/Subs-Editor.php Alttaki kodları bulun
array(
'code' => 'flash',
'description' => $editortxt['flash']
),Hemen altına bu kodları ekleyin
array(
'image' => 'vimeo',
'code' => 'vimeo',
'before' => '[vimeo]',
'after' => '[/vimeo]',
'description' => $txt['vimeo']
),Themes/default/languages/Post.english.php alttaki kodu bul
?>Üstüne alttaki kodu ekleyin$txt['vimeo'] = 'vimeo';Ekteki Resimi Temanızın /images/bbc/ klasörü içine atın
Linkback:
vimeo bbc kodu ekleme