Skip to content

Instantly share code, notes, and snippets.

@bueltge
Last active February 18, 2024 14:55
Show Gist options
  • Save bueltge/2290887 to your computer and use it in GitHub Desktop.
Save bueltge/2290887 to your computer and use it in GitHub Desktop.
Backlink Checker
<?php
// Example of use:
$bl_check = new Fb_Backlink_Checker( 'http://www.example.com', 'http://other.com' );
$bl_check->get_contents();
$bl_check->fetch_links();
if ( TRUE !== $bl_check->check() ) {
echo 'Backlink not found.';
}else{
echo 'Backlink found';
}
@boring-joey
Copy link

Tried on our site https://fotosnap.nl but unfortunately it didn't work. Thanks anyway

@egyseo
Copy link

egyseo commented Sep 27, 2019

not working on my site https://www.sama-riyadh.com/

@hakanbulgurlu
Copy link

@softwarearete
Copy link

Its not working for https://www.aretesoftware.ca/

@zanyarhasani
Copy link

zanyarhasani commented May 12, 2020

its not working for طراحی وب سایت and for طراحی سایت

@Sachinart
Copy link

Not working, please fix!
Tried to check: SEOCMS.

@aozannonces
Copy link

aozannonces commented Feb 5, 2021

I tried everything from net, but nothing works. finaly bought one script for 30$, but it is not showing all the backlinks. That scripts works with Google custom search API key. I got it from console.developers.google.com. Now Google allows to show only 100 Backlinks per API Key. You can check that script in action check backlinks. Waste of money. It shows 20 - 70 links.

@jaworowicz
Copy link

Anyone have updated, working versions?
I have try check WordPress Blog and not working.

@mensonan
Copy link

mensonan commented Apr 16, 2021

I want to try Sintered wire mesh and metal filter website.

@KOUISAmine
Copy link

I checked It on this website tools https://tools.waytolearnx.com/ and It works great. Just try it.

@AbdullahShokr1
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment