How to remove Wibiya “Powered by” logo
In this tutorial you will learn how to remove Wibiya Powered by logo in your toolbar.
1. Get Javascript code from http://www.wibiya.com/ for your toolbar.
example:
2. Copy the javascript link and paste in your browser.
3.Save as first.js
4. You need to get two texts from this file, and merge them.
Merge them so your link should looks something like
This is a link to other Javascript file. Save it as secound.js
5. Open with your text editor and replace
with
White space (press space on keyboard)
6. Then go to your first javascipt. Open and edit three lines.
if ((jQuery.browser.msie && parseInt(jQuery.browser.version)==6) || wibiyaToolbar.wibiya_isMobile == true){
}
else{
anything = "http://yourwebsite.com/your folder/"; // first one
if (wibiya_nc=="true") jQuery.noConflict();
if (typeof (startGallery) == "function" || jQuery.browser.msie || wibiya_pl=="true")
{
jQuery(document).ready(function(){
if (typeof (querySt("toolbarObjId")) == "undefined")
{
var wibiyaScriptSrc = anything+"second.js";// second one
}
else
{
var wibiyaScriptSrc = wibiyadomain+querySt("toolbarObjId")+".js";
}
loadjscssfile(wibiyaScriptSrc,"js","body");
});
}
else
{
if (typeof (querySt("toolbarObjId")) == "undefined")
{
var wibiyaScriptSrc = anything+"second.js";// third one
}
else
{
var wibiyaScriptSrc = wibiyadomain+querySt("toolbarObjId")+".js";
}
loadjscssfile(wibiyaScriptSrc,"js","body");
}
Final step. Change your include script code from
to
http://yourwebsite.com/your folder/first.js
You are done!
UPDATE!
I`v noticed that we just removed imagelogo, but we also need to remove logo div. In Internet Explorer there is a problem, like “div with wrong image url”. So Open Second.js , and find
<div class=\"itemRight\"> <a onclick=\"wibiyaToolbar.framework.fun_RegisterAction_extended(70,1065075,1,0,\'\')\" class=\"wibiyaToolbar_item_normal_6\" Appindex=\"6\" id=\"wibiyaToolbar_item_normal_anchor_6\" appId=\"70\" toolbarAppId=\"1065075\" appType=\"\" windowMethod=\"2\" applicationName=\"WibiyaLogo\" target=\"_blank\" href=\"http://www.wibiya.com/?ref=L\"> <img src=\" \" class=\"wibiyaToolbar_itemImg WibiyaMinRepresentation\" style=\"display:none;\" show=\"no\"/> <div class=\"TBcontainerDiv \" show=\"yes\"> <img src=\" \" class=\"wibiyaToolbar_itemImg\" /> </div>and remove. Now u are definitly done ).
© 2024 Created by Zomi Community Network. Powered by
You need to be a member of Zomi Community Network - Your Network to add comments!
Join Zomi Community Network - Your Network