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';
}
@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