Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. $buffy .= '<div class="wpb_video_wrapper">';
  2. $buffy .= '<script src="https://apis.google.com/js/platform.js"></script>';
  3. $buffy .= '<div class="g-ytsubscribe" data-channel="GoogleDevelopers"></div>';
  4. $buffy .= '<span id="custom_text">SUBSCRIBE HERE!!!!</span>';
  5. $buffy .= '<iframe width="600" height="560" src="http://www.youtube.com/embed/' . $this->getYoutubeId($videoUrl) . '?feature=oembed&wmode=opaque' . $this->getYoutubeTimeParam($videoUrl) . '" frameborder="0" allowfullscreen=""></iframe>
  6. </div>
  7. ';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement