| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/blog/components/com_kunena/template/system/layouts/bbcode/twitter/ |
Upload File : |
<?php
/**
* Kunena Component
* @package Kunena.Template.Crypsis
* @subpackage Layout.BBCode
*
* @copyright (C) 2008 - 2018 Kunena Team. All rights reserved.
* @license https://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.kunena.org
**/
defined('_JEXEC') or die;
// [tweet]112233445566[/tweet]
// Display individual tweet.
?>
<div id="kunena_twitter_widget" style="background: none repeat scroll 0 0 #fff; border-radius: 5px; padding: 8px 8px 0;" class="root ltr twitter-tweet not-touch var-narrow" lang="en" data-scribe="page:tweet" data-iframe-title="Embedded Tweet" data-dt-pm="PM" data-dt-am="AM" data-dt-full="%{hours12}:%{minutes} %{amPm} - %{day} %{month} %{year}" data-dt-months="Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec" dir="ltr" data-twitter-event-id="4">
<blockquote class="tweet subject expanded h-entry" data-scribe="section:subject" cite="https://twitter.com/<?php echo $this->user_name ?>/status/<?php echo $this->tweetid ?>" data-tweet-id="<?php echo $this->tweetid ?>">
<div class="header">
<div class="h-card p-author with-verification" data-scribe="component:author">
<a class="u-url profile" data-scribe="element:user_link" aria-label="<?php echo $this->user_name ?> (screen name: <?php echo $this->user_screen_name ?>)" href="https://twitter.com/<?php echo $this->user_screen_name ?>">
<img class="u-photo avatar" data-scribe="element:avatar" data-src-2x="<?php echo $this->user_profile_url_big ?>" src="<?php echo $this->user_profile_url_normal ?>" alt="<?php echo $this->user_name ?>">
<span class="full-name">
<span class="p-name customisable-highlight" data-scribe="element:name"><?php echo $this->user_name ?></span>
<?php if ($this->verified) : ?>
<span class="verified" data-scribe="element:verified_badge" aria-label="Verified Account" title="Verified Account">
<b>✔</b>
</span>
<?php endif; ?>
</span>
<span class="p-nickname" data-scribe="element:screen_name" dir="ltr">
@<b><?php echo $this->user_screen_name ?></b>
</span>
</a>
</div>
<div class="content e-entry-content" data-scribe="component:tweet">
<p class="e-entry-title">
<?php echo $this->tweet_text ?>
</p>
<div class="dateline collapsible-container">
<a class="u-url customisable-highlight long-permalink" data-scribe="element:full_timestamp" data-datetime="<?php echo JFactory::getDate($this->tweet_created_at)->toISO8601(); ?>" href="https://twitter.com/<?php echo $this->user_name ?>/status/<?php echo $this->tweetid ?>">
<time class="dt-updated" title="Time posted: <?php echo KunenaDate::getInstance($this->tweet_created_at)->toKunena('ago'); ?>" datetime="<?php echo JFactory::getDate($this->tweet_created_at)->toISO8601(); ?>" pubdate=""><?php echo KunenaDate::getInstance($this->tweet_created_at)->toKunena('datetime'); ?></time>
</a>
</div>
</div>
<div class="footer customisable-border" data-scribe="component:footer">
<span class="stats-narrow customisable-border">
<span class="stats" data-scribe="component:stats">
<a data-scribe="element:retweet_count" title="View Tweet on Twitter" href="https://twitter.com/<?php echo $this->user_screen_name ?>/status/<?php echo $this->tweetid ?>">
<span class="stats-retweets">
<strong><?php echo $this->retweet_count; ?></strong>
Retweets
</span>
</a>
<a data-scribe="element:favorite_count" title="View Tweet on Twitter" href="https://twitter.com/<?php echo $this->user_screen_name ?>/status/<?php echo $this->tweetid ?>">
<span class="stats-favorites">
<strong><?php echo $this->favorite_count; ?></strong>
favorites
</span>
</a>
</span>
</span>
<ul class="tweet-actions" data-scribe="component:actions" aria-label="Tweet actions" role="menu">
<li>
<a class="reply-action web-intent" data-scribe="element:reply" title="Reply" href="https://twitter.com/intent/tweet?in_reply_to=<?php echo $this->tweetid ?>">
<i class="ic-reply ic-mask"></i>
<b>Reply</b>
</a>
</li>
<li>
<a class="retweet-action web-intent" data-scribe="element:retweet" title="Retweet" href="https://twitter.com/intent/retweet?tweet_id=<?php echo $this->tweetid ?>">
<i class="ic-retweet ic-mask"></i>
<b>Retweet</b>
</a>
</li>
<li>
<a class="favorite-action web-intent" data-scribe="element:favorite" title="Favorite" href="https://twitter.com/intent/favorite?tweet_id=<?php echo $this->tweetid ?>">
<i class="ic-fav ic-mask"></i>
<b>Favorite</b>
</a>
</li>
</ul>
</div>
</blockquote>
</div>