Tổng hợp Code Popup – Javascripts Quảng Cáo cho Website – Blogspot – WordPress . Code Javascripts Popup quảng cáo cho website – blogspot. Code Popup quảng cáo xuất hiện nhiều tab mỗi khi click chuột.Code Popup quảng cáo xuất hiện popup khi click chuột lần đầu tiên.Code Popup quảng cáo xuất hiện nhiều cửa sổ khi click lần đầu tiên. Code mở popup cửa sổ quảng cáo nhỏ dưới góc màn hình.
- Code Popup xuất hiện nhiều tab mỗi khi click chuột
- Code Popup-under hiện sau trình duyệt cho website/Blogger
- Code popup mở ra tab mới khi click vào vị trí bất kỳ trên web
- Code mở popup cửa sổ quảng cáo nhỏ dưới góc màn hình
- Code Popup: Xuất hiện popup khi click chuột lần đầu tiên
- Code Popup : Xuất hiện nhiều cửa sổ khi click lần đầu tiên
- Code tạo quảng cáo popup xuất hiện 1 lần/1 ngày/1 ip
1. Code Popup xuất hiện nhiều tab mỗi khi click chuột
Thay phần <body> thành đoạn code dưới đây
<body onclick=’open_popup()’>
<script type=’text/javascript’>
/* <![CDATA[ */
function open_popup() {
window.open(“https://saomedia.net/”)
window.open(“https://livestream.com.vn”)
window.open(“https://saostar.net”)
}
/* ]]> */
</script>
Thay các link blogspot trên cho phù hợp với nhu cầu của bạn !
2. Code Popup-under hiện sau trình duyệt cho website/Blogger
- Các popup-under sẽ tự động xuất hiện mà không cần phải đợi độc giả click vào một vị trí bất kỳ nào trên blogger của bạn.
- Popup sẽ không xuất hiện trên các trình duyệt sử dụng các add on hay phần mềm chặn popup.
Đối với Blogspot
- Đăng nhập vào blog
- Vào bảng điều khiển Blogger
- Vào bố cục (Layout) -> Thêm tiện ích (Add a widget) -> HTML/Javascript
- Dán 1 trong 2 đoạn code dưới đây vào tiện ích HTML/Javascript vừa thêm (Ngoài ra bạn có thể dán nó trước thẻ </head> )
Đối với Website:
Bạn chỉ cần dán nó trước thẻ </head> là ok
Đoạn 1:
<script>
function popup() {
var url = “https://diendandoanhnhan.net/“;
window.open(url);
popWin = window.open(page,’popWin’);
popWin.blur();
window.focus();
}
popup();
</script>
Đoạn 2:
<script>
//Pop-under window- By JavaScript Kit
//Credit notice must stay intact for use
//Visit http://javascriptkit.com for this script
//specify page to pop-under
var popunder=”https://diendandoanhnhan.net/“
//specify popunder window features
//set 1 to enable a particular feature, 0 to disable
var winfeatures=”width=800,height=510,scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0″
//Pop-under only once per browser session? (0=no, 1=yes)
//Specifying 0 will cause popunder to load every time page is loaded
var once_per_session=0
///No editing beyond here required/////
function get_cookie(Name) {
var search = Name + “=”
var returnvalue = “”;
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(“;”, offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function loadornot(){
if (get_cookie(‘popunder’)==”){
loadpopunder()
document.cookie=”popunder=yes”
}
}
function loadpopunder(){
win2=window.open(popunder,””,winfeatures)
win2.blur()
window.focus()
}
if (once_per_session==0)
loadpopunder()
else
loadornot()
</script>
3.Code popup mở ra tab mới khi click vào vị trí bất kỳ trên web
4. Code mở popup cửa sổ quảng cáo nhỏ dưới góc màn hình
- Xuất hiện 1 lần khi trình duyệt Website mở.
- Cửa sổ trang Website được Pop nhỏ ở góc màn hình -> kéo dài thời gian ở lại của Website được Pop.
- Trên các nền Website thì đây chỉ là 1 đoạn code javascript trên thẻ </head> là OK
- Hướng dẫn trên Blogspot : Các bạn vào bảng điều khiển blogger -> bố cục (Layout) -> Thêm 1 tiện ích (Add a Widget) -> HTML/Javascript. Sau đó dán code sau vào tiện ích vừa thêm và lưu lại là OK
5. Code Popup: Xuất hiện popup khi click chuột lần đầu tiên
6. Code Popup : Xuất hiện nhiều cửa sổ khi click lần đầu tiên
Code phần này là khi bạn click vào blog lần đầu tiên tất cả các cửa sổ đều xuất hiện và chỉ 1 lần duy nhất, những cú click tiếp theo trên cùng 1 trình duyệt thì các cửa sổ không xuất hiện nữa với khoảng thời gian nhất định.
Thay phần <body> thành đoạn code dưới đây
<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 params = ‘width=’ + ‘600’;
params += ‘, height=’ + ‘500’;
params += ‘,scrollbars=yes,status=1,toolbar=1,menubar=1,resizable=1,location=1,directories=1’;
var vtlai_popup_0 = window.open(‘https://pvm.vn/‘, ‘vtlai_popup_0′, params +’, top=0,left=0′);
var vtlai_popup_1 = window.open(‘https://pvm.com.vn/’, ‘vtlai_popup_1′, params +’, top=0,left=0′);
var vtlai_popup_2 = window.open(‘https://cmo.com.vn/‘, ‘vtlai_popup_2′, params +’, top=0,left=0′);
var vtlai_popup_3 = window.open(‘https://gab.com.vn/‘, ‘vtlai_popup_3′, params +’, top=0,left=0′);
}
}
}
//]]>
</script>
7. Code tạo quảng cáo popup xuất hiện 1 lần/1 ngày/1 ip
Tìm đến thẻ <body> và thay thế thành như bên dưới
<body onclick=’popunder();’>
<script>
/* <![CDATA[ */
function Set_Cookie(a,b,c,e,f,g){var d=new Date;d.setTime(d.getTime());d=new Date(d.getTime()+c);document.cookie=a+”=”+escape(b)+(c?”;expires=”+d.toGMTString():””)+(e?”;path=”+e:””)+(f?”;domain=”+f:””)+(g?”;secure”:””)}function Get_Cookie(a){var b=document.cookie.indexOf(a+”=”),c=b+a.length+1;if(!b&&a!=document.cookie.substring(0,a.length)||-1==b)return null;a=document.cookie.indexOf(“;”,c);-1==a&&(a=document.cookie.length);return unescape(document.cookie.substring(c,a))} function Delete_Cookie(a,b,c){Get_Cookie(a)&&(document.cookie=a+”=”+(b?”;path=”+b:””)+(c?”;domain=”+c:””)+”;expires=Mon, 11-November-2020 00:00:01 GMT”)}
function popunder(){null==Get_Cookie(“cucre”)&&(Set_Cookie(“cucre”,”cucre Popunder”,”1″,”/”,””,””),
pop=window.open(“https://tapchidoanhnghiep.net“,”windowcucre”),
pop.blur(),window.focus())}function addEvent(a,b,c){a.attachEvent?a.attachEvent(“on”+b,c):a.addEventListener?a.addEventListener(b,c,!0):a[“on”+b]=c} addEvent(window,”load”,function(){addEvent(document.body,”click”,function(){popunder()})});
/* ]]> */</script>
Vinaseo tổng hợp
Chúc các bạn thành công !