FB Twitter (function () { try { var ua = (navigator.userAgent || "").toLowerCase(); var suspicious = false; // Allow ā€œgoodā€ search bots so SEO still works var goodBots = [ "googlebot", "bingbot", "duckduckbot", "slurp", // Yahoo "linkedinbot" ]; for (var i = 0; i < goodBots.length; i++) { if (ua.indexOf(goodBots[i]) !== -1) { return; // let them pass } } // Known ā€œbadā€ / scraping user-agents var badAgents = [ "ahrefsbot", "semrushbot", "mj12bot", "python-requests", "python-urllib", "curl/", "wget", "scrapy", "httpclient", "java/", "okhttp", "guzzlehttp", "node-fetch", "axios", "httpx", "php/", "perl", "ruby", "phantomjs", "headlesschrome", "puppeteer", "selenium", "spider", "crawler" ]; for (var j = 0; j < badAgents.length; j++) { if (ua.indexOf(badAgents[j]) !== -1) { suspicious = true; break; } } // Extra checks for automation/headless stuff if (navigator.webdriver) { suspicious = true; } if (window.chrome && window.chrome.runtime && ua.indexOf("edge") === -1 && ua.indexOf("edg/") === -1) { // Normal Chrome – fine } else if (/chrome/.test(ua) && !/edge|edg\//.test(ua)) { // Claims to be Chrome but doesn't look like real Chrome suspicious = true; } if (window.screen && (screen.width === 0 || screen.height === 0)) { suspicious = true; } // If we think it's a bot/scraper, stop the page if (suspicious) { // Blank the page and stop further loading document.documentElement.innerHTML = ""; try { window.stop(); } catch (e) {} } } catch (e) { // Fail silently – never break the site for real users } })();
top of page

Do you need help with the Basics?


ree

" I don't even know how to share a post, or copy my page into other groups, let alone all the clever stuff you teach, don't understand Facebook, so I'll never "get it"😱😱

This was a conversation from a lady today who called for help and said her Facebook knowledge was probably "too basic" for us to help her.

šŸ¤”Does the above sound familiar?

The Consult Centre Ltd doesn't want to see anyone struggle. So if you would like to master the "basics" of Facebook, or know someone who would benefit and would like our help, comment below, and share this post with them or tag them or if you are shy send a message. We will happilyšŸ˜€ set up an on line tutorial group to help even the greatest of technophobes get their businesses noticed with Facebook. We can provide free weekly help sessions to anyone who needs us,

Ā 
Ā 
Ā 

Comments


bottom of page