' );
jQuery( '.article-content .xe_content iframe[src^="https://tv.kakao.com/"]' ).wrap( '
' );
jQuery( '.article-content .xe_content iframe[src^="https://serviceapi.rmcnmv.naver.com/"]' ).wrap( '
' );
jQuery('.videoWrap').parent().css('text-align','');
});
var clipboard = new Clipboard('.ab-copy-url');
clipboard.on('success', function(e) {
alert('Copied!');
});
clipboard.on('error', function(e) {
prompt('Input Ctrl + C', e.text);
});
function sendSns(sns, url, title) {
var o;
var _url = encodeURIComponent(url);
var _title = encodeURIComponent(title);
var _br = encodeURIComponent('\r\n');
switch(sns) {
case 'facebook':
o = {
method:'popup',
url:'http://www.facebook.com/sharer/sharer.php?u=' + _url
Related Keywords