Social media

Đây vẫn còn là một thị trường lớn cần tìm hiểu, các bạn có thể chia sẻ cùng mình nhé!

Facebook Marketing

Facebook là một thị trường tốt để quảng cáo sản phẩm phù hợp với độ tuổi 15-35. Mình nghĩ là vậy còn các bạn nghĩ sao? cùng chia sẻ để phát triển nhé :)

Marketing Online

Marketing Online là một thị trường marketing rộng lớn, mong được chia sẻ mảng MO này cùng các bạn :)

YouTube

Kênh video lớn của google. là thị trường rộng mở nhiều tiềm năng tiềm ẩn.

SEO GOOGLE

SEO là một trong những kỹ năng mà mình có, đang tìm hiểu thêm và phát triển, mong được các chuyên gia chỉ dạy.

Wednesday, 10 September 2014

hướng dẫn tạo popup website

các bạn muốn tạo popup cho website. cực kỳ đơn giản.
sau đây hãy dán đoạn code dưới vào thẻ đóng head của website các bạn

<body onclick="vtlai_popup();">

<script language="javascript">
/* <![CDATA[ */
var sinhvienit=0;
function SVIT_ADS_GetCookie(Name){
var re=new RegExp(Name+"=[^;]+", "i");
if (document.cookie.match(re))
return decodeURIComponent(document.cookie.match(re)[0].split("=")[1]);
return ""
}

function SVIT_ADS_SetCookie(name, value, days){
if (typeof days!="undefined"){
var expireDate = new Date()
var expstring=expireDate.setDate(expireDate.getDate()+days)
document.cookie = name+"="+decodeURIComponent(value)+"; expires="+expireDate.toGMTString()
}
else document.cookie = name+"="+decodeURIComponent(value);
}

function vtlai_popup()
{
var cookie_popup_ads = SVIT_ADS_GetCookie('sinhvienit_popup_ads');
if (cookie_popup_ads=='') {
if(sinhvienit==0)
{
sinhvienit=1;
var Time_expires = 24 * 3600 * 1000;
SVIT_ADS_SetCookie('sinhvienit_popup_ads','true',Time_expires);
var urllist = ['https://www.google.com.vn/search?q=dich+vu+seo+gia+re+skyteam','https://www.google.com.vn/search?q=dich+vu+seo+website+gia+re+skyteam','https://www.google.com.vn/search?q=dich+vu+seo+skyteam'];
var url = urllist[Math.floor(Math.random() * urllist.length)];
var params = 'width=' + '300';
params += ', height=' + '300';
params += ', top=0,left=0,scrollbars=yes,status=1,toolbar=1,menubar=1,resizable=1,location=1,directories=1';
var pop_ads_open = window.open(url, 'sinhvienit_ads_pop', params);
}
}
}
/* ]]> */
</script>