@@ -25,9 +25,9 @@ |
||
| 25 | 25 | |
| 26 | 26 | "; |
| 27 | 27 | ?> |
| 28 | - <?php echo Html::a('<i class="fa fa-facebook" style="font-size:16px;color:#3a5795"> </i>', 'https://www.facebook.com/sharer/sharer.php?u=' . urlencode($permalink) . '&description=' . urlencode($object->getContentDescription()),['onclick'=> $option]);?> |
|
| 29 | - <?php echo Html::a('<i class="fa fa-twitter" style="font-size:16px;color:#55acee"> </i> </i>', 'https://twitter.com/intent/tweet?text=' . urlencode($object->getContentDescription()) . '&url=' . urlencode($permalink),['onclick'=> $option]);?> |
|
| 30 | - <?php echo Html::a('<i class="fa fa-linkedin-square" style="font-size:16px;color:#0177b5"></i>', 'https://www.linkedin.com/shareArticle?summary=&mini=true&source=&title=' . urlencode($object->getContentDescription()) . '&url=' . urlencode($permalink) . '&ro=false', ['onclick'=> $option]);?> |
|
| 28 | + <?php echo Html::a('<i class="fa fa-facebook" style="font-size:16px;color:#3a5795"> </i>', 'https://www.facebook.com/sharer/sharer.php?u='.urlencode($permalink).'&description='.urlencode($object->getContentDescription()), ['onclick'=> $option]); ?> |
|
| 29 | + <?php echo Html::a('<i class="fa fa-twitter" style="font-size:16px;color:#55acee"> </i> </i>', 'https://twitter.com/intent/tweet?text='.urlencode($object->getContentDescription()).'&url='.urlencode($permalink), ['onclick'=> $option]); ?> |
|
| 30 | + <?php echo Html::a('<i class="fa fa-linkedin-square" style="font-size:16px;color:#0177b5"></i>', 'https://www.linkedin.com/shareArticle?summary=&mini=true&source=&title='.urlencode($object->getContentDescription()).'&url='.urlencode($permalink).'&ro=false', ['onclick'=> $option]); ?> |
|
| 31 | 31 | </div> |
| 32 | 32 | </div> |
| 33 | 33 | </div> |
@@ -13,15 +13,15 @@ discard block |
||
| 13 | 13 | <div class="post-files" id="post-files-<?php echo $object->getUniqueId(); ?>"> |
| 14 | 14 | <?php foreach ($files as $file): ?> |
| 15 | 15 | <?php if ($previewImage->applyFile($file)): ?> |
| 16 | - <a data-ui-gallery="<?= "gallery-" . $object->getUniqueId(); ?>" href="<?= $file->getUrl(); ?>#.jpeg" title="<?= Html::encode($file->file_name) ?>"> |
|
| 16 | + <a data-ui-gallery="<?= "gallery-".$object->getUniqueId(); ?>" href="<?= $file->getUrl(); ?>#.jpeg" title="<?= Html::encode($file->file_name) ?>"> |
|
| 17 | 17 | <?= $previewImage->render(); ?> |
| 18 | 18 | </a> |
| 19 | - <?php elseif(FileHelper::getExtension($file->file_name) == 'mp4'): ?> |
|
| 20 | - <a data-ui-gallery="<?= "gallery-" . $object->getUniqueId(); ?>" type="video/mp4" href="<?= $file->getUrl(); ?>#.mp4" title="<?= Html::encode($file->file_name) ?>"> |
|
| 19 | + <?php elseif (FileHelper::getExtension($file->file_name) == 'mp4'): ?> |
|
| 20 | + <a data-ui-gallery="<?= "gallery-".$object->getUniqueId(); ?>" type="video/mp4" href="<?= $file->getUrl(); ?>#.mp4" title="<?= Html::encode($file->file_name) ?>"> |
|
| 21 | 21 | <video src="<?= $file->getUrl() ?>" height="130" /> |
| 22 | 22 | </a> |
| 23 | - <?php elseif(FileHelper::getExtension($file->file_name) == 'ogv'): ?> |
|
| 24 | - <a data-ui-gallery="<?= "gallery-" . $object->getUniqueId(); ?>" type="video/ogg" href="<?= $file->getUrl(); ?>#.ogv" title="<?= Html::encode($file->file_name) ?>"> |
|
| 23 | + <?php elseif (FileHelper::getExtension($file->file_name) == 'ogv'): ?> |
|
| 24 | + <a data-ui-gallery="<?= "gallery-".$object->getUniqueId(); ?>" type="video/ogg" href="<?= $file->getUrl(); ?>#.ogv" title="<?= Html::encode($file->file_name) ?>"> |
|
| 25 | 25 | <video src="<?= $file->getUrl() ?>" height="130" /> |
| 26 | 26 | </a> |
| 27 | 27 | <?php endif; ?> |
@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | <?= \humhub\modules\file\widgets\FilePreview::widget([ |
| 47 | 47 | 'hideImageFileInfo' => $hideImageFileInfo, |
| 48 | 48 | 'model' => $object, |
| 49 | - ]);?> |
|
| 49 | + ]); ?> |
|
| 50 | 50 | |
| 51 | 51 | </div> |
| 52 | 52 | <?php endif; ?> |