by Stijn Bernaer | Sep 30, 2021 | Uncategorized
What you need: image as header for you popupmarketing text with clear CTA (for in your button)Google Tag Manager to display it on the pages you want. We will using the javascript library SweetAlert2. Go to your Google Tag Manager Define a new tag Use ‘Custom...
by Stijn Bernaer | Sep 29, 2021 | Uncategorized
So you have this type of ad: Lead Form on Facebook. It can be very useful to generate leads! Why? The form data is prefilled already (because Facebook knows quite a lot from its users). When running ads, you don’t want to check all the time when leads come...
by Stijn Bernaer | Sep 25, 2021 | Uncategorized
Scenario: e.g. you have an office with a laptop / computer in a building far from home. During the night you want to complete some administration stuff from your home without leaving the house. So we have a: a ‘TARGET’ device that you want to get access to...
by Stijn Bernaer | Sep 24, 2021 | Uncategorized
So sometimes you want to quickly test a webpage with some sample images with specific dimensions without losing too much time (resizing, cropping, …) Well this is a cool website that can assist youhttps://placeholder.pics/ You need an svg image with dimensions...
by Stijn Bernaer | Sep 24, 2021 | Uncategorized
Start with entering all urls in a file: urls.txt Next, create a bash script file that loops over this file: loopOverFile.sh while read p; do echo “$p” ./httpstatus “$p” #echo “$p” sleep 3 done <urls.txt Finally make sure you...
by Stijn Bernaer | Sep 21, 2021 | Uncategorized
Use this website: https://feinternational.com/website-penalty-indicator/
by Stijn Bernaer | Sep 20, 2021 | Uncategorized
When you are doing a website migration with lots of pages, it might be challenging to decide what to migrate and what pages not? Here is a plan (step by step) Step 1: export all urls (e.g using Google Analytics) Step 2: enrich the urls data with a) organic visits...
by Stijn Bernaer | Sep 17, 2021 | Uncategorized
So are you seeing too much forms when you are using Facebook Lead Forms in your ads? The number of Forms can add up as each time you want to correct a typo, you need to create a new one (I typically duplicate the form I need to correct). You cannot really delete it....
by Stijn Bernaer | Sep 8, 2021 | Uncategorized
E.g. you want your temporary website not to be found by Google. Then you can add a couple of lines to the .htaccess file and create a .htpasswd (to store the user credentials). .htaccess AuthType Basic AuthName “My Protected Folder” AuthUserFile...
by Stijn Bernaer | Sep 8, 2021 | Uncategorized
Every experienced you could not upload your favorite WordPress Theme (mine is Divi from ElegantThemes. Get 20% of using this link.)? Probably there is a upload maximum size of your hosting company. Quick fix: Install “WP Htaccess Editor” from...
Recent Comments