Skip to content

Commit

Permalink
Merge pull request #247 from 10up/feature/display-video-url
Browse files Browse the repository at this point in the history
Feature/display video url
  • Loading branch information
oscarssanchez committed Jan 17, 2022
2 parents 0d66153 + d4ca94d commit 4a243c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions includes/admin/class-bc-templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,15 @@ class="brightcove-datetime brightcove-end-date"
</span>
<span class="right-col">{{ data.id }}</span>

<span class="left-col">
<?php esc_html_e( 'Video URL: ', 'brightcove' ); ?>
</span>
<span class="right-col">
<a href="https://players.brightcove.net/{{data.account_id}}/default_default/index.html?videoId={{data.id}}">
https://players.brightcove.net/{{data.account_id}}/default_default/index.html?videoId={{data.id}}
</a>
</span>

<?php
$screen = get_current_screen();
$parent_base = $screen->parent_base;
Expand Down

0 comments on commit 4a243c6

Please sign in to comment.