Browse
For agents
About
Tagembed: Social Media Feeds and Customer Reviews Widget
/
7.6
Tagembed: Social Media Feeds and Customer Reviews Widget
v7.6
Switch version
7.5
7.6
7.7
7.4
trunk
3.10
3.9
4.0
4.1
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
5.1
5.2
5.3
5.4
5.5
5.6
5.7
All 42 releases
Overview
Code
tagembed-widget
/
views
/
analytics
/
analyticsView.php
analyticsView.php
in Tagembed: Social Media Feeds and Customer Reviews Widget 7.6, at views/analytics/analyticsView.php
11 lines
507 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
if
(
!
defined
(
'
ABSPATH
'
)
)
:
3
exit
;
4
endif
;
5
include_once
TAGEMBED_PLUGIN_DIR_PATH
.
'
views/includes/headView.php
'
;
6
include_once
TAGEMBED_PLUGIN_DIR_PATH
.
'
views/includes/headerView.php
'
;
7
?
>
8
<
div
>
9
<
iframe
src
=
"
<?php echo esc_url(TAGEMBED_PLUGIN_SERVER_URL . 'analytics?userId=' .
$
__tagembed__active_widget_user_id
); ?>
"
class
=
"
__tagembed__analytics
"
width
=
"
100%
"
height
=
"
100%
"
title
=
"
Tagembed Analytics
"
>
<
/
iframe
>
10
<
/
div
>
11
<
?
php
include_once
TAGEMBED_PLUGIN_DIR_PATH
.
'
views/includes/footerView.php
'
;
?
>