Skip to content

Chevereto Direkt Link

Uygulamalar
  • Chevereto image hosting scriptinde yüklenen resimlerin ilk paylaşım seçeneğini direkt link yapmak için;

    ../app/themes/Peafowl/snippets/embed.php
    

    yolunda bulunan embed.php içeriğinde istediğiniz seçeneği en üste taşıyabilirsiniz.

    global $embed_tpl, $embed_unapproved_tpl;
    $embed_tpl = [
        'links' => [
            'label' => _s('Links'),
            'options' => [
                'direct-links' => [
                    'label' => _s('Direct links'),
                    'template' => '%URL%',
                    'size' => 'full',
                ],
    			
    			'viewer-links' => [
                    'label' => _s('Viewer links'),
                    'template' => '%URL_SHORT%',
                    'size' => 'viewer',
                ],
                
            ],
        ],
    

    Yukarıdaki kod bloğunda resim yüklendikten sonra çıkan paylaşım seçeneklerinde ilk paylaşım oalrak direkt link ayarlanmış oldu.


Benzer konular